jaw@jawtemplates.com

Code

How to add Currency Switcher to Top Bar

1. Install and activate WooCommerce Currency Switcher plugin. 2. Go to WooCommerce -> Settings -> Currency and set Currency options – video tutorial 3. Switch to “Options ” tab and set “Drop-down view” as “chosen” another optio ...

How to Add Custom Fonts

If you want to link new custom font, so please upload your – my-font.ttf – my-font.eot – my-font.woff – my-font.svg files into this folder, and then create new css stylesheet with this content: @font-face { font-family: ‘my-font’; src:ur ...

How to Change a Cart Icon on Top Bar

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 ...

How to Add Another Custom Banner

please go to ..\plugins\jaw-widgets\widgets\ and open file jaw_banner_widget.php. You should see this protected $options = array( 0 => array(‘id’ => ‘custom_banner’, ‘description’ => ‘Banner’, ...

How to Customizate Product Category Info

You can set its opacity by default in appearance->theme options->styling options->woocommerce->Product Categories Info Opacity If you want to make it more customizable, please add this to custom css appearance->theme options->custom code->custom css .woo ...