toknatz
Forum Replies Created
-
You need to optimize your site
With Chris 2 instances of admin-ajax.php and each of them is more than 1200ms and js that came from fbstatic-a.akamaihd.net takes too long to load. Your site has an average of 19.62 seconds to load.
And you anistuhin your site takes 17 seconds to load and one of the culprit is your hosting or server also you need to optimize the jpg files most of them take more than 1100ms and the most time consuming is the kdk.jpg 5953ms
Forum: Plugins
In reply to: [WooCommerce] Only One QTY of a variation available.Like what lorro said you must add 1000 variations for that product and set all the variations(000 – 999)stock to 1.
If you inspect the DOM you only have the 211 product id present which means only 1 stock available and once it was added to the cart others won’t be able to buy that product.
This plugin might help you with that.
http://ihayag.com/jaf/woocommerce-too-many-variations-plugin/If you don’t want to use any plugins you can set all the variations directly into the database because I’m pretty sure it will be challenging to edit that product.
Forum: Plugins
In reply to: [WooCommerce] Displaying product variations differentlyHere’s the plugin that combined both drop-down and real product image swatches plus many others such as product addon, quickview and handles too many variations.
see the demo here.
http://ihayag.com/wctmv/product/variation-2/Forum: Plugins
In reply to: [WooCommerce] Speed up WooCommerce AdminSee this post if it’s related to you.
https://wordpress.org/support/topic/too-slow-when-editing-a-product-with-variationForum: Plugins
In reply to: [WooCommerce] Product variation imagesYes the “Quick View” has most of the element in the single product page. Whether you have product variation and product add-on or just a simple product the “Quick View” will display them.
Check out the live demo: http://ihayag.com/wctmv/
You must have good skills with php, javascript and woocommerce hooks and filter.
There is a quick view plugin in the woothemes website but I use the woocommerce too many variations plugin
http://ihayag.com/jaf/woocommerce-too-many-variations-plugin/
Forum: Plugins
In reply to: [WooCommerce] Product variation is not updatingI think you have experiencing the same problems with this post
https://wordpress.org/support/topic/too-slow-when-editing-a-product-with-variationAnd this plugin helped us http://ihayag.com/jaf/woocommerce-too-many-variations-plugin/
Forum: Plugins
In reply to: [WooCommerce] Afraid to Upgrade to 2.3.4 – Is It OK?I agree with Mike, it is best to do it in a test site first because if you have other plugins that are related to woocommerce you’ll get a minimal effect to blank screen.
Forum: Plugins
In reply to: [WooCommerce] Product variation imagesThat plugin worked for me.
Here are the key features that I love.
– Quick View in the product page.
– Image/picture of the product will change as soon as you choose from the variation drop-down.
– Product Add-on.
– Managing the product variation is more easy without worrying about “PHP Max Input Vars limit”.You can see the live action here.
http://ihayag.com/wctmv/Forum: Plugins
In reply to: [WooCommerce] Can This Be Done Using WooCommerce?By default woocommerce product page doesn’t work like that, however you will be able to achieve that by creating a custom product page and you’re going to familiarize yourself with woocommerce add to cart hooks and filters.
Forum: Plugins
In reply to: [WooCommerce] database tablesYou may active or inactive a product in different ways or both.
1.) In “posts” table set the “post_status” to “inactive” or publish to activate the product.
2.)Using “postmeta” table set the “_visibility” to visible if active or something else for inactive. Also you may set the “_stock_status” to out of stock and/or “_stock” to 0.Forum: Plugins
In reply to: [WooCommerce] change shop page urlI think you may delete the “shop” page and create a new page “inventory” and in the woocommerce Settings->Products and look for the “Product Archive / Shop Page ” drop-down box and change the “shop” to “inventory” page
You must have to create all the possible variation combinations.
In your college hoodie for example 441(49 x 9)items must be in your variation tab.Forum: Plugins
In reply to: [WooCommerce] Dynamic pricing does not add to cartTry to look at this post https://wordpress.org/support/topic/single-product-page-is-very-slow-with-more-than-3-variations maybe it will help you.
Forum: Plugins
In reply to: [WooCommerce] Use add-to-cart-URL to add more than one productFor simple product works but the first product was ignored(“add-to-cart=3111” or it just min)but not with variable product.