an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 4/2/2010 1:27:05 PM By lukezy. 3 replies.
4/2/2010 8:50:14 AM
4safety
Posts: 124
Joined: 5/11/2009
Product Cross Sell
I was wondering why when I put products in the Cross sell tab do they only show up on the checkout page.
 
I see there is a block in the page editor on product pages that says "Products for Cross Sell" but they do not show up.
 
 
Thanks
4/2/2010 12:51:39 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Cross Sell
There are two types of cross sell. The product detail page shows only CustomAlsoBought. The cart and addtocart pages show both cross sell types.
 
public enum CrossSellType {
    StoreCrossSell = 0,
    CustomAlsoBought = 1,
}
DotShoppingCart Staff
4/2/2010 1:20:40 PM
4safety
Posts: 124
Joined: 5/11/2009
Re: Product Cross Sell
 Can you make it show both in seperate blocks?
 
 
thanks
4/2/2010 1:27:05 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Cross Sell
Sure, we will enable that in the next release.
DotShoppingCart Staff