Quote from: timlight10 on August 24, 2026, 09:25:59 AMClicking that button takes me to https://abantecart.atlassian.net/wiki/search?labels=template_dev_toolsHello.
Have you installed and enabled the dev tools extension?
AbanteCart v1.4.4 is released.
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
MenuThis 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 August 24, 2026, 09:25:59 AMClicking that button takes me to https://abantecart.atlassian.net/wiki/search?labels=template_dev_toolsHello.
Quote from: timlight10 on August 24, 2026, 09:28:06 AMThis is working awesome! It has successfully imported PDF files for 5000+ files now!!Thank you for donation
Quote from: timlight10 on August 20, 2026, 10:11:04 AMAlready installed...note that the other two templates have the clone button.Hello.
Quote from: timlight10 on August 20, 2026, 06:40:33 PMHow are we looking on this feature development?Hello.
Quote from: Alarano on August 14, 2026, 07:50:39 AMHow can we effectively promote the Free Shipping offer on the website to increase customer engagement and sales?Hi. Check out third-party extensions such as https://marketplace.abantecart.com/free_shipping_master
Quote from: timlight10 on August 04, 2026, 12:26:26 PMChecking on development status of this feature.Thank you for following up, timlight10.
Quote 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.