antoniolupo.net
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Learnpress Course Review IssueI just sent you an e-mail, thank you
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Course reviews not workingHi, I find out it’s caused by WP Armour plugin, if I disable it reviews are correctly collected.
I just wrote to their support forum, awaiting their reply.
Thank you so far, I’ll get in contact again if i need you help again for this issue.
ok thank you, i’ll be waiting for the new release.
Is there a repository where could I download previous versions?
If I perform a rollback, will the operation be safe?Hi, after many other tests, i managed to find when the issue is generated: Payment doesn’t work if calculated field has decimals. If i make field to be integer, payment process fires correctly. Values with decimals works just if set as fixed value.
Is there a way to make payable values with decimals?thank you
Thank you for response.
Here is the form export: https://pastebin.com/kukuQM5S
This is the simplest form i did to make tests, it has just one input field and a calculated field with a very simple calculation.
Even in this case, paypal procedure starts if i set a fixed value, and aborts if i set the calculated field.
Thank you
Forum: Plugins
In reply to: [Wallet for WooCommerce] How to pay in different currency@cks1368 you should open your own support request since your issue is quite different
Forum: Plugins
In reply to: [Wallet for WooCommerce] How to pay in different currencyHi, here I am again to ask for your support.
Can you kindly show me a little code snippet where I can read the balance in a variable, edit it and set the new balance in wallet? It should be very useful for me and other people that need to do this.
I didn’t manage to use woo_wallet_current_balance filter, since there isn’t any example on the web to use it as I need.
Thank you very much.
Forum: Plugins
In reply to: [Wallet for WooCommerce] How to pay in different currencyThank you, I’ll try to adjust the balance from my order detail page to pick the right amount when a CHF purchase is done.
Now there’s another question: How can I do to let the € symbol near my wallet credit amount when I’m buying a CHF product? Have I to do it in JS editing html inside .woocommerce-Price-currencySymbol selector? Or is there any hook to use or other php workaround to do this?
Thanks again.Forum: Plugins
In reply to: [Currency per Product for WooCommerce] currency symbol in product pageHi,
I managed to get it work by a simple code put in my functions.php, provided by Adam Praiser in wpcrafter.com blog: https://www.wpcrafter.com/direct-to-checkout-woocommerce/Now I don’t need a plugin to make user directly purchase the product without going to cart page before.
Thank you for your great plugin.
Forum: Plugins
In reply to: [Currency per Product for WooCommerce] currency symbol in product pageThank you for the reply.
I tryed deactivating all woocomerce related plugins one by one, and i noticed that you plugin works fine when I deactivate “Woocommerce Simple Buy Now” plugin. I need it to avoid cart step and go directly to checkout when a user purchases a product.
Do you know any known issue or lack of compatibility with that plugin? Do you know any workaround to get it work as I expect?
Thank you again.I solved, there was a different name for $item_id variable inside the foreach cycle.
The correct code is:
foreach ($order->get_items() as $item_id => $item_data) { $selectedOptionValue = wc_get_order_item_meta($item_id, 'tipo_visura'); echo $selectedOptionValue.'<br>'; }
Thank you very much again
thank you for your quick response.
Anyway I can’t manage to get the value. Have I to put “Option Title” value in your code where you wrote ‘selected_option_name_here’?Here is my code in thank-you page:
foreach ($order->get_items() as $item_id => $item_data) { $selectedOptionValue = wc_get_order_item_meta($itemId, 'tipo_visura'); echo $selectedOptionValue.'<br>'; }
Whith this code I only get ‘<br>’ in thank you page.
In my product page i put ‘tipo_visura’ as option title in Custom Option section.
screenshot: https://188.165.235.57/visurewp/wp-content/uploads/2019/06/Cattura.pngthank you again.
Forum: Plugins
In reply to: [Sendit WP Newsletter] Sintax Error [4.4.2.]I have the same problem with sendit 4.4.2, WP 4.5.3 and boldy theme.
How can I solve this problem?
thank you.