How to display related products on cart template

Just a quickie for today! I’ve seen a few people using this already but I thought I’d share it with you all. <ss:if test="$cart.Details"> <p>You may also be interested in the following products:</p> <ul> <ss:foreach item="detail" within="$cart.Details"> <ss:foreach item="relatedproduct" within="$detail.relatedProducts"> <li><ss:link source="$relatedproduct"><ss:value source="$relatedproduct.name"/></ss:link></li> </ss:foreach> </ss:foreach> </ul> </ss:if>
Read more...Indenting text in html

How do you indent text / paragraphs in html? I have compiled a short list of several way to do this.
Read more...Hiding the size or color attribute when they are out of stock

You can hide the size attributes on the Product/Catalog Detail page if the attribute is out of stock, you can modify it for color as well. You could take this code and modify it for other similar functions. **note** Most likely this code will only work with Advanced Tier or higher ProStores sites. **note** This snippet of code ONLY works on the Product/Catalog Detail template. You will need to do…
Read more...Create ‘Next’ and ‘Previous’ buttons and links in your ProStores Product Catalog
are closed

Customizing Search Results Next Links *from the ssml support referrence* The tag provides several different options for displaying “Next” and “Previous” links on your search results pages.
Read more...Subcategory Drill-Down on Product / Catalog List

The following code modifies the Catalog List template to do one of the following: * If the user clicks a category link and that category has subcategories, those subcategories will be displayed on the Catalog List template as links. * If the user clicks a category or subcategory link that does not have any categories, the Catalog List will display a list of product search results. You can modify this…
Read more...How to display alternate Prostores templateSets
are closed

Just a quickie tip for today: Have you ever wished you could see the new templateset you’re working on without changing your default templateset and showing your incomplete design to the world?
Read more...Onetakemedia online.com e-mail back up
are closed

I’ve tested it and checked with godaddy and any e-mail going to @onetakemediaonline.com should be working and getting forwarded to matt@onetakemedia.net.
Read more...Installing Google Analytics in Prostores

Installing Google Analytics: Prostores Tips
Read more...Tags:footer template , google analytics , order confirm template , prostores , ssml , tracking code