Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

link to product on order page


fatrik

Recommended Posts

Hello, I have been searching the forum but cannot find a solution, Im having a hard time locating the item that has been bought on the shop, so I was thinking maybe I can add a link to the product bought on the order page, so when i enter my orders list in the admin and click on the order I can then click on a link to the product.

 

Can anyone help me or help me find the topic?

 

Cheers,

Alex

Link to comment
Share on other sites

you can add your mail id in "send extra order emails too" under Admin > Configuration, so you know what stuff the customer bought.

 

Yes thank you I did, but that does not link to the product either with me

Link to comment
Share on other sites

In orders.php, if you find:

 

$order->products[$i]['name']

 

and replace with

 

'<a href="' . HTTP_SERVER .DIR_WS_CATALOG . 'product_info.php?products_id=' . $order->products[$i]['id'] . '" target="_blank">' . $order->products[$i]['name'] . '</a>'

 

that should do it I think (seems to work for me at least :) )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...