antonic93
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] why does this happen?It doesn’t happen at the first visit, but it does happen at visits in the days following the consent
- This reply was modified 3 weeks, 5 days ago by antonic93.
ok it seems to work
Thanks a lot
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Ordine minimoCome posso inserirla?
E’ una riga di codice che ho trovato qui sul forum , non è creata da me.
ok solved, thanks
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Ordine minimoquesto è un ticket a cui avete risposto dove faceva la mia stessa domanda
Ciao,
Grazie per averci contattato e spero che tu stia bene!Se intendi stabilire qualche condizione nell’applicazione del codice di una carta regalo, puoi utilizzare questo filtro:
if (! function_exists('yith_ywgc_check_gift_card_return_condition')) { function yith_ywgc_check_gift_card_return_condition( $bool ) { // Insert your logic. $bool can be true or false. return $bool; } add_filter('yith_ywgc_check_gift_card_return', 'yith_ywgc_check_gift_card_return_condition', 99, 2);}
Se invece intendi identificare nel carrello un prodotto tipo buono regalo da applicare nel tuo codice, puoi utilizzare quanto segue:
foreach ($items as $cart_item_key => $values) { $product = $values['data']; if ($product->get_type() == 'gift-card' ) { //do something } }
Potresti recensirlo, per favore?
Saluti.
the local pickup enabled zone is inside another one and creates a zone conflict
here is the screen I see (sorry if it is not translated)
https://ibb.co/TTnpC8kthe error after 1\2 days resolves itself.
Or it resolves even if I start the site scan again.I’m having the same problem on some products
I think I solved it by excluding the cache on the page where I was getting the error.
it’s a new registration page created by usForum: Plugins
In reply to: [LiteSpeed Cache] Nonce error, please reload.I think I solved it by excluding the cache on the page where I was getting the error.
it’s a new registration page created by usForum: Plugins
In reply to: [WooCommerce PayPal Payments] paypal button expressI would like to place the paypal button shortcode only in some products to speed up the purchasing experience or to position the button differently in the cart
Forum: Plugins
In reply to: [LiteSpeed Cache] Nonce error, please reload.where can i put cache clear every 12 hours?
Forum: Plugins
In reply to: [Facebook for WooCommerce] Compatibility with woocommerce 9.3.1I noticed that after updating to woocommerce 9.3.1 I got a banner saying that facebook for woocommerce is not yet tested with the latest woocommerce version
Forum: Plugins
In reply to: [Aruba HiSpeed Cache] cache non si aggiornaticket 16262784A
Forum: Plugins
In reply to: [Aruba HiSpeed Cache] cache non si aggiornagià fatto , ma non sto avendo risposte esaustive al mio problema