How to Create Best Selling Products via JaW Carousel.
Please follow this LINK
If you want to make this 3rd party plugin compatible with our goodstore theme, you will have to customize a file. Please go to ../goodstore/woocommerce/ and open file content-single-product.php and find line 116. Comment that line, just like this. Then you will have to go to ...
Before we begin, please follow this link How to Create a Child Theme. First of all you need to check the custom fields. Please go to Products and check if the custom fields label is checked. You should be able to see the custom fields now. When you scroll a little bit down, ...
If you want to make different layout of Checkout page. Like this one: Please just add to Theme Options -> Custom Code -> Custom CSS this code: @media (min-width: 768px){ #customer_details{ width: 60%; float: left; } #order_review_heading{ ...
Open X_carousel.php files in ../goodstore/templates/simple-shortcodes/ On line 73 you should see tag. Please insert there this code on line 74 (between <script></script> ) jQuery(document).ready(function () { jQuery(‘.carousel’).each(function () { ...
Please follow this url – http://gerhardpotgieter.com/2014/02/25/woocommerce-2-1-add-confirm-password-field-at-checkout/