• Resolved shaon007

    (@shaon007)


    Hi,

    I have a unique problem using this plugin, let me describe it.

    I have added many attributes and made different variations using those attributes, what I want is a unique SKU number depending on the selected attributes.

    e.g.
    Color has 3 attributes: Red(RD), Blue(BL), Green(GN)
    Size has 3 attributes: S(01), M(02), L(03)
    {SKU is in first brackets() }

    What I want is when customer select Blue with Size L the SKU will be BL03

    I can add those variations SKU in products backend but I have lots of attributes and that will make 500+ variations, so its not possible to add SKU for each variation.

    Can you give me some code so that those SKU generated dynamically combining the SKU of different attributes when customer purchase the product.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    You could use the import/export tool to export all the current products, edit the CSV adding the SKU for these products and removing all the other data that you do not want to change, and then importing back the CSV to merge it with the existing products.

    This process will override the existing products and add the SKU to each variation as specified in the CSV.

    You can read more about the import/export here: https://docs.woocommerce.com/document/product-csv-importer-exporter/

    Hi @shaon007,

    Hopefully, you were able to clear up this issue. Since it’s been a while since we last heard from you, I’m going to mark this thread resolved.

    If you still have trouble, please feel free to open up a new topic. We’d be happy to jump back in and help you out.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Combine SKU generator’ is closed to new replies.