Hi folks,
I'm running into a very bad problem for mobile.. When viewing catalogs in the Overall Template for ecommerce, the table layout is a total mess.
The problem does not occur for example on the home page (http://joden.businesscatalyst.com) where the featured images are liquid and work very well:
But on the overall catalog layouts, the default {tag_productlist} creates an illiquid table that does not display at all properly on mobile.
http://joden.businesscatalyst.com/antique-jewelry
Is there a way to fix this problem for Module Templates> Online Shop> Overall??
Thanks
Jeff
You can set the tag_prouctlist to display as an unordered list instead of a table. Here's the docs on the tag:
{tag_productlist,productsPerRow,targetFrame,resultsPerPage,sortType,hideEmptyMessages,useL i}
Just set the useLi to true.
Dan