How to modify/customize invoice & packing slip forms?
AnsweredWe have added some custom order fields and use Americommerce as our order entry system in our brick-and-mortar store, where we print the packing slip or invoice at point of sale. We'd like to customize these forms so our custom fields show up. How do I do this?
-
I would like to be able to do this as well. I have already created a few custom fields and would like to see the info print onto the packing slip to help our shipping department process and ship the order as quickly as possible. I have been looking around on the dashboard and cannot seem to find an area that allows for me to do this... Any help that anyone has on this would be greatly appreciated.
0 -
Very important for B2B Purchase Order numbers and packing and shipping instructions
0 -
The mergecode to display a custom field is as follows:
- ##PRODUCTCUSTOMFIELD[FieldName]##
- ##CUSTOMERCUSTOMFIELD[FieldName]##
- ##ORDERCUSTOMFIELD[FieldName]##
Simply choose which to use based on whether is is a product, customer, or order custom field. Then, place the name of the field inside the brackets instead of FieldName. Once finished, that mergecode will display the relevant value of the custom field. Then, use the following article on where to go to edit these pages and place the custom field in the HTML Layout of the page:
http://support.americommerce.com/entries/22821673-how-to-customize-the-invoice-or-packing-slip
Note: Order custom fields should show up on this page if you are using the default layout. If you are using a product custom field, you must place it within the
ReceiptItemTable
table on the page so that is repeats for each item.-1
Please sign in to leave a comment.
Comments
3 comments