Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Send variable by email.


JoeLitO

Recommended Posts

Please, helpme:

 

On page checkout_payment.php he added variable:

 

<input type="radio" name="org" value="Hoop Dreams Scholarship Foundation" /> (img. #1)

 

10108944ha0.gif

 

Then select it, I checkout_confirmation.php page that collects and displays the variable using the following code:

 

<? echo $ _POST [ "org"];?> (img. #2)

 

80903553mw8.gif

 

Then, further down put the hidden field:

 

<input type="hidden" name="org" value="<? echo $_POST["org"] ?>">

 

The question is:

What I have to put code in checkout_process.php to send by mail the $ _POST [ "org"]?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...