Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ttetzloff

Pioneers
  • Posts

    54
  • Joined

  • Last visited

Everything posted by ttetzloff

  1. I tried installing this contribution with STS (Simple Template System). It does not work out of the box. Has anyone had any issues with the two before? Any help would be greatly appreciated. Thanks, -Tyler
  2. is still trying to figure out a problem

  3. How would this contribution be made to work with STS template system? Thanks, -Tyler
  4. UPDATE WITH SOLUTION! I recieved help with this problem from another member of this forum and I figured that I would post the solution on here in case anyone was having the same problem: You want to add these new fields to the "query" and "cart" function in catalog/includes/classes/order.php so that they get added to the $this->delivery array. You can then reference $order->delivery['abphone_number'] in checkout_process.php. :thumbsup:
  5. UPDATE WITH SOLUTION! I recieved help with this problem from another member of this forum and I figured that I would post the solution on here in case anyone was having the same problem: You want to add these new fields to the "query" and "cart" function in catalog/includes/classes/order.php so that they get added to the $this->delivery array. You can then reference $order->delivery['abphone_number'] in checkout_process.php. :thumbsup:
  6. Hello everyone. Im going to throw this one out there. What I want to know is if anyone knows how to stop the "order process update" emails after the initial email to the customer. I need to stop these because they are confusing customers in to thinking that they are getting charged again for their order. Thanks in advance, -Tyler
  7. I created new two new fields (evening and daytime phone number) for the shipping destination. They display and store in the databse and website absolutely fine but I cannot for the life of me figure out how to display these values on the order email that goes to the client and store. I know the email is in checkout_process.php but I cannot figure out how to display these variables on the email. Please help. I created two new fields in the address book table titled entry_abphone_number and entry_abphone_number2. Please help. (This was previously posted, but the title of the topic was misleading) Thanks for your help in advance. :) -Tyler
  8. Ok. Here it goes. I created new two new fields (evening and daytime phone number) for the shipping destination. They display and store in the databse and website absolutely fine but I cannot for the life of me figure out how to display these values on the order email that goes to the client and store. I know the email is in checkout_process.php but I cannot figure out how to display these variables on the email. Please help. -Tyler
×
×
  • Create New...