Log in

View Full Version : Products and templates


Marky
01-09-2006, 10:54 AM
Hey all,

Is there a way to install templates by uploading a product file?
For example, if I wanted to create a template just by uploading a product, how would I do this?

Thanks,

Marky

peterska2
01-09-2006, 09:44 PM
In the XML file put the following code

<templates>
<template name=""blah templatetype="template" date="blah" username="blah" version="blah"><![CDATA[

template code here

]]>
</template>
</templates>

Andreas
01-09-2006, 10:39 PM
- Create your product
- Create your templates in MASTER style, assign them to your product
- Export the product
- Done.

Marky
01-11-2006, 05:40 PM
- Create your product
- Create your templates in MASTER style, assign them to your product
- Export the product
- Done.

Yup sorry i had a dumb moment there lol :D

peterska2
01-11-2006, 09:07 PM
- Create your product
- Create your templates in MASTER style, assign them to your product
- Export the product
- Done.

And all this time I've been doing it the hard way :p