-
Created a topic, Author Settings is not showing SEO Control, on the site WordPress.org Forums:
Hello Rank Math team, After I updated WordPress to … -
Created a topic, Images cannot be resized when the user has the shop manager role, on the site WordPress.org Forums:
Hi, my website uses Woocommerce and I have an account … -
Created a topic, How can I remove unnecessary style and script files on a few pages?, on the site WordPress.org Forums:
Hi there, How can I remove style and script files o… -
Created a topic, Error 403 after upgrading from version 3.4.6 to 3.4.7, on the site WordPress.org Forums:
Hi, After I upgraded to version 3.4.7, Quick View g… -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood I added the code to line 565 of the file class-slw-stock-locations-tab.php, you can see… -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood I am sorry, I can't speak English, I can only write English so my… -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood It still doesn't work. I checked the update_wc_stock_status() method in the helper-slw-product.php file .… -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood I checked your code and i see https://imgur.com/oGW3OuU -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood Thank you so much! There's just one more problem, I think it'd be great… -
Posted a reply to Can’t add product to cart on variable product, on the site WordPress.org Forums:
@fahadmahmood You can see my recent recording https://vimeo.com/742192217 . This video makes the problem more… -
Created a topic, Can’t add product to cart on variable product, on the site WordPress.org Forums:
Hi @fahadmahmood, I have seen you update the plugin to… -
Created a topic, Variable Product: out of stock and quantity is 0 when accessing the product page, on the site WordPress.org Forums:
Hi @fahadmahmood, I check on the variable product. wh… -
Posted a reply to Stock value updated. Please refresh this page., on the site WordPress.org Forums:
@fahadmahmood Hi, I checked the method get_all_product_stock_locations_for_selection() on file stock-locations-for-woocommerce\src\helpers\helper-slw-frontend.php, you can see https://i.imgur.com/EnmMX0x.png, then… -
Posted a reply to Stock value updated. Please refresh this page., on the site WordPress.org Forums:
I am also getting the “Stock value updated. Please refresh this page.” on the product… -
Posted a reply to Does this plugin support quick view?, on the site WordPress.org Forums:
Thanks for your feedback. I will try to do it -
Created a topic, Does this plugin support quick view?, on the site WordPress.org Forums:
Hi @fahadmahmood, I use the quick view plugin "WPC Sma… -
Posted a reply to How to add a blank option to the select locations?, on the site WordPress.org Forums:
@fahadmahmood Thank you so much! -
Created a topic, How to add a blank option to the select locations?, on the site WordPress.org Forums:
Hi Fahad, How to add a blank option to the select loc… -
Posted a reply to Error 500 when upgrading to the latest version, on the site WordPress.org Forums:
@fahadmahmood Many thanks! -
Posted a reply to Error 500 when upgrading to the latest version, on the site WordPress.org Forums:
$data['stock_quantity_sum'] += $data['stock_quantity'][$variation_id][$term->term_id]; change to $data['stock_quantity_sum'] += (int) $data['stock_quantity'][$variation_id][$term->term_id]; will work normally -
Posted a reply to Error 500 when upgrading to the latest version, on the site WordPress.org Forums:
Yes, same as @siriusnode -
Created a topic, Error 500 when upgrading to the latest version, on the site WordPress.org Forums:
I just upgraded from version 1.9.1 to the latest versi… -
Posted a reply to Stock Locations error is not displayed when creating variant product, on the site WordPress.org Forums:
It's just that I haven't enabled Stock Location. But, there is a small bug. When… -
Posted a reply to Stock Locations error is not displayed when creating variant product, on the site WordPress.org Forums:
I have solved the problem. Thank you -
Created a topic, Stock Locations error is not displayed when creating variant product, on the site WordPress.org Forums:
After I upgraded the plugin to the latest version. Whe…