Log in

View Full Version : How do you add templates to a product.


Dawnthorn
01-30-2006, 05:47 AM
I've got a product I've been working on. When I export it, it has plugins and phrases in it, but no templates. How do I get templates to show up in the product xml file?

Hellcat
01-30-2006, 06:17 AM
AFAIK you have to add your template to the MASTER-STYLE and, obviously, select your product in the according dropdown when editing your template.

To be able to add templates to the MASTER-STYLE you need to have the DEVDEBUG mode enabled.
To do so either use one of the plugins floating around here or add this line to your config.php
$config['Misc']['debug'] = true;

Dawnthorn
01-30-2006, 09:21 PM
Worked like a charm.

Thanks.