usecaddy
Forum Replies Created
-
@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.
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] We Think You Might Also Like…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 - Smart Side Cart for WooCommerce] 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 - Smart Side Cart for WooCommerce] RTL not SupportingHi, yes RTL is not currently supported.
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] 2.0 Update BugHi, this is a caching issue. Please clear your cache.
Forum: Reviews
In reply to: [Caddy - Smart Side Cart for WooCommerce] Great extension!Thank you for the review! The Divi builder issue was fixed in version 2.0
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Divi Builder conflictHi this has been resolved in the 2.0 release.
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] 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 - Smart Side Cart for WooCommerce] 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-ushey @rachelf0908
We looked at this issue and have not been able to reproduce or pinpoint it.We’ll need access to your staging site to debug this further.
Can you please send this via support ticket?
Thanks!Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Cart on MenuHey @gbordormor22,
Thanks for choosing Caddy as your side cart!Yes, you can see how to add it here: https://usecaddy.com/docs/configurations/how-do-you-add-a-caddy-cart-widget-to-your-header-or-navigation-menu
We have lots of helpful docs at https://usecaddy.com/docs and we also have a Youtube channel.
Let us know how it goes.
Thanks,Hey @rachelf0908,
We would need more information in order to help with this issue.Can you please provide the following details here so we can help with this?via support ticket?
* 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
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Top menu bugHey @akiow17,
We would need more information in order to help with this issue.Can you please provide the following details here so we can help with this?via support ticket?
* 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
Hey @webfantastic,
We have not been able to reproduce this while testing on iPhone.We need more information in order to help with this issue.
Can you please provide the following details here so we can help with this?via support ticket?
* 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
- This reply was modified 2 years, 1 month ago by usecaddy.