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

PHP Code:
order table
order_id
titledescriptionuser_iduser_namebill_addressship_addressorder_date
ship_datemodified_datetot_amountdiscountstatusadmin_idadmin_name

order_details table
id
order_idcat_iditem_idventor_idunit_priceorder_qtydiscount 


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
Reference URL's