joomla - Virtuemart 2.0.20 show cart not redirect to cart page -


i using new version of virtuemart 2.0.20. on product detail page when click on show cart not rediect cart page.it redirecting index page. link dispalying on show cart link 'index.php/component/virtuemart/cart?itemid=0'. please tell me how redirect cart page.

thanx in advance

put here in addtocart button

      <input type="hidden" class="pname" value="<?php echo $product->product_name ?>" />       <input type="hidden" name="option" value="com_virtuemart" />       <input type="hidden" name="view" value="cart" />       <input type="hidden" name="virtuemart_product_id[]" value="<?php echo $product->virtuemart_product_id ?>" />       <input type="hidden" name="virtuemart_manufacturer_id" value="<?php echo $product->virtuemart_manufacturer_id ?>" />       <input type="hidden" name="virtuemart_category_id[]" value="<?php echo $product->virtuemart_category_id ?>" /> 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -