Hi,
I am trying to list my sub products in 4 columns horizontally, however, so far I have only found the loop code to list them vertically. Is there a way to set the number of columns for sub products like there is for regular products.
Here is the sub product loop I am referring to:
[-- IF PRODUCT.Subproduct --]
[-- LOOP SUBPRODUCTS --]
[-- SUBPRODUCTS --]
[-- END_LOOP SUBPRODUCTS --]
[-- END_IF --]
Thanks.