usecaddy
Forum Replies Created
-
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Product added twice the quantityHey @enniocecco
Thanks for letting us know about this issue.
We’re about to release new Free and Premium versions of Caddy. We looked into it and think the coming plugin updates would resolve this.Can you wait for the plugin updates? The ETA is this week!
Thanks,Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Producr RedirectHey @fabriciobarros10, as explained before we suggest avoiding those edits.
Stopping the plugin updates can also cause some malfunction in your site, and we can’t provide support if you edit Caddy’s code.We’re closing this topic as we don’t want to encourage other people to modify the plugin code.
Thanks,@oc-wordpress-web-designer
Following up on this issue: we’re not adding integration for this specific plugin. We discussed the option but at the moment we’re focused on WC plugins integration.Thanks for using Caddy!
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Producr RedirectHey, @fabriciobarros10 we want to clarify the latest reply:
We don’t want users to modify the plugin files. This is bad practice in general as changes can get wiped out on updates (and we aim to release frequent updates with improvements).It also triggers security plugins to see changes as potential malware because the code does not match the repo.
Why would you like to redirect to the product first instead of allowing the user to add the item directly to the cart?
Hi @tizum,
Right now we don’t have an option available to remove the links from the images and product titles.
If you want to remove them then you need to do some customization on your own but we don’t recommend that because you have to manage those changes in every plugin update. This is bad practice in general as changes can get wiped out on updates (and we aim to release frequent updates with improvements).
It also triggers security plugins to see changes as potential malware because the code does not match the repo.
Hey there @miguelbp87
We display the products on the Caddy cart in the opposite order because we want to display the last added product at the top (in DESC order). This way the user gets a visual confirmation on the last item added.The team is discussing this functionality and will probably display the products in the same order as Cart and checkout into our next release.
We’re also working on displaying the
cc-product-upsells-wrapper
to the end but this feature might take some time. You’ll see this feature in our upcoming release.Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] Producr RedirectHey @fabriciobarros10,
Thanks for letting us know about this. Here’s what we suggest:1. Go to
caddy/public/js/caddy-public.js
file line 165 and remove the if-else condition.
2. Also, go tocaddy/public/class-caddy-public.php
file line 99 and replace the code with this line:
wp_enqueue_script( 'caddy-public', CADDY_DIR_URL . '/public/js/caddy-public.js', array( 'jquery' ), null, true );
Let us know how it goes!
Forum: Plugins
In reply to: [Caddy - Smart Side Cart for WooCommerce] QoL AdditionsHello @maxshock,
Thank you so much for your effective suggestions. We’ll include this in our next release!Hey @oc-wordpress-web-designer,
Sure! Thanks for your suggestion.We’ll look over this Woocommerce Variations to Table–Grid product support and check if we can provide the support for our upcoming release.