Can abandoned carts be recovered in FluentCart, or via Fluentcrm? Or is it pro version feature? Looking for automation with Fluentcrm, or is another plugin required to recapture the incomplete abandon carts in FluentCart checkout shop? Thanks
With FluentCart Pro Version 1.3.6, licensed products don't show up in products available to add to an order
FluentCart Pro (tested January 11th, 2026)
Summary:
The download_license_package endpoint fails with "Product not found" error when the site URL contains a port number (e.g., localhost:10004).
Steps to Reproduce:
- Set up a licensed digital product with plugin updates enabled
- Install and activate the plugin on a local dev site with a port in the URL (e.g., http://localhost:10004)
- Activate the license successfully
- Trigger an update check - update is detected correctly
- Click "Update Now" - fails with "Download failed. Unprocessable Entity"
Root Cause:
In LicenseApiHandler.php, the downloadLicensePackage() method decodes the fct_package parameter and splits it using : as the delimiter:
$packageData = explode(':', $packageData);
The package format is: license_key:activation_hash:site_url:item_id:expires
When the site URL contains a port (e.g., localhost:10004), the colon in the URL breaks the parsing:
- Expected: item_id at index 3
- Actual: Port number (10004) ends up at index 3, causing product lookup to fail
Workaround:
Test on domains without port numbers. Production sites work fine.
Suggested Fix:
Use a delimiter that won't appear in URLs (e.g., || or :::), or URL-encode the site_url before building the package string.
We should be able to disable images across the board for products: no image in product view, cards, cart or sidebar. I am trying to do it now with CSS and it is causing issues.
I have made tax on products exclusive and listed for sale on my cart, but it's not adding to product price during checkout. I have given all the details in the tax module of fluent cart. Where am i doing wrong? Can anyone guide please?
I am building a Single Product template using Bricks Builder and FluentCart.
I successfully managed to display the product title using your specific dynamic tag {fct_product_title}, as standard WordPress tags like {post_title} were not rendering correctly.
My Issue: I need to retrieve the Current Product ID to pass it to a third-party plugin (Site Reviews) via a shortcode (e.g., assigned_to="PRODUCT_ID").
I have tried the following without success:
- Standard Bricks tag:
{post_id}(returns nothing or 0). - Guessed tag:
{fct_product_id}(does not exist/work). - Custom PHP:
get_queried_object_id()andget_the_ID()(both fail to retrieve the ID in the frontend template context).
Question: Is there a specific FluentCart dynamic tag for the Product ID available in Bricks? Or is there a specific PHP function/method I should use to get the current FluentCart Product ID inside a Bricks template?
Thank you for your help.
When i renew (test modus) i notice that the subscription is going into trail. For subscriptions of 25 per month.
for subscriptions of 1 per day then it active agian.
I tested the 1 per day into per month and ist the same. SO ITS RELATED TO PER MONTH
No trail settings activated.
Also end of term (EOT) there is nothing happening. INTEGRATIONS (webhook/CRM)
I am a little desperate for looking to solutions.
Please annybody? have the same?
Is there any documentation on how to add S3 FluentCart (Amazon S3) settings to wp-config.php?
https://fluent-cart-docs-ai.vercel.app/guide/settings-configuration/storage-settings.html
Thanks! 
After I have spent some time on FluentCart now and building in Bricks (as I do for all client projects) I see some repeating bugs and layout issues.
- Product features image keeps disappearing in layout. Client has to rearrange images, save, then rearrange back, on the product page.
- Some complaints about variant images producing way too many product images in the gallery overall. And if they remove images from product variants, only a "missing image" thumbnail is showing instead of primary featured image.
- Various width and layout issues has been noticed in Bricks. Tested purchase today, and this is the layout of user account purchase details (Screenshot below)
Hey everyone,
FluentCart's frontend error messages and notices like 'this product is not in stock' are currently shown as pop up messages in the top right of the browser window. They disappear way too quickly which makes them hard to read.
I think it would be way better to have these be shown inline and not in a pop up.



