AbanteCart v1.4.4 is released.

SELECT
p.product_id,
p.model,
p.status,
pd.name
FROM `<DB_PREFIX>products` AS p
LEFT JOIN `<DB_PREFIX>product_descriptions` AS pd
ON pd.product_id = p.product_id
AND pd.language_id = 1
WHERE NOT EXISTS (
SELECT 1
FROM `<DB_PREFIX>products_to_categories` AS p2c
WHERE p2c.product_id = p.product_id
)
ORDER BY p.product_id;Quote from: shift838 on July 29, 2026, 10:53:54 AMI am running version 1.4.0, the payment method is PayPal and shipping method is USPS.Hello.
Quote from: Basara on July 29, 2026, 10:47:33 AMHello
What version of AbanteCart are you running? Also, what payment and shipping methods were used on the orders that trigger this error?
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.