R
|
RBrogen author 6/13/2020 |
Hi Everyone, I have 2 business logos, one for my sports division and one for my portrait division. To maintain brand continuity, I would like to have my order receipts display the correct logo based on the type of order it is. So in essence I'm trying to do is below if statement on the top of my order form. Any insight in being able to do this would be greatly appreciated. $sessionType = $values['session_ProductLine'];
|