Proceed to checkout button

  • Posts: 9
  • Thank you received: 0
  • Hikashop Essential
11 years 3 months ago #143089

Hello,

how can I put an external link (www....) instead of the 'completeLink-checkout SEF' to the code

<?php }
    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),'');
    }
    else{
        ?>

in the file 'product->cart'?

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

  • Posts: 83933
  • Thank you received: 13588
  • MODERATOR
11 years 3 months ago #143138

Hi,

Instead of the code:

hikashop_completeLink('checkout'.$url_itemid),'')

you can write for example:
'http://myexternallink.com/myfolder/myfile.php'

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

  • Posts: 9
  • Thank you received: 0
  • Hikashop Essential
11 years 3 months ago #143150

It worked. Thank you!

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

Time to create page: 0.056 seconds
Powered by Kunena Forum