Receipt modification Problem

Mar 14, 2008 1 Replies

I am trying to modify the header of the reciept to reflect current business practices and have something wrong with the XML code. What I am trying to do is set a different text for the store name based on a variable contained in the sales rep field. Every customer of our business is assigned a sales rep that is actually the sales channel they use to reach our store. I would like invoices, work orders, packing slips to have the correct store name at the top depending on what sales rep is associted with the customer.sale. Receipt variable I want to replace is Configuration.StoreName



Here is the XML I have worked out. It does not work.


Customer.SalesRepID =1


"Catholic Family Gifts"


Customer.SalesRepID =7


"Catholic Bible Store"


Customer.SalesRepID =8


"Red Plate Store"


"Vineyard Books, Gifts & Church Supplies"


maybe something like this?

mycondition Customer.SalesRepID =1 "Catholic Family Gifts" Customer.SalesRepID =7 "Catholic Bible Store" Customer.SalesRepID =8 "Red Plate Store" "Vineyard Books, Gifts & Church Supplies"

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required