jumps to Cart

  • Posts: 16
  • Thank you received: 0
12 years 4 months ago #33099

In Configuration --> Checkout : I selected "After a product is added to the cart" to "Always sty on the same page"
But still on the Content Module Productdisplay, after I add a product to cart, the cart is displayed. I would like to stay in Productdisplay

Settings Content Module Productdisplay

  • Type of Content Product
  • Type of Layout Div
  • Display Add to Cart button True

Please Log in or Create an account to join the conversation.

  • Posts: 81604
  • Thank you received: 13082
  • MODERATOR
12 years 4 months ago #33101

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
12 years 4 months ago #33110

Thanks, its working after i changed the file listing_img_title like described in www.hikashop.com/en/support/forum/4-how-...d-to-cart.html#33078

<form action="<?php echo hikashop::completeLink('product&task=updatecart'); ?>" method="post" name="hikashop_product_form_<?php echo $this->row->product_id.'_'.$this->params->get('main_div_name'); ?>"><?php
$this->ajax='';
$this->setLayout('quantity');
echo $this->loadTemplate();
?>
<input type="hidden" name="product_id" value="<?php echo $this->row->product_id; ?>" />
<input type="hidden" name="add" value="1"/>
<input type="hidden" name="ctrl" value="product"/>
<input type="hidden" name="task" value="updatecart"/>
</form>

Please Log in or Create an account to join the conversation.

Time to create page: 0.056 seconds
Powered by Kunena Forum