PDA

View Full Version : 4.1.12 and Mobile Style


Christos Teriakis
04-10-2012, 10:54 AM
Hello,

After upgrading to 4.1.12 I can't find my product templates in the "Default Mobile Style". I tried with some other mods and I seen that their templates are not adding in the Moble style.

Has something changed since 4.1.11? Because till that version my products were updating all available styles in the system. Mobile or not.

Thank you
Chris

--------------- Added 10 Apr 2012 at 21:36 ---------------

If you need to use templates in the Default Mobile Style you must enter in the product xml file:

<templates_mobile>
<template name="test template in mobile" templatetype="template" date="1334078263" username="Lynne" version="1.4" />
........... Your template code........
</template>
</templates_mobile>


PS- Don't forget to replace the text in red with your own.

Chris