How to Separate Login and Register Pages in Woocommerce

As you already know, woocommerce comes with login and register on the same page. In order to separate login and register pages in woocommerce you will have to follow few easy steps. First of all make sure you have FTP access to the server because we will have to create a new file and a… Continue reading How to Separate Login and Register Pages in Woocommerce

Tutorial – How to override default Woocommerce Template

In this tutorial I will show you the function you have to use in order to override any default Woocommerce template. To do that, you will have to creata a new folder called woocommerce in your theme root folder. If you use storefront, the path should look like the following: storefront-child/woocommerce. All folders and files… Continue reading Tutorial – How to override default Woocommerce Template

How To Create Custom Popups for WordPress From Scratch

In order to achive this feature you normally need to install a plugin and then create any popups for wordpress you want. But in this tutorial I will show how to do this feature on your own using PHP, jquery and few lines of css. The popup content will be administrable from admin and you… Continue reading How To Create Custom Popups for WordPress From Scratch

How To Add Woocommerce Reviews On Listing Page

Using the below bunch of code you will be able to add woocommerce reviews for every single product. The reviews will appear on category page, shop page and on all places where you have products listed using woocommerce query. Adding the reviews on the listing page will increase the customer confidence in order to buy… Continue reading How To Add Woocommerce Reviews On Listing Page

How To Create Woocommerce Tabs For Product Page

In this tutorial we will create new woocommerce tabs for product page, which will be administrated from admin. We will use ACF because is one of the best plugins for WordPress at the moment. To achive that, we will create few custom fields for our product page, and then we will create a hook to… Continue reading How To Create Woocommerce Tabs For Product Page

Which CMS is the best? WordPress vs Wix compare

In my opinion there is no doubt that WordPress is much better then Wix due to many factors. Among them I will show you a short list in the below infographic. Anyway the below image is not enough to understand how many things you can do in WordPress but not in Wix. Even if you… Continue reading Which CMS is the best? WordPress vs Wix compare

How To Export Woocommerce Orders to XML Using PHP

This tutorial will show you how to export all your woocommerce shop orders in xml file. We will use woocommerce default functions to get all the data we need to generate the xml then when we will access a specific link the xml will be auto generated again and again. If we want to automate… Continue reading How To Export Woocommerce Orders to XML Using PHP