AbanteCart v1.4.4 is released.

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 MenuQuote from: timlight10 on July 31, 2026, 08:58:02 AMAwesome, is there an official feature request channel somewhere I can post this for v1.4.5?Yes, there are a few.
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.