News:

AbanteCart v1.4.3 is released.

Main Menu

Recent posts

#81
General Support / Re: How to add a cookie accept...
Last post by Basara - October 02, 2025, 03:01:27 AM
Bonjour et bienvenue sur le forum AbanteCart!

If you want to add your own cookie acceptance script, the simplest way is to use an HTML Block. You can insert custom HTML/JS code into your storefront and place it in any layout you need. See the guide here: How to install an HTML Widget

Alternatively, if you prefer a ready-made solution, you can use one of the advanced GDPR extensions from the AbanteCart Marketplace. These include built-in cookie consent banners and extra GDPR compliance features: AbanteCart GDPR Extension

Both approaches work: if you just need a simple JavaScript injection, the HTML block is quick; if you need full GDPR compliance, the extension is more complete.
#82
Extension Support / Re: PAGE BUILDER not installin...
Last post by Basara - October 02, 2025, 02:54:28 AM
Quote from: frankcohen on October 02, 2025, 12:41:32 AMIs this a compatibility issue with v1.4.1, or is there an extra step required to activate the builder interface? Any help would be greatly appreciated!

Please upgrade to the latest AbanteCart 1.4.2.1
#83
General Support / add JavaScript code in head se...
Last post by chris17300 - October 02, 2025, 12:47:04 AM
Hi,

I would know if it is possible to add JavaScript code in head section.

Thanks in advance for any answer!

Have a good day
#84
Extension Support / Re: PAGE BUILDER not installin...
Last post by frankcohen - October 02, 2025, 12:41:32 AM
I've downloaded the Page Builder extension and attempted to install it on AbanteCart v1.4.1. The installation process completes without any errors, and it shows as "Installed" and "Status: ON" in the Extensions list. However, when I go to Design > Page Builder, nothing happens — the interface doesn't load or respond at all.
I've tried uninstalling and reinstalling multiple times, deactivating and reactivating the extension, but the issue persists. I've followed the installation instructions closely, so I'm not sure what I might be missing.
Is this a compatibility issue with v1.4.1, or is there an extra step required to activate the builder interface? Any help would be greatly appreciated!
#85
General Support / How to add a cookie acceptance...
Last post by chris17300 - October 01, 2025, 12:07:16 PM
Hello,

I am french and I need to add a cookie acceptance script into the frontend of AbanteCart.

Can you help me please?

Thanks in advance
#86
Extension Support / Re: Avatax Integration Not Tax...
Last post by Basara - October 01, 2025, 10:18:07 AM
Really appreciate you putting up the solution!
#87
Extension Support / Re: Avatax Integration Not Tax...
Last post by cartagan - October 01, 2025, 09:02:42 AM
Just to close this out, the problem was fixed by updating to version 1.4.3 of the Avatax extension. The version in the marketplace was 1.1.3 and there was no indication of an update anywhere.
#88
General Discussion / Re: Can't upload images via HT...
Last post by sanjay210 - October 01, 2025, 02:29:46 AM
It seems like the issue might be with the image path or file permissions. First, double-check that the image path in your HTML is correct, using relative paths like images/product_image.jpg. Also, ensure the image files have the right permissions so the server can access them. Try clearing the cache in AbanteCart and refreshing your browser. Make sure you're using the correct <img> tag in your HTML, like <img src="images/product_image.jpg" alt="Product Image" />. If the issue persists, check AbanteCart's admin panel settings to ensure images are mapped properly. You can also try uploading the image via the admin interface directly.
#89
Support / Re: Error Code 400
Last post by cartagan - September 30, 2025, 12:10:02 PM
Thanks for responding. I'll keep an eye to see if it happens again.
#90
Installation and Configuration / Re: Product Image Linking
Last post by Quistrace - September 30, 2025, 12:56:02 AM
Quote from: Basara on November 12, 2020, 12:17:54 AMHello.
You can do this with CSV export import but the backup database first
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15007876/Import#Import-Example7:UpdateProduct(addimagestoproduct)slope
You don't need to duplicate all the images. You can update the image path in the template or config files to point directly to ../images/prod/ (or use the full URL like mydomain/images/prod/). Check the product display template (usually in the product info page) and any global config file that defines the image directory. That's where you'll want to adjust the path so it doesn't look only in the default cart image folder.

Forum Rules Code of conduct
AbanteCart.com 2010 -