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.