kuebk
Forum Replies Created
-
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Blockified checkoutUpdated to the latest version – 2.12.3 but the VAT input disappeared from the blockified checkout. Went through the plugin settings and found the “checkout block field” which was disabled but enabling it didn’t change anything.
Any tips?
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Blockified checkoutStill the same thing happens.
BTW: I think it’s more UX friendly to have VAT field close to the company name.
View post on imgur.com
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Blockified checkoutThank you very much!
I’ve updated today to the latest version of the plugin (2.11.2). The field automatically appeared at blockified checkout.
But, when I enter the VAT and click anywhere else (so the VAT field lost its focus) then the whole form hides for ~200-300ms and the appears back.
Is it how it is supposed to work?
View post on imgur.com
Regards.
Forum: Plugins
In reply to: [One Stop Shop for WooCommerce] 0% VATIf this logic is split across different parts of the code then maybe this should be set somewhere in the configuration of this plugin – what do you think?
Forum: Plugins
In reply to: [EU/UK VAT Validation Manager for WooCommerce] Blockified checkoutAny ETA?
Forum: Plugins
In reply to: [One Stop Shop for WooCommerce] 0% VATYes, the goods are exempted from the VAT.
I agree with you that passing the temporary values is not the best idea, but also there is no point to backport this plugin login back to
functions.php
or somewhere else.Passing temporary values would allow me to use the results of
! Helper::is_eu_vat_country( $taxable_country, $taxable_postcode ) || Helper::get_base_country() === $taxable_country
and$has_company && Helper::exclude_b2b_without_vat_id_from_oss()
without backporting related functions/methods.Another idea would be to add filter for each of the ifs – but that sounds like an overkill.
I can create the PR on the github if you approve any of above.
Regards.
Forum: Plugins
In reply to: [WooCommerce] Unique downloadable productsI’m aware that it will require custom coding, anyway is there a way to add a relation between order and unique download?
So far it seems like I would need to create a unique product (which would have unique downloads) but I don’t like that approach as it looks really messy.
On the other hand keeping the unique downloads seems like a good idea but the code requires a lot of customization to handle such case.
Any other ideas how this could be done?