fatrik Posted April 28, 2008 Share Posted April 28, 2008 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 More sharing options...
moziambic Posted April 28, 2008 Share Posted April 28, 2008 you can add your mail id in "send extra order emails too" under Admin > Configuration, so you know what stuff the customer bought. Contributions I'm using: Updated Spiders.txt | Country State Selector To add more life to your site. Follow this link: http://addons.oscommerce.com/ Link to comment Share on other sites More sharing options...
fatrik Posted April 28, 2008 Author Share Posted April 28, 2008 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 More sharing options...
markg-uk Posted April 29, 2008 Share Posted April 29, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.