Recent Posts

Pages: [1] 2 3 ... 10
1
How-to questions / Re: SALE
« Last post by Basara on July 01, 2025, 09:24:31 AM »
But then I can't rename it to my native language, otherwise when someone browses my site in English they'll see the word I've renamed.

Hello.
Here is the patch to fix the Sale text
2
General Support / Re: Product Reviews, Transaction list and invoices
« Last post by Basara on July 01, 2025, 07:56:15 AM »
Hello.
For managing product reviews, you might find this section of the AbanteCart documentation helpful:
https://abantecart.atlassian.net/wiki/spaces/AD/pages/9994245/Products+Reviews
It covers how to approve, manage, and display reviews.

Regarding transactions, these are a core part of most eCommerce systems, as they provide a record of customer account activities like refunds, manual adjustments, or loyalty credits.

That said, if you’d prefer not to show the transactions section on the customer dashboard, it is possible to hide or modify elements like that by editing the storefront code.
3
Very cool. I tried and got new blank extension created after 3 correction with AI prompt.
4
Support / Re: Error log image issues
« Last post by Basara on July 01, 2025, 02:04:20 AM »
Thank you for the kind words, glad to hear you’re enjoying AbanteCart’s front end! We appreciate your feedback and are happy to know the upgrade to 1.4.2 went smoothly.

In the meantime, while your hosting support looks into resolving the issue with WebP image handling, feel free to safely use standard image formats like JPG or PNG. These formats are fully supported and should work without any issues as you continue adding content.
5
Support / Re: Error log image issues
« Last post by perplexed on June 30, 2025, 10:51:58 PM »
Thank you for taking the time to respond and helping out. I will forward your information to our web-hosting IT staff and see if we can get this corrected. I thought for sure I had a screen shot of the errors, but was unable to find them. Anyways that's water over the damn now as we upgraded to 1.4.2 (fresh install) and now adding content into it. BYT Abantecart has really nice front end, and hopefully will get all our products in for the upcoming market season. Again Thank You for your time....
6
SEO / Re: Link Building: Why Your Website Needs It to Grow!
« Last post by nytwordlehints on June 30, 2025, 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.
7
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
8
Built-in Features / Re: Backup and Restore
« Last post by databit on June 30, 2025, 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?
9
General Support / Product Reviews, Transaction list and invoices
« Last post by databit on June 30, 2025, 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.
10
General Support / Re: Disabling/Enabling stores in a multi-store set up
« Last post by Basara on June 30, 2025, 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.
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod