Was wondering exactly how people handle Product Codes and SKUs in the latest version of Miva.
We have a client that today sells wallets....and each model of wallet comes in a variety of colors. The current store has each color as it's own product.....making the store have well over 100 products and management can be a pain.
We have a dev store setup and are re-creating the site with the latest Miva and using inventory variants. So now, instead of each color being a separate product, the wallet itself is a product, and the colors are inventory variants.
So far that's working fine, but I have a question as far as product codes go. This is not only for managing this store, but also we are going to be looking into fulfillment options next year.
Right now, each of his products have a unique UPC code...so every color has it's own code.
The way the store is done today with the separate products are....we don't use UPC in Miva at all....but we do have unique product codes like this:
Men's Wallet #1 would be:
PRODCODE1_BLK
PRODCODE1_RED
Women's Wallet #2 would be:
PRODCODE2_BLK
PRODCODE2_RED
PRODCODE2_GREEN
And so on.
In the new store, we are making the master product have the base code....so the Men's wallet would be listed as PRODCODE1. Then for each of the colors as variants, we use the color codes so, BLK, RED, etc.
However, we want to start using UPC codes in the system.....I figured we would use these in the SKU field.
1) I'm assuming that I would need to add the UPC code for each color to the inactive product variant?
2) Does anyone know what the best way to access this variable in templates in the BASK and checkout process would be? In the BASK template I am able to use &mvt:item:parts[1]:sku; to get the value of the SKU field....but is this the correct way? I'm afraid that the SKU won't always be parts[1] and that in the future this will break.
3) I responded to this thread on not having the SKU field available in the order export. Does anyone know if it's possible?
http://extranet.mivamerchant.com/for...h-Order-Export
4) Finally, is this how people setup their stores? Giving the "master" product a unique code, and then for each variant, they can get their own UPC or SKU which translates back to the actual product in inventory?
Thanks for any help.
-Kevin
We have a client that today sells wallets....and each model of wallet comes in a variety of colors. The current store has each color as it's own product.....making the store have well over 100 products and management can be a pain.
We have a dev store setup and are re-creating the site with the latest Miva and using inventory variants. So now, instead of each color being a separate product, the wallet itself is a product, and the colors are inventory variants.
So far that's working fine, but I have a question as far as product codes go. This is not only for managing this store, but also we are going to be looking into fulfillment options next year.
Right now, each of his products have a unique UPC code...so every color has it's own code.
The way the store is done today with the separate products are....we don't use UPC in Miva at all....but we do have unique product codes like this:
Men's Wallet #1 would be:
PRODCODE1_BLK
PRODCODE1_RED
Women's Wallet #2 would be:
PRODCODE2_BLK
PRODCODE2_RED
PRODCODE2_GREEN
And so on.
In the new store, we are making the master product have the base code....so the Men's wallet would be listed as PRODCODE1. Then for each of the colors as variants, we use the color codes so, BLK, RED, etc.
However, we want to start using UPC codes in the system.....I figured we would use these in the SKU field.
1) I'm assuming that I would need to add the UPC code for each color to the inactive product variant?
2) Does anyone know what the best way to access this variable in templates in the BASK and checkout process would be? In the BASK template I am able to use &mvt:item:parts[1]:sku; to get the value of the SKU field....but is this the correct way? I'm afraid that the SKU won't always be parts[1] and that in the future this will break.
3) I responded to this thread on not having the SKU field available in the order export. Does anyone know if it's possible?
http://extranet.mivamerchant.com/for...h-Order-Export
4) Finally, is this how people setup their stores? Giving the "master" product a unique code, and then for each variant, they can get their own UPC or SKU which translates back to the actual product in inventory?
Thanks for any help.
-Kevin
Comment