vememe
Forum Replies Created
-
Ah nice, this will work for me. thanks!
Same here, had to deactivate.
Forum: Plugins
In reply to: [YITH WooCommerce Questions and Answers] Can schema support be added?Guys, how is building SEO friendly plugins not at the top of the list? Especially for a Q&A which can greatly benefit from it.
Was looking to possibly purchase but this is just mind-blowing weird to me.
Latest update caused a critical error on a very simple WordPress enviroment. Does this stuff not get tested before deployment?
See errors: https://imgur.com/a/ip0OxHT
Yes, will do it now.
Hi Shadi,
Thanks for the fast reply. Your screenshot is looking different from what i see in Woocommerce. This is what is displayed to a address in Switzerland:
I have a Reference which i can enter, but not Invoice.
I am using DHL Parcel Netherlands.Forum: Reviews
In reply to: [Advanced Shipment Tracking for WooCommerce] oldHello Zorem,
See the product page: https://imgur.com/ROH6GWw
It is very confusing to understand the pro package, the ‘shipped’ status and ‘custom e-mail templates’ are only in the Pro package.
Hi Pauple,
Sure i will use a shortcode for now. Thanks for the heads up.
Thanks for this.
The code only triggers when VIES is not available. What code should be used if we want to accept any VAT number that is entered? So completely skip VIES. On our own responsibility of course.
* – edit got it:
add_filter('wc_aelia_euva_eu_vat_number_raw_validation_result', function($validation_result, $country, $vat_number) { $validation_error = $validation_result['errors'][0]; { $validation_result['valid'] = true; } return $validation_result; }, 10, 3);
I was about to ask the same question. I Would like to keep users out of our back end at all times.
- This reply was modified 8 years ago by vememe.
Forum: Plugins
In reply to: [WP Job Manager] Expiry date bugI just bought the wpjobmanager and all it’s plugins, and i am also experiencing this bug meaning i can’t use this. Seems like something that should have a high priority but people have had this bug for over 7 months?
Hi Ccarrascom,
I have this exact same issue! Your functions.php code fixes this. Thank you for sharing.
- This reply was modified 8 years, 1 month ago by vememe.