ShopSite Nicole wrote:Bill,
For the products listed in the cart, are you just using the tag [-- sc_cart --]?
Are you talking about the images on the shopping cart page or the checkout page?
If you are talking about the checkout page, then it most likely has to do with the SSL security settings.. If you would not mind providing the URL to the main pages of the website so that I can look at your cart from there, that would be appreciated.
-Nicole
Sorry about this double post but not sure you are notified when I leave a reply to Rob's post.....
Thanks again to both of you (Rob and Nicole) for your replies.
I have decided to use shopAnywhere and build product pages outside of ShopSite. I was loosing too much time looking for answers to things that should have been relatively easy to do so I abandoned the custom pages option for the product page and the rest of the site.
Here is the order anywhere form I retrieved from the site. I think this is what you need in order to see what is happening.
<form action="http://shopsite.ipower.com/ss10.0/sc/order.cgi" method=post>
<select name="5:finopt:0" size=1>
<option value=" View Colors ;n"> View Colors
<option value=" Black"> Black
<option value=" Cloud"> Cloud
<option value=" Midnight"> Midnight
</select>
<select name="5:finopt:1" size=1>
<option value="View Hardware Options;n">View Hardware Options
<option value=" Silver"> Silver
<option value=" Gold"> Gold
</select>
<input type=hidden name="5:finoptnum" value=2>
<BR><input type=hidden name="storeid" value="*1e27be68a5094fe57c01c4077c9fd4a32f">
<input type=hidden name="dbname" value="products">
<input type=hidden name="function" value="add">
<input type=hidden name="itemnum" value="5">
<input type=image src="http://shopsite.ipower.com/ss10.0/shopsite-images/en-US/buttons/defaults/Add_To_Cart.gif" border="0" align="bottom" alt="Add to Cart" name="Add to Cart">
<input type=image src="http://shopsite.ipower.com/ss10.0/shopsite-images/en-US/buttons/defaults/View_Cart.gif" border="0" align="bottom" alt="View Cart" name="View Cart">
</form>