Mailing List Archive

Looking for script for pop up cart
I'm looking for code for a pop up add to cart feature.

I want my customers to stay on the page rather than going to the shopping cart when adding items. Does anyone have the code for this?

Thank you!


Steve Bronson
Air Delights, Inc.
http://www.airdelights.com
steve@airdelights.com
Phone: 1-800-440-5556
Fax: 1-503-643-8224

Air Delights, Inc. is a National Distributor of Plumbing Products and Restroom Accessories. Please visit our website at http://www.airdelights.com
Re: Looking for script for pop up cart [ In reply to ]
On Wed, Mar 9, 2016 at 3:14 AM, Steve Bronson <steve@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>

_______________________________________________
interchange-users mailing list
interchange-users@icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users