0752 - 340 - 6145 info@mattzajac.co.uk
  • Facebook
  • Twitter
  • Google
  • Facebook
  • Twitter
  • Google
Freelance Web Developer Manchester | SEO Consultant
  • Home
  • Web Design
    • Website Development
    • WordPress Help and Support
    • eCommerce Consultancy
  • SEO Services
    • SEO Consultancy
  • My Work
  • Blog
  • Contact Me
  • Emergency Help
Select Page

SQL query to delete all abandoned carts in Prestashop

by matt | Feb 10, 2017 | Prestashop, SQL, Uncategorized

Database of your Prestashop project could be really huge after some time because of all the junk stats related data. The most of such data is not needed at all and it is only takes space on your server and slows the whole project down significantly. The best example...

How to remove Review tab from your WooCommerce project

by matt | Jun 13, 2016 | Uncategorized, WordPress

If you are looking for a simple way to remove the “review” tab from the single product view throughout your project you need to add the following snippet to the function.php file of your theme:   add_filter( ‘woocommerce_product_tabs’,...

SQL query to export all WooCommerce products

by matt | May 31, 2016 | SQL, Uncategorized, WordPress

If you want to get all the WooCommerce products ready to be saved into a CSV / Excel file run the following query:   SELECT ID, post_status, post_title, post_content, post_excerpt, guid FROM `wp_posts` WHERE (`post_status` = ‘publish’ OR `post_status`...

How to limit available product to one per user – WooCommerce

by matt | May 9, 2016 | Uncategorized, WordPress

Add the following snippet to your functions.php file in your theme. add_filter ( ‘woocommerce_before_cart’ , ‘allow_single_quantity_in_cart’ ); function allow_single_quantity_in_cart() { global $woocommerce; $cart_contents =...

Useful MySQL To Help You Manage Your Prestashop Project Like a Boss

by matt | May 5, 2016 | Prestashop, SQL, Uncategorized

During the years I have been working on Prestashop professionally I gathered many useful SQL queries which help you to overcome some unusual tasks. Here is a collection of useful SQL queries for Prestashop project ready to be fired. This is my personal collection from...

How to Display Empty Product Categories in WooCommerce

by matt | Apr 10, 2016 | Uncategorized, WordPress

WordPress with WooCommerce extension by default hides categories which have no products inside. Unfortunately for some reasons there is no option in the backend of WooCommerce to change it. We need to add a simple snippet code to our functions.php file: add_filter(...
« Older Entries

Categories

  • Bootstrap
  • eCommerce
  • HTML / CSS
  • Internet Marketing
  • Javascript / Jquery
  • Other
  • PPC
  • Prestashop
  • SEO
  • SQL
  • Uncategorized
  • Websites
  • WordPress

Recent Blog Posts

Tag Claud

SQL

Matt Zajac
Full time Freelance Web Developer / Designer and SEO Consultant based in Manchester, UK

Recent Posts

  • How to Modify the Subject of Divi Contact Form Emails to Prevent Gmail Stacking and be More User-Friendly
  • How to permanently redirect old domain to the new one via htaccess file
  • The best Chrome Extensions For Web Developers and SEO Consultants
  • Shopify – How to spy on your competitors and see their best selling products
Freelance Web Designers in the UK

My Address

Matt Zajac
26 Brookhey
Hyde,
Greater Manchester
SK14 2DY

Phone: +44(0)752 340 6145

  • Cookie Policy
  • Privacy Policy
  • Terms of Service
  • Facebook
  • Twitter
  • Google

©Copyright 2021 – Matt Zajac | Top Rank Studio Ltd – All rights reserved. Registered in England no. 10058943

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Accept Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT