add link in checkout/end

  • Posts: 267
  • Thank you received: 5
11 years 11 months ago #80250

Hello,

How can you add a link to order in the order number in the view checkout / end?

Thanks very much

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

  • Posts: 12953
  • Thank you received: 1778
11 years 11 months ago #80259

Hi,

I think that you'll just have to :
- Go to "Hikashop->Display->Views"
- Edit your invoice file of your order view of your front-end's template
- Add your link

Hope this will help you.

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

  • Posts: 267
  • Thank you received: 5
11 years 11 months ago #80268

Sorry for my bad English. I refer to the view shown at checkout.

I need to add the link to the order, the text "INCLUDE_ORDER_NUMBER_TO_TRANSFER"

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

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #80348

Hi,

You have to replace the line:

JText::sprintf('INCLUDE_ORDER_NUMBER_TO_TRANSFER',$order_number).'<br/>'.
By:
'<a href="'.hikashop_completeLink('order&task=show&cid='.$order_id).'">'.JText::sprintf('INCLUDE_ORDER_NUMBER_TO_TRANSFER',$order_number).'</a><br/>'.

In the ..._end.php file of the plugin, in plugins/hikashoppayment/...

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

Time to create page: 0.083 seconds
Powered by Kunena Forum