• Resolved alucard001

    (@alucard001)


    I am using WC 2.0.18. PHP 5.3, Apache 2.2, Mysql 5.5

    Here is my question:

    I create a product and set it to “variable product”. A “selec” attribute called “date” is added and the following value is entered:

    28/10/2013 | 29/10/2013 | 30/10/2013 | 31/10/2013

    So I should expect that there are 4 values in the drop down box, I suppose.

    Now, I went to “variation” and add all 4 variations, and select the date I want to set and enter qty, price and SKU. After everything is set, I save and go back to front-end, the drop down list does not show any variation that I am entering.

    What’s wrong? Can anyone please help me on this?

    Thank you in advance.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter alucard001

    (@alucard001)

    I answer this myself:

    28/10/2013 | 29/10/2013 | 30/10/2013 | 31/10/2013

    are invalid values. ‘/’ seems not being recognized by WooCommerce.

    If I changed to:

    28 Oct 2013 | 29 Oct 2013 | 30 Oct 2013 | 31 Oct 2013

    It works again.

    For people who are struggling about this.

Viewing 1 replies (of 1 total)
  • The topic ‘Variable product(s): How is it set?’ is closed to new replies.