Caddy Support
Forum Replies Created
-
@fathi1999 Please try with version 2.0.6 of the plugin. We’ve changed method in which products are added to use WC’s native ajax functionality.
@dryne this is likely an issue with your theme overwriting our checkout button. We’ve tested on edge and do not see such issues.
@fesarlis Adding ajax is a core feature of the plugin and we list it as the very first feature on the plugin page.
As for the error messages, this has been resolved. They now display in the cart.@thelondondispensary As messaged to you via email, we have this scheduled to be removed in a future release. In the meantime, you can disable the filter with this snippet:
https://library.wpcode.com/snippet/qo9z9112/Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] hidden “checkout” button@miramare This has been resolved in version 2.0.6
@fathi1999 What is shown in your loom appears to be an older version of Caddy or the older version’s JS/CSS files. It’s likely a caching issue. Please ensure you are on the latest version and clear your caches.
Hi @patboran these are using the “upsells” as defined in the WooCommerce product.
We’re working on adding a separate field in an upcoming version.
Well add an option to turn this off in the future. In the meantime, you can try:
// Function to remove the shipping filter
function remove_cc_shipping_when_free_is_available() {
// Check if the Caddy_Public class and the method exist
if (class_exists('Caddy_Public') && method_exists('Caddy_Public', 'cc_shipping_when_free_is_available')) {
// Get an instance of the Caddy_Public class
$caddy_public_instance = new Caddy_Public();
// Remove the filter
remove_filter('woocommerce_package_rates', array($caddy_public_instance, 'cc_shipping_when_free_is_available'), 10);
}
}
// Hook into WordPress after all plugins are loaded
add_action('plugins_loaded', 'remove_cc_shipping_when_free_is_available', 20);Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] Checkout button textThis is no option for a cart button however you can add one with some coding.
1. Hide the checkout button:.cc-window .cc-cart-actions a.cc-button-primary { display: none; }2. Then you can hook in your own custom cart button:
function custom_view_cart_button() {
// Get the URL for the cart page
$cart_url = wc_get_cart_url();
// Output the "View Cart" button HTML
echo '<a href="' . esc_url($cart_url) . '" class="button wc-forward">' . __('View Cart', 'woocommerce') . '</a>';
}
// Hook the custom function into the 'caddy_after_cart_screen_totals' action
add_action('caddy_after_cart_screen_totals', 'custom_view_cart_button');Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] RTL not SupportingHi, yes RTL is not currently supported.
Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] 2.0 Update BugHi, this is a caching issue. Please clear your cache.
Forum: Reviews
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] Great extension!Thank you for the review! The Divi builder issue was fixed in version 2.0
Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] Divi Builder conflictHi this has been resolved in the 2.0 release.
Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] Empty Discount / VoucherHi @drkermit – If no coupon is in added and someone hits the apply button you should get an error that “no coupon exists”. If some other coupon is being applied then it’s either a conflicting plugin or something in your theme.
Forum: Plugins
In reply to: [Caddy – WooCommerce Side Cart & Free Shipping Bar] Side cart closingHey @guilhermedporto,
Thanks for choosing Caddy as your sidecart!We would need more information in order to help with this issue.
Can you please send the following details via support ticket? so we can help with this?
* Did you get any error messages?
* Is this happening when you’re logged in or logged out? It would be ideal if you test both logged in/out + incognito mode on the browser you’re using.
* Which browser are you using?
* What’s the operating system used? (Mac, Windows, Linux, etc)
Would you mind recording a short video of this issue using https://www.loom.com/ and sending it to us so we can investigate?
In order to troubleshoot further, please follow our troubleshooting guidelines: https://usecaddy.com/docs/troubleshooting/troubleshooting-caddy
Thanks,
P.s: you can always rely on creating support tickets created at https://usecaddy.com/contact-us