jaw@jawtemplates.com

Tag: woocommerce

How to Make Top Bar Shopping Cart Scrollable

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; }

How to make Checkout page in 2 columns

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

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

PayPal Issue

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