bruce-rez Posted February 14, 2011 Share Posted February 14, 2011 Hi,I made a separate CSV file for Combination.I have these columns (attributes) in this csv file:SizeColorMinimum QuantityQuestion:How to match these columns with the below Prestashop Required Filed ?Product ID*Options (Group:Value)*ReferenceSupplier referenceEAN13UPCWholesale pricePriceEcotaxQuantityWeightDefaultI need really help and I tried different thing to figure out this problem without any luck.Thank you. Link to comment Share on other sites More sharing options...
bruce-rez Posted February 16, 2011 Author Share Posted February 16, 2011 Any help or guidance? Link to comment Share on other sites More sharing options...
Kelvin Koh Posted February 16, 2011 Share Posted February 16, 2011 Hi,I made a separate CSV file for Combination. I have about 500 items.I have these columns (attributes) in this csv file:SizeColorMinimum QuantityQuestion:How to match these columns with the below Prestashop Required Filed ?Product ID*Options (Group:Value)*ReferenceSupplier referenceEAN13UPCWholesale pricePriceEcotaxQuantityWeightDefaultI need realy help and I tried different thing to figure out this problem without any luck.Is there anybody from Prestashop Team to help? Or if there are any link or docs regarding this setup.Thank you. I'll try to make my explanation short and simple.Product ID is how Prestashop identifies distinct products and links all other info. 1 product = 1 Product ID.Color and size are 2 different attributes and you can make combinations.Price is the Price Impact (price difference from base price of default combination)You must have 1 combination as default (as a base) and set a base price (eg $20) in the main product data tab.Let's say you are selling T-shirt with Gothic theme and offers 2 colors (Black & Red) in 2 sizes (S & M). Then you probably have 4 combinations:1. Black, Size S2. Black, Size M3. Red, Size S4. Red, Size MPutting 1st combination as default for Product Data import (before you import the combinations):10 (Product ID); Gothic theme T-shirt; Wholesale Price = $12; Base Price = $20 You add the others as add on combinations.Now you import the combinations.In csv format for 1 product with 2 attributes giving 4 combinations (1st is default combination):Product ID; Group1:Attr1, Group2:Attr2; Wholesale Price; Price; Quantity; Default10; Color:Black, Size:S; 12; 0; 10; 110; Color:Black, Size:M; 15; 5; 10; 010; Color:Red, Size:S; 12; 0; 10; 010; Color:Red, Size:M; 15; 5; 10; 0 Link to comment Share on other sites More sharing options...
bruce-rez Posted February 16, 2011 Author Share Posted February 16, 2011 Thanks calisyoda for the reply.I am going to try your suggestion and see how I can create and import my csv file.To be more specific I've posted another topic regarding the same subject. I would appreciate it if you can take a look and give your opinion. Here is the link:http://www.prestashop.com/forums/viewthread/91272/#380698Thank you. Link to comment Share on other sites More sharing options...
giuly Posted February 17, 2011 Share Posted February 17, 2011 Hi,I made a separate CSV file for Combination. I have about 500 items.I have these columns (attributes) in this csv file:SizeColorMinimum QuantityQuestion:How to match these columns with the below Prestashop Required Filed ?Product ID*Options (Group:Value)*ReferenceSupplier referenceEAN13UPCWholesale pricePriceEcotaxQuantityWeightDefaultI need realy help and I tried different thing to figure out this problem without any luck.Is there anybody from Prestashop Team to help? Or if there are any link or docs regarding this setup.Thank you. I'll try to make my explanation short and simple.Product ID is how Prestashop identifies distinct products and links all other info. 1 product = 1 Product ID.Color and size are 2 different attributes and you can make combinations.Price is the Price Impact (price difference from base price of default combination)You must have 1 combination as default (as a base) and set a base price (eg $20) in the main product data tab.Let's say you are selling T-shirt with Gothic theme and offers 2 colors (Black & Red) in 2 sizes (S & M). Then you probably have 4 combinations:1. Black, Size S2. Black, Size M3. Red, Size S4. Red, Size MPutting 1st combination as default for Product Data import (before you import the combinations):10 (Product ID); Gothic theme T-shirt; Wholesale Price = $12; Base Price = $20 You add the others as add on combinations.Now you import the combinations.In csv format for 1 product with 2 attributes giving 4 combinations (1st is default combination):Product ID; Group1:Attr1, Group2:Attr2; Wholesale Price; Price; Quantity; Default10; Color:Black, Size:S; 12; 0; 10; 110; Color:Black, Size:M; 15; 5; 10; 010; Color:Red, Size:S; 12; 0; 10; 010; Color:Red, Size:M; 15; 5; 10; 0 Hello I import combinations well on prestashop, so I see on my store correctly, but appears to me that clients can't add to their cart, appears send mail when available.I solve on BO on every product clicking on generate attributes, and I solve, so clients cah buy that products.Is there a way to generate attributes via csv file?thanks Link to comment Share on other sites More sharing options...
Kelvin Koh Posted February 17, 2011 Share Posted February 17, 2011 Hello I import combinations well on prestashop, so I see on my store correctly, but appears to me that clients can't add to their cart, appears send mail when available.I solve on BO on every product clicking on generate attributes, and I solve, so clients cah buy that products.Is there a way to generate attributes via csv file?thanks Giuly, I've already described in detail clearly how to create and import attributes & combinations via CSV in earlier posts.If you're talking about just 1 attribute, it's as simple as:ID; Attribute; Price; Quantity3; Color: Red; 25; 1004; Color: Blue; 30; 100From your description, the most likely reason your clients can't add the product combinations to cart is because1. They're out of stock (quantity = 0)! OR2. You have set the minimum quantity or amount (in $$) to purchase higher than what your clients add into their carts.Double check:1. Your spreadsheet and CSV files that you have correctly entered the quantities (above ZERO of course!)2. When you're importing the CSV file, you have selected the Quantity field and correctly matching the quantity column.You can easily avoid this error by leaving the field names in the CSV file and skip the 1st line (field names) when you execute the import. Link to comment Share on other sites More sharing options...
giuly Posted February 17, 2011 Share Posted February 17, 2011 ah it is obvious I feel stupid, yes I don't set quantity.Sorry You have reaseon, now I try again!Thank you very very much! Link to comment Share on other sites More sharing options...
giuly Posted February 22, 2011 Share Posted February 22, 2011 hello sorry but it isn't so simple, so I uploaded correctly quantities and attributes, but I see on store product doesn't exist...send email when available.if you want try for one product I give to you access to my backoffice and you can try. If you solve this problem, you will do to me a great favour.If I don't solve I have to manually generate attribute via back office, product per product clicking on generate attribute.Please... Link to comment Share on other sites More sharing options...
Kelvin Koh Posted February 23, 2011 Share Posted February 23, 2011 hello sorry but it isn't so simple, so I uploaded correctly quantities and attributes, but I see on store product doesn't exist...send email when available.if you want try for one product I give to you access to my backoffice and you can try. If you solve this problem, you will do to me a great favour.If I don't solve I have to manually generate attribute via back office, product per product clicking on generate attribute.Please... Seems like it may be caused by the module Mail Alerts. Did you set a Quantity Threshold for Out Of Stock? Link to comment Share on other sites More sharing options...
giuly Posted February 23, 2011 Share Posted February 23, 2011 can you say to me how to see quantity threshold for out of stock? effectively every order arrives to me email that out of stock also if there are many quantities for that product.I see on module email alert, issue remains with wordsproduct doesn't exist. Please choose another. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now