code4life
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable cart page for WooCommerce] Checkout page redirecting to cart pageHi @arunki!
Disable cart page for WooCommerce hasn’t any kind of redirect from checkout to cart page (precisely because cart page is disabled).
As per WordPress best practice, please disable all other plugins and make a test. If problem solved, enable plugins one by one, making a new test for any activation.
Hope these informations can help you to resolve your doubts, best regards
Forum: Plugins
In reply to: [Database for CF7] Problem with filtering and exportHi swipeedesign! Database for CF7 is fully compatible with WP 6.5.2, have you checked your JS console and WordPress debug file to better understand the problem?
Forum: Plugins
In reply to: [Database for CF7] Missing Authorization via wpcf7db_delete AJAX actionHi Atanu, thanks for your reporting, v1.2.5 was just released to fix this ??
Best regards
Forum: Plugins
In reply to: [Disable cart page for WooCommerce] Translate to GreekHi vivipapaliaga, in WordPress you can manage translations from the backend with special plugins that have this purpose, for example Polylang, Loco translate, and so on…
Forum: Plugins
In reply to: [Disable cart page for WooCommerce] Problem adding productHi vallesierra7, how are you? I hope so!
This behavior is exactly as expected and indicated in the description:
“Disable cart page for WooCommerce is ideal when you need to force your customers to buy only one product at a time from your WooCommerce catalog”
and in the FAQ:
What happens if a customer has added a product to the shopping cart before adding a new product?
Plugin take care to empty cart before another product is addedHope these informations can help you to resolve your doubts! Best regards
Hi eduardofreire! In order to limit the search field of the problem you should alternately disable the plugins of your site, checking from time to time to understand when the problem occurs. Furthermore, make sure that the link you created does not point to the cart URL, which is disabled for the purpose of the plugin. Hope this information helps resolve your doubts, best regards
Forum: Plugins
In reply to: [Database for CF7] Db CF7 sort by timeYou’re welcome Atakan Au, glad to helped you! Best regards
Forum: Plugins
In reply to: [Database for CF7] Db CF7 sort by timeHi Atakan Au, in the new release (v1.2.3) the sorting of the “Submitted time” column has been improved, now you shouldn’t have any more problems ??
Best regardsForum: Plugins
In reply to: [Disable cart page for WooCommerce] Not compatible with TERAWLALETHi emoncht, can you please provide more informations?
Forum: Plugins
In reply to: [Disable cart page for WooCommerce] Compatibilité wordpress 6.0.3Hi elodie66, how are you? I hope so!
Yes, “Disable cart page for WooCommerce” is compatible with WP 6.1 and previous versions ??
Hope these informations can help you to resolve your doubts
Best regardsForum: Plugins
In reply to: [Disable cart page for WooCommerce] Only one product possible in cartHi timtation, how are you? I hope so!
This is a plugin feature, as described in description:
Disable cart page for WooCommerce is a plugin that allows you to bypass the WooCommrce cart page, redirecting your customers directly to checkout page and also disable the ability to add multiple products to their orders.
Hope these informations can help you to resolve your doubts, best regards
You’re welcome HelgaTheViking, thank you to you for your collaboration!
Best regardsHi HelgaTheViking, how are you? I hope so!
I proceeded to release version 1.2.5 which shows some of the improvements you proposed, which guarantee the operation with your plugin and avoid the permanent storage of the option.
Thanks for the tips and for contributing to this free plugin!Best regards and stay safe
Hi firehold,
how are you? I hope so!The entire error stack has no reference to “Disable cart page for WooCommerce”, but is generated exclusively by the “woocommerce-product-bundles” plugin. I suggest contacting their support.
I hope this information will help resolve your doubts
Best regardsForum: Plugins
In reply to: [Disable cart page for WooCommerce] Exclude products from emptying the cartHi @ducktoy, how are you? I hope so!
Unfortunately the plugin does not allow you to exclude products from the empty cart action, sorry. You need to create an ad-hoc function for this.
I suggest commenting deleting the plugin hook that does this, in the file:disable-cart-page-for-woocommerce.php
on lines 121-123 and to add a custom hook, perhaps using the default WooCommerce hook “woocommerce_add_to_cart”. Find a similar example here:
https://stackoverflow.com/questions/28365050/how-to-add-filter-or-hook-for-woocommerce-add-to-cart
from which you can start for your development.
I hope this information will help resolve your doubts
Best regards`