Forum Replies Created
-
AuthorPosts
-
Hi Giacomo,
It might be a theme incompatibility overwriting the price field, please send us wp-admin & FTP access to [email protected] and we will be glad to assist you further.
Omar
Hello Mehmet,
Please note that WPFactory is a marketplace with many vendors selling their own plugins on our platform, recently, and to make a better service for our clients, we decided to focus only on our plugins and stopping the marketplace part of the platform.
As for your recent purchase, we would like to assure you that your plugin will work just fine, and your lifetime license & support is also applicable, however, through the original author (Tyche Software).
As suggested by my colleague Mosh, please contact them on that email or through this page.
If you haven’t heard back from them, please let us know and we will try our best to help further.
Omar
Hi,
Yes you’re right, and it might not make sense to make the JS recheck shorter, in this case, it seems the mini-cart used on your store seems not to read the correct value instantly, would you mind please sending us to [email protected] with wp-admin & FTP access to check?
Omar
Hey Miles,
Sorry for the delay, I’m responding to your email now, and will take it from there.
Omar
Hi Romina,
Thanks, Omar is here as well, sorry for troubling you here but the thing with WordPress.org forums is that we can’t ask for access to check what’s happening on the site.
We need FTP & wp-admin access to check & fix this, please send them to [email protected]
Omar
May 30, 2023 at 11:31 am in reply to: Minimum quantity not enforced upon repeat addition in the cart #116350Hi Jasmine,
We need to check some settings on the plugin, it might be that or a conflict with the theme. Would you please send us access to [email protected]?
Thanks,
Omar
Hi,
Sorry for the delay, but why you think plugins conflict with each other? The EU VAT plugin doesn’t impose/add taxes, it checks if VAT number is valid and then deduct VAT.
Can you please elaborate on the conflict part?
Omar
Hi Fabio,
Can you please try this:
add_filter( 'woocommerce_checkout_fields' , 'make_fields_readonly', 100 ); function make_fields_readonly( $fields ) { $fields['billing']['billing_company']['custom_attributes'] = array( 'readonly' => 'readonly' ); $fields['billing']['billing_phone']['custom_attributes'] = array( 'readonly' => 'readonly' ); $fields['billing']['billing_eu_vat_number']['custom_attributes'] = array( 'readonly' => 'readonly' ); return $fields; }
Let me know if you still encounter issues.
Omar
Hi Maxime,
At 1:26 screen, scroll a little down please to “Force quantity options” and on single product pages, select “Force to minimum quantity”, if that doesn’t fix it, please send us FTP access to [email protected] as it might be a theme compatibility issue.
Omar
May 13, 2023 at 12:53 pm in reply to: Minimum quantity not enforced upon repeat addition in the cart #114979Hi Jasmine,
Please try this:
On General tab, go to Variable products section, On variation change >> reset to minimum.
Let me know if that fixes it (or doesn’t).
Omar
May 10, 2023 at 6:26 pm in reply to: Cannot add to cart if in stock quantity = minimum quantity #114797Hi Joerik,
I’ve tried it here and couldn’t replicate the issue, one thing to try before going to the theme compatibility direction, from plugin General tab >> Force Quantity options >> On product page: Reset to minimum quantity.
Give it a try, hopefully it works for you, if not, please send us with access (wp-admin & FTP) to [email protected].
Omar
Awesome, glad to hear this Bas.
It’s not ticked by default, but probably got ticked by mistake or while troubleshooting something.
Anyway, we’re glad it’s resolved now, and it would be great if you can take a minute to leave us a review.
Omar
May 5, 2023 at 12:35 pm in reply to: Cannot add to cart if in stock quantity = minimum quantity #114472Hi Joerik,
On Minimum Quantity tab, please tick “Allow selling below minimum quantity if stock < min.” option and see if this solves the problem.
Omar
May 5, 2023 at 12:32 pm in reply to: Required VAT field when company name is filled in only for UK #114471Salam Mohamed,
The current options (in free & pro version) actually don’t allow this, what you need is a combination of rules (customer fills company field AND customer from UK), if I get this correctly.
Unfortunately this is not possible within the current options.
Omar
Hi Johann,
Thanks for the details here, it’s clear a theme compatibility as you mentioned.
Please contact us on [email protected] with FTP access, we will be glad to fix this and include it in the next plugin update.
Omar
-
AuthorPosts