Contributions
sts.template-christmas theme
Oscommerce Template using Simple Template System
All you need to do is;
1. Install MS2
2. Overwrite files with those supplied in this .zip
3. You now have a new look site.
BACKUP files first if you are installing on a Live Shop.
Read the readme for more details
GPL license supplied.
If it breaks you shop, just reload your backup files. You did backup, right?
NOTE: I hope this doesnt get removed again, for some reason these keep getting deleted, I have footer info in and banner and correct file structure also instructions, I have email admin to see why.
Expand All / Collapse All
hello,
do you have a screenshot of the christmas theme?
feel free to post it here or email me at justin@vstore.ca
thanks!
Thx to Brandon preston for bringing my attention to this fubar, I had forgot to include the sts include snippet in the original instructions.
Here is the snip just post at the base of configure.php before the ?> done.
// STS: ADD: Define Simple Template System files
define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php');
define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php');
define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php');
define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/');
define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html');
define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php');
define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php');
define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php');
// STS: EOADD
Oscommerce Template using Simple Template System
All you need to do is;
1. Install MS2
2. Overwrite files with those supplied in this .zip
3. You now have a new look site.
BACKUP files first if you are installing on a Live Shop.
Read the readme for more details
GPL license supplied.
If it breaks you shop, just reload your backup files. You did backup, right?
NOTE: I hope this doesnt get removed again, for some reason these keep getting deleted, I have footer info in and banner and correct file structure also instructions, I have email admin to see why.
Note: Contributions are used at own risk.