MyBB Community Forums

Full Version: Inquery for comments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, all.

I'am creating a store for use on some place.
Can anyone review and comments it ?
It's good enough or bad at all or do I need add more fields.

It is only part of whole database and only for order, order_details tables

order table
order_id, title, description, user_id, user_name, bill_address, ship_address, order_date, 
ship_date, modified_date, tot_amount, discount, status, admin_id, admin_name

order_details table
id, order_id, cat_id, item_id, ventor_id, unit_price, order_qty, discount


Sorry for asking this.
I haven't build store before.


Thanks,
Is this a mybb plugin you are making or something integrated with it?
Yes, It is a plugin + few pages for order items and admin usage on a forum.
You should look at the sheme of a project like OSC (oscommerce) and see if you have everything.
OK, I'am go with it to see everything.

Thanks. Smile