SC_CART_V2 documentation?
Posted: Mon Mar 20, 2023 9:19 am
We have a custom cart we developed several years ago. Wanting to make some updates.
Until now, we have been using SC_CART to create a table of products.
I see that SC_CART_V2 was added, which conveniently presents results as divs instead of a table.
However, I can't find any documentation about SC_CART_V2. Notably:
Can I specify the product fields and their order? With SC_CART, you can use
but when I use
Please advise if SC_CART_V2 has the same capabilities, perhaps with a different syntax.
Until now, we have been using SC_CART to create a table of products.
I see that SC_CART_V2 was added, which conveniently presents results as divs instead of a table.
However, I can't find any documentation about SC_CART_V2. Notably:
Can I specify the product fields and their order? With SC_CART, you can use
- Code: Select all
[-- SC_Cart image delete name sku total price quantity --]
but when I use
- Code: Select all
[-- SC_Cart_V2 image delete name sku total price quantity --]
- Code: Select all
SC_CART_V2: 7 parameters found for this tag, expecting 0 SC_Cart_V2 image delete name sku total price quantity --]
Please advise if SC_CART_V2 has the same capabilities, perhaps with a different syntax.