Change sc_cart or to Include Product Description

General ShopSite user discussion
Post Reply
royhink
Posts: 104
Joined: Fri Jul 20, 2007 10:04 am
Location: Petaluma, CA

Change sc_cart or to Include Product Description

Post by royhink »

Is there a way to modify the shopping cart to show Name & Description instead of Name & SKU?

OR, can I add the product description for each product to the sc?

Thanks,

Roy
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Post by Jim »

The only product fields that can be displayed are image, name, sku and price. These fields are determined by the tag
[-- SC_Cart --]

That tag may be replaced with the following one showing the options and order you want the fields displayed in.
[-- SC_Cart delete quantity image name sku price total --]

You can delete the options or rearrange them using this tag but there is no way to add additional product fields to this tag. This tag displays the entire table of items in the cart.
Post Reply