Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you're working on clientarea theme modification under your custom folder, you may want to preview it before making it default, so your stable customer experience wont be affected by changes made. To preview add systemtemplate=template_folder param to your url, where template_folder is name of folder you keep your custom template in like:

...

Code Block
languagetext
http://yourhostbill.com/index.php?cmd=clientarea&systemtemplate=nextgen

Previewing cart template

...

It you want to see how your cart would look like under another template, add carttpl=TPL_NAME&ctype=TYPE parameters to your URL, where TPL_NAME is cart template name without the type prefix and TYPE is that template prefix name, for example to preview your cart using 'onestep_simple.tpl' template you would have to add "carttpl=simple&ctype=onestep" to your URL like:

...

Code Block
languagetext
http://yourhostbill.com/index.php?cmd=cart&carttpl=simple&ctype=onestep

...

 

...

In HostBill you can provide links to direct product purchase - even for hidden products! Direct cart links can be found in each product configuration, as described in Configuring_products

If you wish to provide more complex cart configurations with simple single URL, you can simply generate it with this plugin : http://blog.hostbillapp.com/

...

If you run multilingual website you may want to have different order/clientarea link for each language you use - its surely possible with HostBill: Change_language_in_URL

Change currency in URL

...

Learn how to change currency in URL for multi-currency orders: Change_Currency_in_URL