View Single Post
  #1  
Old 10-26-2018, 05:22 AM
 
NavinSeth NavinSeth is offline
    
Join Date: Oct 2018
Posts: 1
 

Default Adding order meta data and displaying it places!

I currently have the following scenario and need some guidance.

I would like to add a piece of meta data to an order when it is created and include that data on the invoice template for the order. For argument sake let's call this data orderColor.

1) How do I create a new column to the gbxc5_orders table? (orderColor column).
2) How do I populate orderColor when the order is created?
3) How do I show the orderColor on the invoice when a admin user views the order AND when the invoice is emailed on order creation event?
4) How do I show the orderColor column on the packing slip?

Any guidance would really be appreciated!

Thank you.
Reply With Quote