Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WooCommerce stock management work incorrectly with radium class included #18

Open
dedalx opened this issue May 1, 2015 · 1 comment

Comments

@dedalx
Copy link

dedalx commented May 1, 2015

This looks very strange but with this one click demo install class included woocommerce stock management for products start works incorrectly. I am using WP 4.2.1 and latest WooCommerce version.

How to represent issue:

  1. Add radium class to theme
  2. Install WooCommerce and add some test product with Quantity for example 10 and check Manage stock for this item and set item as In stock
  3. Add this item to cart in frontend (for example 1 item) and checkout with this product
  4. Check product quanitity - you will see that it changed to -1 and Out of stock status (but should be 9). If you check order log you will see message from woocommerce - product stock changed from 0 to -1 (but should be from 10 to 9).
    Now comment code line that include radium class and checkout with the same product again (but first set it In stock and change quantity back to 10 for example) - you will see that product stock goes to 9 correctly.
@Ansif
Copy link

Ansif commented Jul 16, 2016

Yes, exactly i'm also facing this issue. My client said, he has that problem. But after a long time research i found WooCommerce issue is from Radium One Click Install. And this looks really strange. Even not able to predict this issue (WooCommerce to One Click Install).

I was, trying to get where that issue is from each and every files in my theme that is related to WooCommerce files for 10+ hours.

Did you fixed this issue? Or any solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants