AbanteCart v1.4.4 is released.

Quote from: Basara on July 30, 2026, 04:51:38 AMQuote 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.
Please upgrade to version 1.4.4, as this issue was likely resolved some time ago. Make sure to create a backup before proceeding with the upgrade.
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.