Questions tagged [sts-simple-templatesystem]

Simple Template System is a tool to create simple HTML templates to customize the look and feel of osCommerce.

osCommerce's Simple Template System is a tool to lets you create simple HTML templates to customize the look and feel of osCommerce.

5 questions
2
votes
1 answer

How to pass html directly to template

I want to pass HTML directly as a parameter in template(). I know I could do something like: %for i in array: {{i}} %end but I need to pass it directly when I call template, I tried replacing < and > with < > with javascript but that…
Mohamed Emad
  • 123
  • 1
  • 14
1
vote
1 answer

Changing URL destination for "home" logo in OSCommerce

http://shop.auxout.com/ We're hosting the store on a virtual server for the time being. Can anyone tell me where I can edit OSComm so that the top AUX logo points to www.auxout.com?
nero
0
votes
2 answers

Setting iso-8859-1 instead of utf-8 in oscommerce / sts template website?

In an oscommerce site I have the following: Server response = Content-type: text/html;charset=UTF-8 and I want: Content-type: text/html;charset=ISO-8859-1 How and where do I set this up. Html looks like this on the page:
0
votes
1 answer

Integrate custom template in OS-Commerce

Is there any help site for OS-Commerce for beginners that includes how to integrate custom templates in an os-commerce cart..
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149
0
votes
1 answer

OSCommerce - Restructuring productlisting table

Does anyone know how to restructure the productlisting in Oscommerce (using STS template)? I can style the output fine, however because the table (i.e ) layout is auto created in the back end I can't figure out where to go to…