'Proceed to Checkout' Button link

  • Posts: 13
  • Thank you received: 0
11 years 4 months ago #110523

Hi,

I have the cart module enabled, but the 'proceed to checkout' button links to the product category listing?

I migrated Hikashop from Joomla1.5! to 2.5, the 1.5 version looks fine and the setting appear to be identical.

Link to test url: beta.manncat.com/giftshop

I can PM you admin login details if you require it.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #110529

Hi there,

It looks like a bug on our side.
Could you please edit the file cart.php in components/com_hikashop/views/product/tmpl/ and change this line:

if($this->params->get('cart_type','cart') != 'wishlist'  && $this->params->get('from','display') == 'module'){
			$cart_type = '&cart_type='.$this->params->get('cart_type','cart');
			if($this->params->get('show_cart_proceed',1)) echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,hikashop_completeLink('checkout'.$url_itemid.$cart_type),'');

with this one:
if($this->params->get('cart_type','cart') != 'wishlist'  && $this->params->get('from','display') == 'module'){
			if($this->params->get('show_cart_proceed',1)) echo $this->cart->displayButton(JText::_('PROCEED_TO_CHECKOUT'),'checkout',$this->params,hikashop_completeLink('checkout'.$url_itemid),'');

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

  • Posts: 13
  • Thank you received: 0
11 years 4 months ago #110553

Merci Eliot. C'est bon.

Last edit: 11 years 4 months ago by jonbev.

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

Time to create page: 0.066 seconds
Powered by Kunena Forum