fcujorick2
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Auto SKU Generator for WooCommerce] Stopped working at 4 %Hi,
Fixed it for now using:
RewriteEngine On
RewriteRule .* – [E=noabort:1, E=noconntimeout:1]
In the htacces file.
So now it seems that it will handle over 290.000 variations.
But still, it loads all the SKU’s that al already done. It is not overwriting them, but it seems like the plugin still loads and progress them. https://ibb.co/qRqLwfj <- Here you can see, it loads the products with a already existing sku and progress them. The system is taking over 30 seconds to progress one product. So this will take 82 hours to finish.
If we can somehow skip the already excisting ones the progress will take 40 hours because half of the products already have a sku now.Forum: Plugins
In reply to: [Easy Auto SKU Generator for WooCommerce] Stopped working at 4 %
Looks like the new ones are doing good per category and the already excisting ones are being skipped but still progressed. Like the plugin loads them, say what SKU that product have, ‘save’ it and then move over to the next one. https://ibb.co/L00ctFJForum: Plugins
In reply to: [Easy Auto SKU Generator for WooCommerce] Stopped working at 4 %Hi Dan,
Thank you.
And what about the re-create button? It’s still re-create sku’s for products and variations that already have a sku.Forum: Plugins
In reply to: [Easy Auto SKU Generator for WooCommerce] Stopped working at 4 %Have tried to do it by categories, but the big categories is stopping also after a while; https://ibb.co/Z6VXY4N
- This reply was modified 10 months, 3 weeks ago by fcujorick2.
Want to know this as well
Forum: Plugins
In reply to: [WooCommerce] price called incorrectlyThank you,
It was a old code in our functions.php, we’ve changed that with a newer one and now it appears to be fixedForum: Plugins
In reply to: [WooCommerce] price called incorrectlySite is https://www.kunstinkaart.nl
- This reply was modified 1 year, 7 months ago by fcujorick2.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Stopped workingThe floating option works,
Is there a way to hide that on mobile versions?Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Stopped workingHi Edo,
First of all thank you for your quick respons,
It works on mobile version, like I’ve said, but on the desktop version the flag/buttons aren’t working ??
+ in the menu it only shows one flag, see here for photoMaybe its caused by a ’empty option’.
I checked some of the error orders, and these product which we ordered had this:
https://ctrl.vi/i/K4nD436p9After deleting this empty option, i’ve test ordered that product and the error disappeared.
Is there a way to delete all empty options? Now Idea how some has these, but there are hundreds of products with this.Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Flags on several menuHave the same issue
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Invalid IP Error? Please HelpGreat, thank you lap!
I already got a message from mailchimp support:
‘Alright so just confirmed with our Specialist team and it looks like we recently change something on our end to where we now verify IP addresses when they’re sent for contacts and sent over the API.
With that being said, the actual issue is that it’s Mailchimp for WordPress that’s sending over the bad IP addresses, so ultimately they are the ones that have to fix it.’
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Invalid IP Error? Please HelpSame problem ??
Thank you Kris,
On my oneplus (newest model) it aint working, but on my wife her iphone it is working ??
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Two checkboxes in the checkoutI can disable the WooCommerce Checkout Intergration trough your app, but thats the good one. The English one will still be there.
<label class=”woocommerce-form__label woocommerce-form__label-for-checkbox checkbox”>
<input type=”checkbox” class=”woocommerce-form__input woocommerce-form__input-checkbox input-checkbox” onclick=”subscribeClient();” name=”subscribe” id=”subscribe”>
<span class=”woocommerce-terms-and-conditions-checkbox-text”>Subscribe to our newsletter to receive the latest news and updates!</span>
</label>Any css of function.php code to get rid of this one?