Hi there.
I'm setting up various products with identical product descriptions and varying prices. I want to have templates outside of the zen cart directory structure (so as not to have them destroyed on update) and use php include functions to display said template within the product description automatically. As yet, I haven't managed to work out the correct syntax to make it work, and to be honest I don't know if it's even possible.
This is the syntax I use in the product description:
to point to a valid folder and file (which loads, I have checked). The permissions are set correctly, so it can be viewed. I've checked the error logs and can't see anything untoward indicating a failure to load - so what am I doing wrong?Code:<?php include('savshop/includes/products/enterprisesav.include'); ?>
Thanks in advance for any tips.



