Showing posts with label woocommerce. Show all posts
Showing posts with label woocommerce. Show all posts

Tuesday, July 17, 2018

How to configure Shop page as Home page in WooCommerce.

Most of times, we want to show as maximum as possible our products on home page. like as a visitor lands on our website just see the products that we are selling.

We can do this by doing a very simple steps, just open the WordPress dashboard and navigate to the settings -> reading -> static page . you will see an option named Homepage: with select list.

you will see bunch of page 's name like , Cart, blog, shop etc. you just want to select "Shop" as home page and hit the save changes button.

Here is the screenshot to see the steps by number.

how to show product image on check out page woocommerce

WooComerce is a great plugin to add awesome eCommerce functionality in a WordPress website, but we missed many core features like how do we show product image beside product title on check out page.

I brought to you this solution, I am sure it will help you. cheers.
I have setup an instance on local PC with storefront theme. so , I have created a new file named yourcustomfunctions.php and put this file into inc folder in theme root folder and include this file into main functions.php file to make my work separate.
Step by step solution is here:

Step 1. Create a new .php file into inc folder on your theme 's root.