Show product downloads on checkout thank-you page

  • Posts: 121
  • Thank you received: 7
11 years 7 months ago #95688

Hi,

I'd like to change the flow of checkout so that users can immediately download their order after paying. So on the thank-you page it would show product download links. How can I do this?

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

  • Posts: 26152
  • Thank you received: 4027
  • MODERATOR
11 years 7 months ago #95743

Hi,

If you want to display the download links, you have to load the full order in the thank you page.
At this moment, you would have the access to the downloadable files like it is done in the "order | show" view.

$orderClass = hikashop_get('class.order');
$order = $orderClass->get( $order_id );
foreach($order->products as $product){

  // Find the next line in the view "order | show".
  if(!empty($product->files) && ($this->order_status_download_ok || bccomp($product->order_product_price,0,5)==0)){
    /* ... */
  }
}

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum