• Resolved ahmedadelnew

    (@ahmedadelnew)


    Hi,
    I have a t-shirt product with three types:
    1- Cotton 100% with 5 colours (white – black – yellow – green – grey)
    2- Cotton 70%+Polister 30% with one colour (White)
    3- Cotton 70%+Polister 30% with one colour (Grey)

    And also different product size (s-m-l-xl-xxl-2xl)

    And type one (cotton 100%) is with 5 colours (white – black – yellow – green – grey)
    And type two (Cotton 70%+Polister 30%) has one colour (White)
    And type three (Cotton 70%+Polister 30%) has one colour (Grey)

    Price for type one cotton 100% 30$ (5 colours)
    Price for type two Cotton 70%+Polister 30% 20$ (1 colour – White)
    Price for type two Cotton 70%+Polister 30% 20$ (1 colour – Grey)

    I added product colours as attributes and also add t-shirt type one and type two and type three and also add product sizes.

    When I add a new product and choose all product attributes (size – colours – types) found that is almost 50 variations, and take much more time to edit price for every variation (I know I can choose a regular price for all variations) but the product has three prices (30$ – 20$ for white colour cotton+polister – 20$ for grey colour cotton+polister)

    The question is how do this and don’t take a long time?
    Is there a method or plugin (free or paid) to do this in seconds?
    Is there a plugin to make these choices as default for all features products?

    • This topic was modified 4 years, 11 months ago by ahmedadelnew.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    Hey there @ahmedadelnew,

    Thanks for that clear description!

    If you need a different price and you need to track stock for each of these combinations, then you’ll need to create a variation for each of them. That is indeed quite a few variations to manage, so I’d recommend working with the product import/export to more easily work with them:
    https://docs.woocommerce.com/document/product-csv-importer-exporter/

    If you don’t need to manage stock and a different price for each combination, you can do something like this:

    Any
    Link to image: https://cld.wthms.co/wsQLz7

    So in your case, you’d set three attributes and mark use for variations:
    1. Type (cotton, cotton/polyester, etc)
    2. Color (white, black, yellow, green, gray)
    3. Size (s – 2xl)

    Then you’d create the following variations:

    * Type: Cotton | Color: any | size: any
    * Type: Cotton/polyester | Color: white | size: any
    * Type: Cotton/polyester | Color: grey | size: any

    I hope that helps you in the right direction!

    Kenin

    (@kbassart)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add product multi prince’ is closed to new replies.