HappyKite
Forum Replies Created
-
Hi Dmitrucom.
Thank you for using our plugin and I’m sorry you are having issues.
I have taken a look and have so far been unable to recreate your specific issue with a default StoreFront theme and minimal plugins.
Are you using a custom theme, or a pre-built customisable one? If so, can I ask what Theme?
Many thanks,
HappyKiteForum: Plugins
In reply to: [Ultimate Under Construction] Cant visit website after deactivate pluginHello rhprive,
If you have deactivated, and deleted the plugin then there is no way that it would be interacting with your site anymore.
Can I just ask if you have any caching plugins activated, or if you have server level caching set up? If so can you please clear your cache.
Forum: Plugins
In reply to: [WooCommerce Force Default Variant] Ver. 1.60 has a bugHello Miroruse,
Apologies for the delay in response. I can confirm however that we have now addressed your issue.
Please update to version 1.6.1 and your issue should be fixed.
Forum: Reviews
In reply to: [WooCommerce Continue Shopping] Should Be CoreHi Paul,
Thank you for your kind words!
If you have any feedback or improvements in mind please let us know ??Forum: Plugins
In reply to: [WooCommerce Force Default Variant] Fatal Error – 1.4Hi FJ,
Sorry you are having an issue with my plugin. I’ve had a quick look and the code change below should help you fix this issue.
If you head to line 155 you will see the following.
$_prod = wc_get_product( $attributes[0]['id'] ); $attr = $_prod->get_attributes();
Can you change line 155 and 156, from the above, to what is below. I have made this same change so this won’t be removed on the next update.
$_prod = wc_get_product( $attributes[0]['id'] ); if ( empty( $_prod ) ) { return $defaults; } $attr = $_prod->get_attributes();
Thanks,
MikeForum: Plugins
In reply to: [WooCommerce Force Default Variant] Fatal error – is_type()Hi again,
Are you able to try adding the below code to includes/variations.php on line 87 please.
if ( $product->post_type !== 'product' ) { return $defaults; }
Then let me know if that helps fix your issue.
Thanks,
Mike- This reply was modified 5 years, 11 months ago by HappyKite.
Forum: Plugins
In reply to: [WooCommerce Force Default Variant] Fatal error – is_type()Hi Matias,
Can I ask what other plugins you are using please?
From the sounds of it you have a plugin that is modifying the Variation output for WooCommerce.
Thanks,
MikeHi Erik,
Those are both very good ideas actually. I will make a note of this and they will definitely be added into the next version.
Thank you for your kind words, I’m you have found use for our plugin!
Forum: Reviews
In reply to: [WooCommerce Force Default Variant] Small and awesomeThank you for the awesome review!
Hello,
Currently we do not officially support WooCommerce Product Addons, and I’m afraid I am unsure if it works with WooCommerce Product Addons or not.
I will take a look ready for the next version however to make sure this also accommodates that plugin too.
Thanks,
MikeHi all,
I know the initial request was very old, and I apologise for the length of time it took to add this in, but I have now released Version 1.4 that will do exactly this.
If a variant is out of stock it will be skipped. You can also set a Stock Quantity, if the product is in stock, but has passed your specified quantity limit then that variant too will be skipped.
I hope that helps.
Thank you all for using my plugin!
MikeForum: Reviews
In reply to: [WooCommerce Force Default Variant] Works great, but..Hello,
I have just released Version 1.4.
This does include the ability to set a stock quantity you are happy with, any variant will now check itself against the Stock Quantity, or if you don’t use quantities, it will check the stock status.
If out of stock it will now skip onto the next variant.
Thank you for using my plugin and I hope you enjoy the new version.
Thanks,
MikeForum: Reviews
In reply to: [WooCommerce Force Default Variant] Not workingHello,
I have no released Version 1.4, I believe this will fix the issues you were having.
Thanks,
MikeForum: Plugins
In reply to: [WooCommerce Force Default Variant] Works only for first DropdownHello Michael,
I have released Version 1.4 now. This should fix the issue you were having.
Thanks,
MikeHi Mohammad,
Sorry for the delay, I wanted to make sure this worked just as well with WordPress 5.0.
I have now released the new update. Can you let me know if this fixes your issue please?
Many Thanks,
Mike