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: Adding product images during checkout

  1. #1
    philbonsai is offline Junior Member
    Join Date
    Nov 2010
    Posts
    5

    Default Adding product images during checkout

    Hi

    I'd like to add a product image to the checkout process for customers. Can someone provide at least a step in the right direction as to how to go about doing this? Checkout is controlled through the aspx page so I wouldn't be able to use the LookupProductImage method right? Is this going to be difficult to do? Thanks so much!

    Phil

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    There's an existing appconfig that will display product images in the shopping cart if it's set to true. Have a look ShowPicsInCart, see if that's exactly the function you're looking, if not, you can probably mimic it and call the same method in the page wherever you want the pics to show up.

  3. #3
    philbonsai is offline Junior Member
    Join Date
    Nov 2010
    Posts
    5

    Default

    No, that's it. Thank you very much Alfred!