News:

AbanteCart v1.4.4 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Recent posts

#1
General Support / Digital Download
Last post by shift838 - July 25, 2026, 09:42:20 PM
I need a bit of help offering a digital download once a order is placed and paid for.

I know basically how it works.  I have a software suite I am selling that is fairly large.  Instead of uploading it via the web interface, can I FTP the file, and where should it be placed?

TIA
#2
Built-in Features / Re: Import PDF
Last post by abantecart - July 25, 2026, 09:41:14 PM
Thank you for your donation timlight10.

We will add the feature that you suggest very soon.
#3
General Discussion / Why Core Ball is challenging?
Last post by Smandeson11 - July 25, 2026, 01:41:12 AM
Core Ball becomes challenging because space around the center ball gradually reduces with every successful shot. Faster rotation, sudden direction changes, and closely placed pins increase difficulty. Players must stay calm and avoid rushing, as speed without control leads to collisions. Each level tests patience, hand-eye coordination, and concentration. The difficulty curve is well designed, making early levels simple and later levels intense. This balance of simplicity and challenge is what keeps players engaged and coming back for more attempts.
#4
Tips and Tricks / How to Dominate the Ragdoll Hi...
Last post by elonhavana - July 24, 2026, 07:56:18 AM

To become a master in ragdoll hit, randomly tapping on the screen won't get you far. The key lies in controlling momentum. Always remember your character is a rag doll. Instead of charging straight at the enemy, take a step back, build momentum, and swing your weapon in an arc to maximize damage. Also, always keep an eye on your surroundings. Kicking your opponent into an exploding barrel or a wall full of spikes is far more effective than trying to fight them one-on-one. Mastering the pace of the battle is key to overcoming even the toughest bosses.
#5
General Support / Re: Abantecart Ver. 1.4.3 erro...
Last post by hani - July 24, 2026, 05:07:38 AM
I tried running the upgrade.sql but it returns error messages.
And the name of the file is upgrade.sql not upgrade_sql.sql as Basara mentioned, or maybe i am trying the wrong upgrade file??
#6
General Support / Re: Abantecart Ver. 1.4.3 erro...
Last post by hani - July 24, 2026, 02:08:20 AM
I downloaded the file but have noticed that in the file there are commands to drop tables and then create tables while there is information in these tables.
For example:

DROP TABLE IF EXISTS `abc_field_group_to_form`;
CREATE TABLE `abc_field_group_to_form`
(
  `group_id` int(11) DEFAULT NULL,
  `form_id` int(11) DEFAULT NULL,
  `sort_order` int(3) DEFAULT NULL,
  KEY `abc_field_group_to_form_fk` (`form_id`),
  KEY `abc_field_group_to_group_fk` (`group_id`),
  CONSTRAINT `abc_field_group_to_form_fk` FOREIGN KEY (`form_id`) REFERENCES `abc_forms` (`form_id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `abc_field_group_to_group_fk` FOREIGN KEY (`group_id`) REFERENCES `abc_field_groups` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;


there is no command to insert the data that is already in the table that is in my database



























#7
General Support / Tax Changes After Customer Upd...
Last post by linda escamarey - July 23, 2026, 10:07:28 PM
Hi everyone,

I'm testing tax calculations in AbanteCart and noticed something I'm not sure about.

When a customer first adds products to the cart, the estimated tax is calculated correctly based on the default location. However, after changing the shipping country or region during checkout, the tax doesn't always refresh immediately. In some cases I have to refresh the Crossy Road page or go back to the cart before the correct tax amount appears.

Is this expected behavior, or should AbanteCart automatically recalculate taxes as soon as the shipping address is updated?

I'm using the default tax system with Geo Zones and Tax Classes, and shipping rates update correctly—the issue only seems to affect the tax amount.

Has anyone experienced this or found a configuration that forces the tax to recalculate instantly?

Thanks in advance!
#8
General Support / Re: Abantecart Ver. 1.4.3 erro...
Last post by Basara - July 23, 2026, 07:54:10 AM
Hello, 
The upgrade_sql.sql is available once you unarchive the upgrade package. You can download the package from the GitHub release page: https://github.com/abantecart/abantecart-src/releases
Please ensure you update the database prefix to match your configuration.
#9
General Support / Re: Abantecart Ver. 1.4.3 erro...
Last post by hani - July 23, 2026, 06:30:53 AM
Hi

where is this file  upgrade_sql.sql available?

#10
General Support / Re: Following error has occurr...
Last post by Basara - July 23, 2026, 03:35:17 AM
Hello,

Could you first confirm the version? You wrote AbanteCart 1.1.4. Did you perhaps mean 1.4.4?

To help diagnose the issue, could you also provide a bit more information?

Please paste the latest entries from system/logs/error.log (or the latest log file under system/logs/).
Which Windows version are you using?
Which XAMPP version are you running?
Is your XAMPP using Apache or Nginx as the web server?

The error log and these environment details should help identify the problem.

Forum Rules Code of conduct
AbanteCart.com 2010 -