semplicewebsite
Forum Replies Created
-
OK perfect! I did not want to make absolutely controversy indeed, I really appreciate your plugin. Among all the ones I’ve seen, it seems to me the most graphically accurate, simple and understandable for the end customer. Unfortunately the law and above all the GDPR has complicated things a bit.On the one hand it is sacrosanct to protect and protect personal data, on the other hand there is never a law that can be interpreted in a simple way. Thanks anyway for your time. Have a nice evening
can I solve with code? Because I understand you want to encourage the purchase of a business version but here we are talking about legality and the free version is unusable, at least in Italy
Hello, thanks for the reply. Yes, then I followed these steps but I realized that if the user had not created the account independently during the checkout phase, the system would not have created the access credentials to the course. So the user would have paid without being able to log in.
Hi, how can you fix this? Because I would want to redirect the registration and login form to another page.
Thanks in advance
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categoryOk it works! But it is not good, because if I enter the code in the coupon form the GiftCard is applied indiscriminately … it follows that it is not a safe method. Thanks anyway for your work.
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categorythanks for the availability … i will try this solution. I must, however, point out that in reality if I apply any Gift Card code in the coupon section, the same is applied … Unless you are telling me that this code inhibits the application of the GiftCard to some categories only if it is entered in the GiftCard section, because otherwise if a user were to make a mistake by entering the code in the coupon he could make it valid for each category even those excluded
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categoryMy Custom Code with the category product id is this:
if(!function_exists('yith_ywgc_check_gift_card_return_no_allow_subscription')) { function yith_ywgc_check_gift_card_return_no_allow_subscription($bool) { $items = WC()->cart->get_cart(); foreach ($items as $cart_item_key => $values) { $product = $values['data']; $product_categories = array(19); if (array_intersect($product_categories, $product->get_category_ids())) { $category_names = ''; $categories = array_intersect($product_categories, $product->get_category_ids()); foreach ($categories as $category) { $category_names .= end($categories) == $category ? get_the_category_by_ID($category) . '' : get_the_category_by_ID($category). ', '; } wc_add_notice(__('It is not possible to apply gift cards when the cart contains a product of ' . $category_names . ' category', 'yith-woocommerce-gift-cards'), 'error'); $bool = false; } } return $bool; } add_filter('yith_ywgc_check_gift_card_return', 'yith_ywgc_check_gift_card_return_no_allow_subscription', 10); }
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categoryI don’t know why doesn’t work :'(
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categoryI managed to test the code but unfortunately it does not work … the product category is number 19, I inserted (19) instead of (20, 16) but when I go to add a different product category to the cart the gift card is applied the same
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Gift card only for a certain categoryThank you so much!! Tomorrow I’ll try this solution. You have save me… thank you again…
Ok, a mio modesto e “ignorante” parere il vostro plugin è ottimo se associato ad un servizio smtp impeccabile… e quindi mi sento di consigliare Newsletter non come un’alternativa ma come un’ottima scelta per quanto riguarda la piattaforma WordPress
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Disable minimum order for pickupOk thank you… we hope soon..
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Disable minimum order for pickupin my language it says aspetta e spera che poi si avvera…it means “wait and hope it will come true”
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Disable minimum order for pickupsure, of course. In fact, the question was whether there was the possibility to disable it only for takeaway
In checkout option but doesn’t work..