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, ...
please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget { max-height: 400px; overflow-y: scroll; }
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{ ...
First of all, we use a different layout for content with sidebars, so you will have to a litle bit change it. Please go to ../goodstore/ and open file functions.php. Go to the bottom and paste this code /* jaw added sensei compatibility 23.3.2016 */ if(class_exists(“Se ...
Its a quite easy, please go to ..\themes\goodstore\templates\header\top_bar\ and open file woo_cart.php. On line 3 you should see this icon-cart3, simply change the icon-cart3 for another one (e.g. here) We got this If you want to change image instead of icon, please add thi ...
If you encounter with this issue The link you have used to enter the PayPal system contains an incorrectly formatted item amount. Please bear in mind that this is not a GoodStore issue but Woocommerce Shipping settings. In the URL you can see amount_2=XX,XXXXXXXXXXXXXXXXXXXX ...
Simply go to Appearance->Theme Options->Woocoommerce->Products per Page
You can add a Custom Text Element via RevoComposer and add the woo shortcode with parameters you want. Please for more info: https://docs.woothemes.com/document/woocommerce-shortcodes/