| @@ -240,9 +240,9 @@ | ||
| 240 | 240 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 241 | 241 | <input type="hidden" name="acting" value="jpayment_card" /> |
| 242 | 242 | <input type="hidden" name="acting_return" value="1" /> |
| 243 | 243 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 244 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 244 | + '; | |
| 245 | 245 | $purchase_html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 246 | 246 | $html .= apply_filters( 'usces_filter_confirm_inform', $purchase_html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 247 | 247 | $html .= '</form>'; |
| 248 | 248 | $purchase_html = '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |
| @@ -290,9 +290,9 @@ | ||
| 290 | 290 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 291 | 291 | <input type="hidden" name="acting" value="jpayment_conv" /> |
| 292 | 292 | <input type="hidden" name="acting_return" value="1" /> |
| 293 | 293 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 294 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 294 | + '; | |
| 295 | 295 | $html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 296 | 296 | $html = apply_filters( 'usces_filter_confirm_inform', $html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 297 | 297 | $html .= '</form>'; |
| 298 | 298 | $html .= '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |
| @@ -340,9 +340,9 @@ | ||
| 340 | 340 | <input type="hidden" name="em" value="' . esc_attr( $usces_entries['customer']['mailaddress1'] ) . '" /> |
| 341 | 341 | <input type="hidden" name="acting" value="jpayment_bank" /> |
| 342 | 342 | <input type="hidden" name="acting_return" value="1" /> |
| 343 | 343 | <input type="hidden" name="page_id" value="' . USCES_CART_NUMBER . '" /> |
| 344 | - <input type="hidden" name="uscesid" value="' . $usces->get_uscesid( false ) . '">'; | |
| 344 | + '; | |
| 345 | 345 | $html .= '<div class="send"><input name="purchase_jpayment" type="submit" id="purchase_button" class="checkout_button" value="' . $checkout_button_value . '"' . apply_filters( 'usces_filter_confirm_nextbutton', null ) . $purchase_disabled . ' /></div>'; |
| 346 | 346 | $html = apply_filters( 'usces_filter_confirm_inform', $html, $payments, $acting_flag, $rand, $purchase_disabled ); |
| 347 | 347 | $html .= '</form>'; |
| 348 | 348 | $html .= '<form action="' . USCES_CART_URL . '" method="post" onKeyDown="if(event.keyCode == 13) {return false;}"> |
| @@ -446,9 +446,9 @@ | ||
| 446 | 446 | $kakutei = ( empty( $acting_opts['card_kakutei'] ) ) ? '0' : $acting_opts['card_kakutei']; |
| 447 | 447 | $html .= '<form id="purchase_form" name="purchase_form" action="' . $send_url . '" method="post" onKeyDown="if (event.keyCode == 13) {return false;}" accept-charset="Shift_JIS"> |
| 448 | 448 | <input type="hidden" name="IP" value="' . $acting_opts['card_ip'] . '" /> |
| 449 | 449 | <input type="hidden" name="SID" value="' . $sid . '" /> |
| 450 | - <input type="hidden" name="N1" value="' . $item_name . '"> | |
| 450 | + <input type="hidden" name="N1" value="' . esc_attr( $item_name ) . '"> | |
| 451 | 451 | <input type="hidden" name="K1" value="' . usces_crform( $usces_entries['order']['total_full_price'], false, false, 'return', false ) . '"> |
| 452 | 452 | <input type="hidden" name="FUKA" value="' . $fuka . '" /> |
| 453 | 453 | <input type="hidden" name="KAKUTEI" value="' . $kakutei . '" /> |
| 454 | 454 | <input type="hidden" name="STORE" value="51" /> |