News:

AbanteCart v1.4.4 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - G. O.

#1
Template Support / Re: database issue
May 21, 2026, 04:53:48 PM
Quote from: Basara on May 21, 2026, 05:56:28 AMHello.
Products may also be missing from Admin if cache is outdated, or if the product is not assigned to the store view you are checking.

Those names are stored in the product description table. To check them in the database, use your own AbanteCart table prefix from system/config.php (DB_PREFIX) and run
SELECT name
FROM prefix_product_descriptions
WHERE name LIKE '%( Copy )%';

but it is unsafe to delete only from product_descriptions, because products are linked across several tables.

thank you for support, actually they were very old products data and we already deleted them from website dashboard but on database still saved and i don't know why they stayed there if already deleted them from the panel. any way I did solved my issue but there is still a small issue. when the AI BOT retrieving the data about products from the database table we have n the product description section an html info and the AI BOT printing them in the answer section and still trying to find a solution for this too.
#2
Template Support / Re: database issue
May 21, 2026, 12:56:24 AM
Quote from: Basara on May 20, 2026, 10:25:54 AMHello.
In AbanteCart admin, search for "( Copy )", select all, and remove. Direct database edits are strongly discouraged.

the problem is not on admin side, there is nothing in products side panel, it is in the database. I'm getting this information when we are exporting products information from database information to website AI Assistant bot, bot retrieving these information from product id table
#3
Template Support / database issue
May 20, 2026, 08:06:03 AM
Hello,

i need you help to know the best way to remove these duplication on database as you see in the bottom extracted text: how to remove these duplications from database? all of this came from cloning the products for fast edits of products details 📊 Found 356 duplicate/copy products

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DUPLICATE PRODUCTS LIST:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📦 ORIGINAL/CATEGORY: 01-171 ( Copy )
  └─ Duplicate: 01-171 ( Copy ) (ID: 2103)
  └─ Duplicate: 01-171 ( Copy ) (ID: 2103)
  └─ Duplicate: 01-171 ( Copy ) (ID: 2143)
  └─ Duplicate: 01-171 ( Copy ) (ID: 2143)
  Total copies: 4


📦 ORIGINAL/CATEGORY: 01-171 ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy )
  └─ Duplicate: 01-171 ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) (ID: 2110)
  └─ Duplicate: 01-171 ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) (ID: 2110)
  └─ Duplicate: 01-171 ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) (ID: 2149)
  └─ Duplicate: 01-171 ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) ( Copy ) (ID: 2149)
  Total copies: 4



they are 📊 Found 356 duplicate/copy products and this is just a sample of what i have in the database
#4
Hello,

i upgraded from 1.4.3 to 1.4.4 and getting incorrect time zone error as follow:

2026-05-14 19:09:57 - 1298: Unknown or incorrect time zone: 'Europe/Istanbul'
SET time_zone='Europe/Istanbul';

I use default template of NOVATOR
php: 8.4.20
what is the fix for this issue?

Thanks in advanced
#5
General Support / Re: Delete spam customers
May 14, 2026, 10:51:40 AM
Quote from: timlight10 on May 09, 2026, 02:09:04 PMI have reCaptcha enabled, but I still get spam customers and contact form entries. Any suggestions?
this is mostly your business filed competitors doing it to you.
#7
Templates / Order Date Empty
February 18, 2026, 01:27:34 AM
Hello!

on last version of NOVATOR AbanteCart v1.4.3 the order date on (orders list, order summary and emails) empty.

how to fix this issue?

Regards
#8
Hello AbanteCart Team,

Is there any fix for this issue please?
 

Thank you
#9
Quote from: abolabo on December 01, 2025, 04:46:42 AMplease try this fix and let us know

https://github.com/abantecart/abantecart-src/commit/14872852c907429920291d8e7630fb43e2d80bb5

Hello Sir. your suggestion worked and fixed my issue but after replacing the order, from the admin panel side when we edit the order details and do some changes on it for example available quantity or price or anything else and try to save the changes, we get an error which loading a tab which says report to AbanteCart Team about this issue as next and as in the screenshot: 


There has been a critical error processing your request
Please check AbanteCart and webserver error logs for more details. You can check error log in the control panel if it is functional. Otherwise, refer to error log located on your web server


Report this problem to AbanteCart team (do not change email subject)


Check AbanteCart Troubleshooting Guide


Need help? Contact for support


Go to main page


in the error logs there is these lines as follow:


2025-12-05 10:01:09 - Unknown Error: AbanteCart core v.1.4.3 Division by zero
Trace:
#0 /admin/model/sale/order.php(310): ModelSaleOrder->editOrderProduct()
#1 /admin/controller/pages/sale/order.php(372): ModelSaleOrder->editOrder()
#2 /core/engine/dispatcher.php(306): ControllerPagesSaleOrder->details()
#3 /core/engine/dispatcher.php(341): ADispatcher->dispatch()
#4 /core/engine/page.php(108): ADispatcher->dispatch()
#5 /core/engine/router.php(204): APage->build()
#6 /core/engine/router.php(86): ARouter->route()
#7 /index.php(81): ARouter->processRoute()
#8 {main} in /admin/model/sale/order.php on line 438



how to solve this issue too?

Thank you...
#10
Quote from: Basara on November 26, 2025, 07:26:44 AM
Quote from: G. O. on November 26, 2025, 06:30:54 AMi tried to upload all new version's necessary folders and files
Hello.
You should upgrade the database

if you are about uploading upgrade.sql to my databse on phpmyadmin server I already did that but it doesn't do any changes in my issue. is there any easier way to fix placing orders steps without all these complicated steps please?
#11
Quote from: Basara on October 29, 2025, 03:16:58 AMPlease try running the upgrade manually to ensure all files and database updates are properly applied. You can follow the detailed steps here: https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually

After the manual upgrade, clear all caches and check again.


i tried to upload all new version's necessary folders and files and refreshed the browser and deleted all website and browser caches but nothing helped me to process next steps of placing the order. i see there is an error as next:



2025-11-26 14:16:48 - Unknown Error: AbanteCart core v.1.4.3 Division by zero
Trace:
/storefront/controller/responses/checkout/pay.php(503): AOrder->buildOrderData()
/storefront/controller/responses/checkout/pay.php(458): ControllerResponsesCheckoutPay->updateOrCreateOrder()
/core/engine/dispatcher.php(306): ControllerResponsesCheckoutPay->main()
/core/engine/response.php(87): ADispatcher->dispatch()
/core/engine/router.php(222): ATypeResponse->build()
/core/engine/router.php(86): ARouter->route()
/index.php(81): ARouter->processRoute()


What shall I do now?
#12
Quote from: Basara on October 24, 2025, 06:14:56 AMHello.
Any errors in the log?

no errors.
#13
Quote from: Basara on October 20, 2025, 01:57:38 AMHello.
Please check your AbanteCart error log for any related messages, missing buttons on the checkout page often indicate a template issue. What template are you using?

i am using the NOVATOR default template on v.1.4.3
#14
Hello,
checkout page only showing the order details and not showing the buttons of place order or checkout, what happened in my case and what is missing here?
regards
#15
Template Support / Re: Upgrade to AbanteCart v1.4.2.1
October 18, 2025, 07:57:52 AM
Quote from: Basara on September 19, 2025, 05:58:32 AMHello.
Can you please share a bit more detail about the issue you're seeing after trying to upgrade to v1.4.2.1?

sorry for late reply. i tried many times to install that version and always i got a notification the the upgraded version been installed but everything get back to same previous website form

Forum Rules Code of conduct
AbanteCart.com 2010 -