Receipt modification Problem

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"

Reply to
Chris
Loading thread data ...

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"

Reply to
root

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.