Results 1 to 2 of 2

Thread: Pop Up when item added to shopping cart

  1. #1
    Join Date
    Oct 2011
    Posts
    5

    Default Pop Up when item added to shopping cart

    I on a competitor's website and saw this pop up when someone added an item to the cart. This is exactly what my client wants - the Ok, you've added something to your cart, what do you want to do next? - is this available on aspdotnetstorefront?
    Thanks!
    Anne

  2. #2
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    434

    Default

    This would involve custom development work, something along these lines:

    - Write a new version of the add to cart code that still adds to the basket but is also able to initiate the pop up window

    - Write a new page that displays the 'what next' content

    - Write new logic to work out the 'you may also like' products. For example, you might want this done simply on related products, or you could get more advanced and look for other top selling products, or products that other customers have purchased.

    - Write some JQuery UI logic to render the above page

    So, in summary, unless 9.3 has moved to a more modern cart management method, I think you need a developer to help with this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •