AbanteCart v1.4.4 is released.

Quote from: archerjameson on May 27, 2026, 03:52:27 AMBased on the USPS reply, it appears Abante Cart indeed uses the older WebTools API. Regarding migration plans to the newer USPS API, you'll need to contact Abante Cart's development team directly, as I cannot confirm their internal roadmap.Hello.
Quote from: RCodiaDavid on May 24, 2026, 04:33:32 AMHi Basara, thanks for following up.
To answer your questions:
Customer Country: UK
Order Currency: GBP
Paypal Method: PayPal Commerce (standard button on the fast checkout page)
Checkout buttons enabled: No
Product type: Physical goods only
Quote from: Basara on May 21, 2026, 05:56:28 AMHello.
Products may also be missing from Admin if cache is outdated, or if the product is not assigned to the store view you are checking.
Those names are stored in the product description table. To check them in the database, use your own AbanteCart table prefix from system/config.php (DB_PREFIX) and runSELECT name
FROM prefix_product_descriptions
WHERE name LIKE '%( Copy )%';
but it is unsafe to delete only from product_descriptions, because products are linked across several tables.