Skip to main content

Hi Shahjahan JewelΒ 

One of my goals is to create a store that showcases products from a partner with fluent cart. Instead of selling the products directly, I want the "Buy Now" button to function as an affiliate link. In other words, when a user clicks the button, they are not taken to my own checkout process but are instead redirected to my partner's store to complete the purchase there.

My question is: Is it possible to configure Fluent Cart so that a product's main purchase button redirects to an external/affiliate URL instead of triggering the local checkout?

is this possible?

Anyone have the issue where the test email won't go through to a Google Workspace when it's sent to the alias and not the main email? I'm getting emails to my alias (so that's working) except the test emails never come through.

I use an alias when I'm working in other people's websites and it helps me track all the emails when I'm working on their project.

Problem Description:

When configuring SMTP2GO with FluentSMTP using wp-config.php constants, the official documentation states to use:

php

define( 'FLUENTMAIL_SMTP2GO_API_KEY', 'your-api-key-here' );

However, this constant does not work. When using the correct constant name as documented, FluentSMTP shows:

  • Error message: "Credential verification failed. Check your input"
  • Interface shows: "Define FLUENTMAIL_SENDGRID_API_KEY in wp-config.php file" (notice it mentions SENDGRID instead of SMTP2GO)

Workaround/Solution:

The actual working constant for SMTP2GO is incorrectly mapped to the SendGrid constant:

php

define( 'FLUENTMAIL_SENDGRID_API_KEY', 'your-smtp2go-api-key-here' );

When usingΒ FLUENTMAIL_SENDGRID_API_KEYΒ with the SMTP2GO API key, the connection works perfectly.

Evidence:

  • Same API key works fine when stored in database
  • Same API key fails withΒ FLUENTMAIL_SMTP2GO_API_KEYΒ constant
  • Same API key works withΒ FLUENTMAIL_SENDGRID_API_KEYΒ constant
  • Error message incorrectly references SendGrid constant name

Impact:Β This bug causes confusion for users following the official documentation, as the documented constant name doesn't work, while an undocumented workaround is required.

Expected Fix:Β FluentSMTP should properly read theΒ FLUENTMAIL_SMTP2GO_API_KEYΒ constant for SMTP2GO connections, not the SendGrid constant.

Shahjahan JewelΒ - FluentSMTP bug: SMTP2GO reads wrong wp-config constant (SENDGRID instead of SMTP2GO). Please fix constant mapping in SMTP2GO module.

BUG REPORT: FluentSMTP SMTP2GO reads wrong wp-config.php constant - uses SendGrid constant instead

I regularly duplicate my site to a staging environment so as to test plugin updates before deploying them in production. Right after the creation process finishes I go to the wp backend and disable all outgoing emails. FluentSMTP has that feature. But I worry that in those 2-3 minutes in between some emails will be sent through automation.

What I suggest as a feature is that by default in FluentSMTP all outgoing emails will be disabled in a staging environment.

Shahjahan JewelΒ 

Waiting for a new update of fluent community like this:

just waiting

I am working on several addons and Fluent Board templates to sell using FluentCart. Addons for FCart will come too once they launch their developer docs. Any requests that you may have?

Several Addons

Is there a specific discussion for Affiliates (Not the new Fluent Affiliate Plugin) for discussion related to affiates?

Dear Fluent team, the issue of integrating FluentCart with the functionality of Business Directory modules and Listing with FluentCart.

What do you see possible integrations with well-known Business directories modules, or do you have your own vision of this functionality?

Thanks!

Integrating Business directories and Listing with FluentCart

I just now reported the below post "Air cooled heater exchanger", but received this error message.

Error

No query results for model [FluentCommunity\App\Models\Feed] 8078


Btw I posted this in the general space. I see that below post I reported is in FluentCommunity space. So I wanted to also edit my comment and change it from the general space to the FluentCommunity space but it looks like after publishing a post one can not change the space it is posted into.

Is there an option in Paymattic to allow the user to cover the processing cost? I assume its easy to add in a fixed processing cost but can it be calculated based on the donation amount easily without having to build out a complex set of conditions?