AbanteCart Community

eCommerce construction => How-to questions => Topic started by: AA_RON on January 08, 2021, 11:52:33 AM

Title: Embed Products Checkout/cart will not load on webflow
Post by: AA_RON on January 08, 2021, 11:52:33 AM
Hey everyone, I was hoping for a little help! I have a existing site built on webflow and looking to embed products and use the shopping cart / checkout modal. I have the product code on a test page and it loads, shopping bag counts up but no checkout appears. When using open in another tab/window it goes to checkout but with not items in cart.

Additional info:

Server/domain with abantecart is Godaddy
Website I want to embed in is built and hosted by webflow
Installed cloudflare SSL on godaddy,  Webflow comes with SSL
Abantecart setting I have Https in both URL site settings

my test url is h###s://cms-live-update-test.webflow.io/

Thank you ! I hope this works this program is the only option I can find to embed and manage the backend store for free!
Title: Re: Embed Products Checkout/cart will not load on webflow
Post by: Basara on January 11, 2021, 03:28:02 AM
Hello. Try to switch to the older jquery version. You have javascript errors on page
Title: Re: Embed Products Checkout/cart will not load on webflow
Post by: AA_RON on January 11, 2021, 12:23:54 PM
You are the man!! thank you so so much! if anyone else is using webflow and wants to use AbanteCart cart to handle the online store without paying additional 13$/month plus 2% transaction fees and be limited in products here is the solution . This also adds the ability to use promo codes.

click pages on right tap
the gear wheel to access page settings
Scroll down to before body tag
enter the following code to roll back Jquery update
<script src="h***s://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4=" crossorigin="anonymous"></script>
(replace the **** with htpp
Cheers!