Missing Images with "image" in "SC_CART"

General ShopSite user discussion
Post Reply
bwokich
Posts: 5
Joined: Tue Oct 18, 2011 10:33 am

Missing Images with "image" in "SC_CART"

Post by bwokich »

Greetings!
I've got a custom template built and am using the string

Code: Select all

            
[-- SC_Cart    image name delete quantity price total--]
to create the shopping cart on a couple different pages.

Unfortunately, I'm not seeing any images. I'm also expecting a table cell in the resulting table, but it's not appearing either.

When I go to into the administrative end and click "view", I am getting the image.

Any ideas as to what's happening?
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Missing Images with "image" in "SC_CART"

Post by Jim »

What version and product level of ShopSite do you have?

The shopping cart has multiple sections. Have you changed the code in each section?

Have you created the resized images on the Images screen?
Have you enabled displaying the image on the cart screen under Commerce Setup > Order System > Layout Info? Have you set the size that will be displayed in the cart on that same screen?

Just adding "image" to the tag won't do anything if the options aren't configure to allow the image to be displayed.
bwokich
Posts: 5
Joined: Tue Oct 18, 2011 10:33 am

Re: Missing Images with "image" in "SC_CART"

Post by bwokich »

Yup. It was a configuration issue. I was missing the checkbox on the Commerce Setup => Layout Info.

Cheers.
Post Reply