makara 0 Posted August 29, 2012 Hi I have a food delivery shop which is connected to a printer, all order printing automaticly.... I need help for when customers select a payment methot that must be inserted a text like "Customer wishes to pay by card" I have this code from another shoppingcart, can anyone help me to integraget it in oscommerce? if($payBy=="Pay card"){ $order_note=$order_note." Customer wishes to pay by card "; } Thanks in advance Share this post Link to post Share on other sites