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

#21
General Support / Re: Digital Download
Last post by shift838 - July 27, 2026, 11:07:07 PM
Quote from: llegrand on July 27, 2026, 03:38:52 PMHere is how it works:
Activated: Select the event when the download will be activated. e.g. Immediately. Download is activated after order is placed, regardless of the order status.

If you set the Activated to on Order Status you can control when the download is available to your customer based on the status -  eg,  activated is set to on Order Status,  Order status is set to Completed -  once the order process set to Completed is attained by your customers action the file will be available for them.

If I set it to Order Status and Completed since it is a digital download sale, will the order automatically go to completed once the payment is complete or will I have to change the status manually?
#22
General Support / Critical error when notifying ...
Last post by shift838 - July 27, 2026, 03:51:09 PM
On some orders (not all) I will get the below critical error when I go to the status/comments tab of the order to put in comments.  I will only get this error if I toggle the 'Notify Customer' button to 'ON'.  Many of my orders will work fine, but on some I get the below when doing the exact same thing that works on others.


There has been a critical error processing your request
Error: Could not load model checkout/fast_checkout
Trace:
#0 /home/shiftcom/domains/shift838.com/public_html/store/core/helper/utils.php:1608
#1 /home/shiftcom/domains/shift838.com/public_html/store/admin/model/sale/order.php:1143
#2 /home/shiftcom/domains/shift838.com/public_html/store/admin/controller/pages/sale/order.php:1156
#3 /home/shiftcom/domains/shift838.com/public_html/store/core/engine/dispatcher.php:306
#4 /home/shiftcom/domains/shift838.com/public_html/store/core/engine/dispatcher.php:341
#5 /home/shiftcom/domains/shift838.com/public_html/store/core/engine/page.php:110
#6 /home/shiftcom/domains/shift838.com/public_html/store/core/engine/router.php:204
#7 /home/shiftcom/domains/shift838.com/public_html/store/core/engine/router.php:86
#8 /home/shiftcom/domains/shift838.com/public_html/store/index.php:97
in /home/shiftcom/domains/shift838.com/public_html/store/core/engine/loader.php on line 126
#23
General Support / Re: Digital Download
Last post by llegrand - July 27, 2026, 03:38:52 PM
Here is how it works:
Activated: Select the event when the download will be activated. e.g. Immediately. Download is activated after order is placed, regardless of the order status.

If you set the Activated to on Order Status you can control when the download is available to your customer based on the status -  eg,  activated is set to on Order Status,  Order status is set to Completed -  once the order process set to Completed is attained by your customers action the file will be available for them.
#24
General Support / Re: Digital Download
Last post by shift838 - July 27, 2026, 02:15:24 PM
Actually, I found a way to do it.  I used the web portal to upload a small file with the same name.  by doing it via the web portal AbanteCart will update the database, pointers and all.  I then found the file in the directory via the FTP, althought it was renamed to like 1.zip.  Delete that file and uploaded in the same directory the large file (in my case over 3GB).  Now it works.

Another question.

If I flag the file to be available as 'immediately', does this mean immediately after payment has processed the download option will activate or will i need to select 'on order status' and when I change the order status to 'completed' it will then be available.  But then that poses another question, will i need to push it to the orders? 

I want it really to be done all automatically that when a payment is completed the Download option appears for the customer.
#25
General Support / Re: Abantecart Ver. 1.4.3 erro...
Last post by Basara - July 27, 2026, 06:15:29 AM
Hello,

The upgrade.sql file is the correct one. What error messages are you getting?
#26
General Support / Re: Digital Download
Last post by Basara - July 27, 2026, 06:12:56 AM
Hello.
You will need to add the download file under Products Files for the product. After adding it, click the Push button so that customers with existing eligible orders can also see and download the file.
https://abantecart.atlassian.net/wiki/spaces/AD/pages/29131023/Sell+Digital+Products

You cannot simply upload the file by FTP and have AbanteCart automatically recognize it as a product download. However, there is a third-party extension that may help with it https://marketplace.abantecart.com/auto_downloads
#27
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
#28
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.
#29
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??
#30
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



























Forum Rules Code of conduct
AbanteCart.com 2010 -