Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

individul product delivery status


toyicebear

Recommended Posts

Posted

Hi,

 

 

I am not a PHP wiz, so any help would be appriciated... :-)

 

 

What i am looking to make is this:

 

A way to mark individual products as delivered/not delivered in the admin. ie. in the order (admin) there should be a set of buttons, on for delivered (default) and one for not deliverd (Backorder) .

 

This is then is in addition to the usual choice of order status.

 

Why do i want this?

 

Because we have several suppliers of merchandise and sometimes we have to send partial orders to the customer, so this would enable us to easily keep track of what has been sent and to whom as well as work out a solid back order rapporting tool.

 

(This can ofcourse also be implemented on the customer side, so the customer also can se which items is shipped and which ones are in backorder.)

 

Any input and feedback are appriciated.... :-)

Posted

a clearification.....

 

 

When the default delivered "button" is in place basically nothing will happen the order and orderstatuses will be handled the same way as they are today.

 

 

When the backorder "button" for a product is chosen this product is then marked as a backorder, while the rest of the items in that order have no change.

 

 

When the backordered product has been delivered , the by chossing the delivered "button" the product is again not marked in any way.

  • 6 months later...
Posted
Hi,

I am not a PHP wiz, so any help would be appriciated... :-)

What i am looking to make is this:

 

A way to mark individual products as delivered/not delivered in the admin. ie.  in the order (admin) there should be a set of buttons, on for delivered (default) and one for not deliverd (Backorder) .

 

This is then is in addition to the usual choice of order status.

 

Why do i want this?

 

Because we have several suppliers of merchandise and sometimes we have to send partial orders to the customer, so this would enable us to easily keep track of what has been sent and to whom as well as work out a solid back order rapporting tool.

 

(This can ofcourse also be implemented on the customer side, so the customer also can se which items is shipped and which ones are in backorder.)

 

Any input and feedback are appriciated.... :-)

 

 

I guess that would require an addition of a shipping_status field in the orders_products table. set to default(pending) when inserted.

 

additional column in the order details to show the status and a button/pulldown box for you to update that field as well as an order update check to set the total order status if all are shipped/processing etc..

 

not extremely difficult but not peanuts either.

Treasurer MFC

  • 2 years later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...