Export quantity prices

This is a great addon, but when exporting the products to update product pricing, the quantity pricing is not there.
Any thoughts on how to correct this?

tim

CSV is a two dimensional format. There is this same problem with campaigns, options, stock options.

Tim,

So the way to tackle that would be to put in your code an option to discount x off the regular price if a certain quantity is reached.  Just a thought

tim

Or import your csv straight into phpMyAdmin.

Or write a script that loops through all your products and writes data to the entity controller (ctrl_product).

@tim, Can you give a sample or idea how such a script should look like?

tim

The CSV page already have code to inspire you. It already does something similar to what you wanna do. Have a dive into that code.

View code on GitHub