[ic] Looking for script for pop up cart

Klaatu IC Hack icgort33 at gmail.com
Sat Apr 2 03:47:54 UTC 2016


On Wed, Mar 9, 2016 at 3:14 AM, Steve Bronson <steve at airdelights.com> wrote:
> I'm looking for code for a pop up add to cart feature.

Would be easy to implement in IC.

Steps would be to create a minimal cart page for example call it
customcart.html (Copy the code from templates/components/cart_tiny)

Then find a suitable javascript/css popup window function and load
customcart.html in it.

Or if you are using the Bootstrap catalog create a modal as per:
http://www.w3schools.com/bootstrap/bootstrap_modal.asp
and load customcart.html using something like:

<a data-toggle="modal" data-target="#myModal" href="[area
customcart]">Add to Cart</a>



More information about the interchange-users mailing list