Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2 quick questions


popstar

Recommended Posts

#1) Is there a mod to add the order number to the order details screen? I have to literally go back to the email to get the order number, just seems silly to me that it doesnt show on the page with the order detail.

 

#2) Which file do I edit to change the words "The comments for your order are", which appear on customers email when comments or order status changes are generated to the customer.

 

Thank you!

Ken

Good things happen to good people!

Link to comment
Share on other sites

There probably is a mod.... I have noticed "order number" discussed numerous times on these forums.. did you search?

 

The email change you wish to make is in adminincludeslanguagesenglishorders.php

Link to comment
Share on other sites

Thanks to Kim, I fixed this. Here's how.

 

replace this:

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

With this:

<td class="pageHeading"><b>Order Number: <?php echo $oID; ?></b></td>

 

Hope this helps someone else, I think it rocks! :)

 

Ken

Good things happen to good people!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...