How to make a table structure for products to be available for both wholesale and retail?

Posted by kmy on Programmers See other posts from Programmers or by kmy
Published on 2012-11-28T19:29:47Z Indexed on 2012/11/29 5:19 UTC
Read the original article Hit count: 218

Filed under:
|
|

Ignoring the different column details like colors, shapes, and sizes, I already have an idea of dealing with that, I'm more interested in dealing with retail pricing, whole pricing (with or without a table), and possibly discount. If anything, I want to know what I should also take account for.

Will it just be adding a quantity column, two pricing cols, and two discount columns, and a quantity limit?

If I were to add a pricing table it would be inserted as a json file, would this be a bad idea?

Please give any insight about this.

© Programmers or respective owner

Related posts about database

Related posts about websites