View Single Post
  #11  
Old 08-25-2007, 08:03 AM
 
alinush alinush is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 88
 

Default Re: Notify me when the product's information, price and stock level is changed

Thank you ShishaPipeUK for posting this wonderful mod.

In case anybody else is interested in this, I got it installed on 4.1.8. There were a few problems:

1. I had to manually insert some of the records in the database (I don't know why it didn't work from the Patch section in X-Cart).

2. in product_modify.php, I had to replace:

Code:
x_load('backoffice','category','image','product');

with:

Code:
x_load('backoffice','category','image','product','mail');

3. Maybe this was related to my custom theme, but I had to remove:

Code:
<input type="hidden" name="desc" value="{$product.descr}"> <input type="hidden" name="fulldesc" value="{$product.fulldescr}">

from product.tpl, as the description was displaying 2 times on the product page.

That's it Thanks again.
__________________
X-Cart 4.1.x to 4.7.x
Reply With Quote