Diego Versiani
Forum Replies Created
-
Hi @cris123pp,
I checked on your website and all 3 options from the products are being displayed on the checkout page.
I’m not sure what you mean with variations and what the differences are between what you can see with Fluid Checkout activated or using the classic WooCommerce checkout, and what you can see on the new Block-based checkout.
In any case, if the problem is still present when Fluid Checkout is activated, it means that it is not related to Fluid Checkout.
Could you answer questions #1 and #3 from my previous message (below):
1. Could you add screenshots of the issue here with some annotations to show what is wrong and what is the expected behavior?
3. Are you using the native WooCommerce variable products, or are you using a 3rd-party plugin to create these product variations? Could you send a screenshot of the product variation settings?
Kind regards,
Diego.Hi @cris123pp,
I’m not sure what the issue might be. Fluid Checkout does not manage product variations and would show whatever is added to the cart.
1. Could you add screenshots of the issue here with some annotations to show what is wrong and what is the expected behavior?
2. Is the third “variation” missing only when using Fluid Checkout? Try temporarily deactivating Fluid Checkout and see if the problem is then resolved.
3. Are you using the native WooCommerce variable products, or are you using a 3rd-party plugin to create these product variations? Could you send a screenshot of the product variation settings?
4. What is the URL of your website, and what are the exact steps to reproduce this issue on your website?
Please keep in mind that this is a public forum. If you don’t want this information available on this public forum, please open a new support ticket on?our main support channel?(which is private) and mention the URL of this ticket.
Kind regards,
Diego.Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportHi @rermis,
Unfortunately it is not possible for us to fix these issues from our side as your plugin does not provide any function that we could use to get the formatted text to be displayed as the shipping method description and delivery estimate.
With the lack of such function, we cannot even use custom CSS from our plugin as it is not possible to recover the CSS
content
property after it has been overwritten by our main plugin styles, or set thecontent
property for the elements that are missing it because of the different in the HTML structure.If such a function becomes available in your plugin, then we (or yourselves) could ideally use the Fluid Checkout PHP filter hook
fc_shipping_method_option_description
to display the shipping method description and delivery estimate.Fluid Checkout also provides the PHP filter hooks
fc_shipping_method_description_html_element
andfc_shipping_method_option_description_markup
to let developers change the actual HTML code used to display these values, at least for the checkout and cart pages.Kind regards,
Diego.Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportHi @rermis,
Yes, the structure of the HTML with Fluid Checkout is quite different.
However, since the description and delivery estimate are being shown with CSS, adding compatibility with Fluid Checkout is a matter of setting the right CSS selectors for each desired position.
Kind regards,
Diego.Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportHi @rermis,
I’m the developer of Fluid Checkout.
We were trying to add compatibility with your plugin from our side, however, there is no function we could use to get the formatted shipping method description and estimated delivery time to then add it to the appropriate places on both the cart and checkout pages.
We checked the code of your plugin and see that you are using pseudo elements in CSS to display the text.
For the checkout page, you probably need to use a CSS selector with a higher specificity. You could for example use the CSS code below:
.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-text:after {
content: 'Your description and delivery estimate.';
display: block;
/* Your other style properties here */
}Please not that we DO NOT recommend using CSS to display content since this is not a good practice and can lead to usability issues for people using assistive technologies such as screen readers for people with low vision.
If you need any further assistance to make your plugin compatibly with Fluid Checkout, please don’t hesitate to contact us.
Kind regards,
Diego.Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Disable dynamic email validationHi @ddmedia,
This behavior is not coming from Fluid Checkout. As mentioned before, our plugin does not send requests to validate email.
I noticed you are using Fluid Checkout PRO on your website. As such, please contact us directly on our website and provide your license key for continued support.
I’m closing this topic here.
Kind regards,
Diego.Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Disable dynamic email validationHi @ddmedia,
The feature for email typo suggestions (which is not a validation per se) will not make any requests to the server, it is simply a script that runs directly on the customer’s browser.
In any case, you can disable this email verification with the code snippet below:
/**
* Disable Mailcheck email typo fix suggestions.
*/
add_filter( 'fc_enable_checkout_email_mailcheck', '__return_false', 10 );If you are unsure about how to add the code snippet to your website, check our article:
How to safely add code snippets to your WooCommerce websiteI’m closing this ticket for now. If you need further assistance related to this issue, simply reply to this message to re-open it.
Kind regards,
Diego.Hi @wzshop,
Unfortunately Fluid Checkout PRO does not have built-in features for cross-sells or upsells, only the native WooCommerce cross-sells configured to each product are displayed on the cart page with an optimized layout.
There is also no built-in feature for displaying the cart as in a popup or sliding sidebar throughout the website.
I’m closing this ticket for now. As per www.ads-software.com Forums Guidelines, for further inquiries about Fluid Checkout PRO, please contact us directly through our website.
Kind regards,
Diego.Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Make eircode not optionalForum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Make eircode not optionalHi @johnegg,
This code seems right. I would only suggest you to change the priority so it runs later in the process after other plugins might be applying their changes. It is usually recommended to use a priority of at least
1100
when making these changes to checkout fields attributes:add_filter( 'woocommerce_checkout_fields', 'make_shipping_eircode_required', 1100 );
If that does not solve the problem…
1. What is the plugin you are using to add the Eircode field?
2. Does this issue only happen when Fluid Checkout is activated?
Kind regards,
Diego.Hi @kampot888,
No, we do not have any plans to make Fluid Checkout PRO a standalone plugin as it would be quite more work to manage the duplicate versions of the Lite code. Also, the PRO plugin being an extension for the Lite forces us to make our plugins extensible, which is a win for everyone.
As for the number of plugins active, it does not matter as long as the plugins only do what is necessary and do it efficiently.
I’m closing this ticket for now.
Kind regards,
Diego.Hi @3dtobias,
The problem has been fixed and the changes will be available with the next update of the plugin, which is set to be released in a few days.
You can also use the beta version from the link below:
I’m closing this ticket for now. If you need further assistance related to this issue, simply reply to this message to re-open it.
Kind regards,
Diego.This ticket is being closed due to inactivity. If you need further assistance related to this issue, simply reply to this message to re-open it.
Hi @acrobot,
The problem has been fixed and the changes will be available with the next update of the plugin, which is set to be released in a few days.
You can also use the beta version from the link below:
Thanks for the patience.
I’m closing this ticket for now. If you need further assistance related to this issue, simply reply to this message to re-open it.
Best,
Diego.Hi @123aoeu,
Thanks for sending the link to the plugin.
We will check compatibility with it and let you know once an update is available. However, this will likely take a while since we are currently experience high demand for support and we do prioritize requests from our customers using Fluid Checkout PRO.
Best,
Diego.