jaw@jawtemplates.com

Code

How to Enable Catalog Mode with Pricing

Please add this to custom css (appearance->theme options->custom code->custom css) #content .product.catalog_mode_on .entry-summary .price-container { display: block; }

How to Change Search Default Text

Please open file searchform.php in ..\themes\goodstore\ and you will see placeholder=”” Simply add whatever you want there, e.g. placeholder=”Find me”

How to Set Language in GoodStore Theme

We want to change or set language to, e.g. Czech. Please go to ../goodstore/languages/cs_CZ/ and copy these .po/.mo files to ../goodstore/languages/ Also please follow this link – http://support.jawtemplates.com/goodstore/web/?p=706

How to set the same height for products boxes

If you want to set the same product box height, simply use this custom css. Version 1 Please add this to custom css (appearance->theme options->custom code->custom css) /* custom boxes for products */ .woocommerce .product-style-1 .product-box-info,.woocommerce .pro ...