Hi,
Can anyone please help me to find out where I can set templatetype when creating a new template?
As I saw in lots of products xml files, if the product has template, the code in the xml file about that is in this way:
Code:
<template name="xxx" templatetype="template" date="xxx" username="xxx" version="xxx">
OR
Code:
<template name="xxx" templatetype="css" date="xxx" username="xxx" version="xxx">
You can see there is this
templatetype="template" and/or
templatetype="css"
So how to set the template type when creating a new template of a new product?
Also I want to know what are the template types that could be used beside
template and
css?
thanks