Knowledge Base

Prostores Basic Template Files

Aug 4, 2010
With the Prostores 10 update from Prostores 9.3.2, users lost the ability to create templates and view the source SSML for the Product Detail, Product List, and Homepage Templates. Because of this, we thought a basic export of all Prostores templates in a single zip file could be helpful at some point in time during your Prostores Development.
View Code

Trim Prostore dollar amounts to floats using ssml

May 24, 2010
When you get a dollar amount value returned by Prostores, sometimes you want it as just a float. This is how.
View Code

Pure Prostore SSML Dynamic Table Column Display

May 20, 2010
Uset his code to generates a dynamic HTML table using pure Prostores SSML. All you have to do is set the maximum number of columns you want to be displayed and voila!
View Code

Pure SSML Category Tree using Nested UL's

May 20, 2010
When you have several levels of categories, you want flexibility with your code. By default, Prostores only indents any child categories. Dynamic has taken it a step further providing Pure SSML code that will nest all child categories using the UL-LI HTML tag structure.
View Code

Output Prostores Account Links

Dec 29, 2009
In Prostores it is good practice to provide Sign In and Sign Out links for the user. When the user is signed out, they should see "Sign In", and when they user is signed in, they should see "Sign Out".
View Code