Recent Posts

Pages: [1] 2 3 ... 10
1
SEO / Re: Link Building: Why Your Website Needs It to Grow!
« Last post by nytwordlehints on Today at 10:53:26 AM »
Link building boosts SEO by increasing rankings, traffic, and domain authority. Quality backlinks from reputable sites enhance trust and visibility. Use guest posting, broken link building, and digital PR to acquire relevant, high-quality links for website growth and stronger brand credibility.
2
Thank you for the response earlier.

Just following up on this issue regarding the failed upgrade to v1.4.2 due to the DROP INDEX IF EXISTS syntax. As mentioned, our MySQL server version is 8.0.38, which supports this syntax  yet the upgrade still fails with the SQL error referencing:

DROP INDEX IF EXISTS `ab_lang_definition_idx` ON `ab_language_definitions`

1. open phpMyAdmin and run this queries:
Code: [Select]
create index `ab_lang_definition_idx` on `ab_language_definitions` (language_value(500));


create index `ab_settings_idx` on `ab_settings` (value(500));

2. run upgrade process in admin with key abantecart_upgrade_142
3
Built-in Features / Re: Backup and Restore
« Last post by databit on Today at 06:25:37 AM »
Ok, I have setup another test store on another domain but on the same server with default everything and it works there? Maybe some other reason?
4
General Support / Product Reviews, Transaction list and invoices
« Last post by databit on Today at 06:21:55 AM »

Few things I've come across
Cant seem to find where to approve a product review?
Cant disable transactions view. No point the customer having a transactions list if nothing is entered there automatically by the system, cant find where to add a transaction type either.
They might have bought something but the list stays empty unless I enter it but cant because I cant add a transaction type.
The cart doesn't seem to create an invoice for the customer, just an order. But there is an invoice number in the system (Maybe this is to be manually entered to correlate with an accounting package which is 3rd party?) But cant modify the invoice number.
Transactions is annoying me, cant make it disappear on the customer dashboard.
5
General Support / Re: Disabling/Enabling stores in a multi-store set up
« Last post by Basara on Today at 01:13:07 AM »
Hello.

In the admin panel, you should still see the store selector even if multiple stores are currently disabled. Additionally, when you edit a store’s settings, you’ll notice the URL includes something like store_id=0. You can manually change that ID in the URL to access the settings page of other stores, this can be helpful if, for some reason, the store selector isn’t visible.
6
Support / Re: Error log image issues
« Last post by Basara on Today at 01:08:37 AM »
Hello.
The image error you’re seeing is most likely related to the PHP GD library on your server. Specifically, older versions of GD don’t support WebP format, which can trigger those types of errors even if you’re not directly uploading WebP images yourself—AbanteCart or the browser might be trying to serve them automatically if supported.
The good news is that this is usually an easy fix. I recommend contacting your hosting provider and asking them to make sure the server has an up-to-date version of PHP with full GD and WebP support enabled.

When you say the database was “corrupt,” could you clarify what exactly made you think that? Were there specific errors or behaviors? Often, a proper backup restore should resolve most issues unless the backup itself was incomplete or taken while the database was in an unstable state. If you have any logs or symptoms you noticed before the crash, it might help narrow down the root cause.
7
Support / Error log image issues
« Last post by perplexed on June 29, 2025, 09:19:32 PM »
This is a fresh install of 1.4.2 and receiving multiple errors about webp images....we are not installing webp images....why are we getting this error messages?
We just lost our 1.4.1 version due to a corrupt database and restore did not work either....this is scary...

2025-06-29 23:36:36 - App Warning: AbanteCart core v.1.4.2 Error: Cannot load image /home/copperkf/garlicstore.copperkfarm.com/resources/image/18/71/2.webp. Unable to create internal image from file /home/copperkf/garlicstore.copperkfarm.com/resources/image/18/71/2.webp. Try to decrease original image size 866x203px or reduce file size or increase memory limit for PHP. in /home/copperkf/garlicstore.copperkfarm.com/core/lib/image.php on line 72
8
General Support / Re: Disabling/Enabling stores in a multi-store set up
« Last post by MatYoungblood on June 28, 2025, 05:36:06 AM »
I am using 1.3.4 and turned a new store off. It then turned the default store off and other stores linked to default with no way to turn back on. Is there a way to turn it back on?
9
Thank you for the response earlier.

Just following up on this issue regarding the failed upgrade to v1.4.2 due to the DROP INDEX IF EXISTS syntax. As mentioned, our MySQL server version is 8.0.38, which supports this syntax  yet the upgrade still fails with the SQL error referencing:

DROP INDEX IF EXISTS `ab_lang_definition_idx` ON `ab_language_definitions`
10
Tips and Tricks / Exploring Cursor AI for Cloning Themes – Share Your Prompts!
« Last post by Basara on June 27, 2025, 09:08:58 AM »
Hi everyone! 👋

I’ve been experimenting with Cursor AI to clone the Novator theme into a new extension for AbanteCart. The process involves copying PHP, SQL, and XML files, updating paths, class names, and layout configs etc.

It worked quite well, but as Cursor AI adapts based on the input, I’m curious:

👉 What prompts or approaches have you tried when using AI tools with AbanteCart?
👉 Any tips for improving the cloning process or making templates more flexible with AI?




Would love to hear your experiences, suggestions, or even test cases!
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod