Go to the source code of this file.
Variables | |
| $valid_product = false | |
| $code_query = tep_db_query("select code from visual_verify_code where oscsid = '" . tep_session_id($HTTP_GET_VARS[tep_session_name()]) . "'") | |
| $code_array = tep_db_fetch_array($code_query) | |
| $code = $code_array['code'] | |
| $user_entered_code = $HTTP_POST_VARS['visual_verify_code'] | |
| $vccCheckOk = "False" | |
| $_POST ['to_name'] = preg_replace( "/\n/", " ", $_POST['to_name'] ) | |
| $to_email_address = tep_db_prepare_input($HTTP_POST_VARS['to_email_address']) | |
| $to_name = tep_db_prepare_input($HTTP_POST_VARS['to_name']) | |
| $from_email_address = tep_db_prepare_input($HTTP_POST_VARS['from_email_address']) | |
| $from_name = tep_db_prepare_input($HTTP_POST_VARS['from_name']) | |
| $message = tep_db_prepare_input($HTTP_POST_VARS['message']) | |
| $email_body = sprintf(TEXT_EMAIL_INTRO, $to_name, $from_name, $product_info['products_name'], STORE_NAME) . "\n\n" | |
| $account = tep_db_fetch_array($account_query) | |
| $content = CONTENT_TELL_A_FRIEND | |
|
|
Definition at line 90 of file tell_a_friend.php. |
|
|
Definition at line 219 of file tell_a_friend.php. |
|
|
Definition at line 66 of file tell_a_friend.php. |
|
|
Definition at line 65 of file tell_a_friend.php. |
|
|
Definition at line 64 of file tell_a_friend.php. |
|
|
Definition at line 255 of file tell_a_friend.php. |
|
|
Definition at line 129 of file tell_a_friend.php. |
|
|
Definition at line 98 of file tell_a_friend.php. |
|
|
Definition at line 99 of file tell_a_friend.php. Referenced by debug::send_email(), and PayPal_Debug::sendEmail(). |
|
|
Definition at line 100 of file tell_a_friend.php. |
|
|
Definition at line 96 of file tell_a_friend.php. |
|
|
Definition at line 97 of file tell_a_friend.php. Referenced by debug::send_email(), and PayPal_Debug::sendEmail(). |
|
|
Definition at line 70 of file tell_a_friend.php. |
|
|
Definition at line 20 of file tell_a_friend.php. Referenced by ot_coupon::calculate_tax_deduction(). |
|
|
Definition at line 79 of file tell_a_friend.php. |
1.4.4