Quickly and easily create a professional store for your client.

developer

The Spotmerchant platform is designed to be easy for web designers to use. The only required skills are HTML, CSS, and good design sense. A store can be made using a few html templates. You can upload CSS, images, and other supporting files easily and include them in your template.

With Spotmerchant, there is no need for server side programming. Just include simple bracketed html, ie '{store_name}'. You can download sample templates below to help you get started; just copy and paste the source codes to your Spotmerchant templates.

Developer Resources

Simple Template Syntax

  • Print Variable Value: {var_name}
  • If Block: {if var_name = 'text'} html here {end}
  • List Block: {product_list_start} html here {product_list_end}
  • Include File: {include_header}, {include_footer}, {include_left}, {include_right}