Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Removing Upsell feature on Product Description Page...

  1. #1
    Penny is offline Junior Member
    Join Date
    Aug 2008
    Posts
    18

    Default Removing Upsell feature on Product Description Page...

    Hello,

    Our company would like to use the upsell feature for some of our products. We noticed that when product IDs are assigned to a product to Upsell, the default setting for the upsell products is to show up on both the product description page and in the shopping cart. We would only like it to show up on the shopping cart page and would like to know how to remove it from the description page.

    If there isn't a quick solution, do we need to set up a new appconfig.?

    We would appreciate any help on this matter, Thanks!

  2. #2
    kdalal is offline Member
    Join Date
    Aug 2009
    Location
    USA
    Posts
    50

    Default

    I think you can quickly do this by removing this line from

    product.VariantsInRightBar.xml.config

    <xsl:value-of select="aspdnsf:RelatedProducts(ProductID)" disable-output-escaping="yes"/>

    Just comment out it and check that works for you or not.

  3. #3
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    If you aren't using product.variantsinrightbar.xml.config, just open up the xmlpackage that you are using for the product. Removing the RelatedProducts line will remove the related products section (if you have any set-up) from the product page. To remove upsell, you should remove this line
    Code:
    <xsl:value-of select="aspdnsf:ShowUpsellProducts(ProductID)" disable-output-escaping="yes"/>
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>