Export products with option combination

Hi guys,



I have a problem using products with option combination in 2.0.14.

I defined some combinations, selected “Track with options” and edited different code and quantity per each combination. I want to be able to export these combinations with their code and quantity but I don’t know if is possible and how. Maybe some of you already done this, I really can not figure this out. When I export the products I only get the main product and quantity is not the sum of the quantities I specified under combinations. Thank you!

[quote name=‘valentin.mina’]Hi guys,



I have a problem using products with option combination in 2.0.14.

I defined some combinations, selected “Track with options” and edited different code and quantity per each combination. I want to be able to export these combinations with their code and quantity but I don’t know if is possible and how. Maybe some of you already done this, I really can not figure this out. When I export the products I only get the main product and quantity is not the sum of the quantities I specified under combinations. Thank you![/QUOTE]



You will need to go into your database using phpmyadmin and look for the table cs_product_options_inventory. Export this table and you will get product id, code and inventory amount. :slight_smile:

Thank you digitald. It seems to be working fine. Anyway, it would be easier to have this option when exporting directly from the cart.Thanks again!

Crazy this feature isn’t built in to the carts functionality. How is a non techy client supposed to run reports?

[url]http://blog.cs-cart.com/2010/08/08/new-cs-cart-branch-2-1-released/[/url]

ok thats what I was searching for. cs_product_options_inventory table and field ammout, but where do I have to write the code so that it appears based on the selection of the customer(e.c. black & Xlarge )??