get_results($purchase_log_sql,ARRAY_A) ; $submiturl="https://internetkassa.abnamro.nl/ncol/prod/orderstandard.asp"; $amount = nzshpcrt_overall_total_price($_SESSION['delivery_country']); // $amount = round($amount,2)*100; // exit($amount); if($_POST['collected_data'][get_option('ideal_form_post_code')] != ''){ $postcode= $_POST['collected_data'][get_option('ideal_form_post_code')]; } if($_POST['collected_data'][get_option('ideal_form_address')] != ''){ $address = $_POST['collected_data'][get_option('ideal_form_address')]; } if($_POST['collected_data'][get_option('ideal_form_email')] != ''){ $email = $_POST['collected_data'][get_option('ideal_form_email')]; } if($_POST['collected_data'][get_option('ideal_form_city')] != ''){ $city = $_POST['collected_data'][get_option('ideal_form_city')]; } if($_POST['collected_data'][get_option('ideal_form_country')] != ''){ $country = $_POST['collected_data'][get_option('ideal_form_country')][0]; $country = $wpdb->get_var("SELECT country FROM {$wpdb->prefix}currency_list WHERE isocode='{$country}'"); } if($_POST['collected_data'][get_option('ideal_form_first_name')] != ''){ $name = $_POST['collected_data'][get_option('ideal_form_first_name')]." ".$_POST['collected_data'][get_option('ideal_form_last_name')]; } ?>
$value) { update_option(('ideal_form_'.$form), $value); } return true; } function form_ideal() { if (get_option('ideal_language') == 'en_US'){ $language1="selected"; } else if (get_option('ideal_language') == 'nl_NL') { $language2="selected"; } else if (get_option('ideal_language') == 'fr_FR') { $language3="selected"; } if (get_option('ideal_currency') == 'EUR'){ $currency1="selected"; } else if(get_option('ideal_currency') == 'USD') { $currency2="selected"; } else if(get_option('ideal_currency') == 'GBP') { $currency3="selected"; } $output = " iDeal PSPID iDeal Currency iDeal Language "; $output.="

Forms Sent to Gateway

First Name Field
Last Name Field
Email Field
Address Field
City Field
State Field
Postal code/Zip code Field
Country Field
"; return $output; } ?>