Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Upgrading from older snapshot of version 2.2 ???


magicant

Recommended Posts

Hi All,

 

I run an older snapshot of OsCommerce which doesn't have the (send e-mail to extra people) option in admin which would be very usefull.

 

How can I upgrade my shop to the latest snapshot, bearing in mind I have many contributions installed like: meta tags, featured products, Purchase without Login and a few more ?

 

Also if I make a backup through admin, and then re-install the latest version, and also then re-install all the contributions, and then restore the backup...is that the best way?

 

Thank you

 

Best Regards

James Anthony

www.gadgetworldonline.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

GadgetWorldOnline - A Whole World of Gadgets

www.gadgetworldonline.com

 

Tel. +44(0)161 612 2268

E-mail. [email protected]

Link to comment
Share on other sites

Hi All,

 

I run an older snapshot of OsCommerce which doesn't have the (send e-mail to extra people) option in admin which would be very usefull.

 

If you are talking about the send extra order email to store owner function, it would probably be less of a chore to simply hard code it into your php pages...

 

It's only a line or two of script...

 

if (SEND_EXTRA_ORDER_EMAILS_TO != '') {

   tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, '');

 }

 

If your snapshot doesn't have those particular definitions, its a case of adding them, adding that line in checkout_process.php and job done.

 

HTH

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...