Posted: March 27, 2014 at 2:56 pm
|
Hi Sidney, Thanks again for your time and talents. I’m sorry, but DEPOSITS / PARTIAL PAYMENTS isn’t quite working again. (I did later re-type the missing hash # mentioned previously, when it stopped working again.) It’s all pretty good, I can register with a selected deposit ($100.00) in Authorize.net, but there are 2 problems: 1.) The “Thank You” result comes back all a mess, like it’s unstyled (no CSS layout formatting), and 2.) The Payment Overview in the Thank You result shows the Amount Paid/Owed incorrectly. (Ex. If the total price is $479 and I make a $100 deposit, the Amount Paid/Owed should be $100 / $379.00, but instead it is shown as “Amount Paid/Owed: $100 / $479.00.” (see below) In the WP EE Payment Details the “Total Amount Owing: ( $ )” displays the correct owed balance of $379. Would you help me with this, please? ################################ <code> public function submitButton($button_url, $gateway) { $this->prepareSubmit(); global $gateway_name, $org_options; echo ' <div id="' . $gateway . '-payment-option-dv" class="off-site-payment-gateway payment-option-dv"> <img class="off-site-payment-gateway-img" width="16" height="16" src="' . EVENT_ESPRESSO_PLUGINFULLURL . '/images/icons/external-link.png" alt="click to visit this payment gateway"> <form method="post" name="payment_form" action="' . $this->gatewayUrl . '">'; foreach ($this->fields as $name => $value) { if($name != 'amount_1') { echo "<input type=\"hidden\" name=\"$name\" value=\"$value\"/>\n"; } else { echo "<label for='amount_1'>" . __("Payment Amount: ", "event_espresso") . $org_options['currency_symbol'] . "</label>"; echo "<select name=\"$name\" id='amount_1'>\n"; echo "<option value=\"$value\">".$org_options['currency_symbol']."$value - Full Amount"; echo "</option>\n"; echo "<option value=\"100.00\">".$org_options['currency_symbol']."100.00 - Deposit"; echo "</option>\n"; echo "</select>\n"; } } echo '<input id="' . $gateway . '-payment-option-lnk" class="payment-option-lnk allow-leave-page" type="image" alt="Pay using ' . $gateway_name . '" src="' . $button_url . '" />'; echo ' </form> </div>'; } } </code> ################################ ####################################### Thank You Your transaction has been processed. Payment Overview Class/Event: SummerSongs East 2014 Thanks in advance for any help you can provide. Best regards, |
|
Hi, Your product and your staff are amazing, and I really look forward to this working. I am using the latest version of EE3 – still waiting to go live, pending proper function of deposits and PayPal in EE. Please help me. What would it cost to get your help and make this work? I’m testing it like crazy and the results seem completely intermittent…. Well, here goes… As an addendum to the request above, please note: 1. Authorize.Net – a.) DEPOSIT [NY SUMMER CAMP] in TEST MODE: FAILS b.) FULL PAYMENT [NY SUMMER CAMP] in TEST MODE: Forms work, AuthNetTEST works, but… <code> Thank You Your transaction has been processed. Payment Overview Class/Event: SummerSongs East 2014 Primary Registrant: Glen Roethel Payment Type: authorize.net SIM Payment Date: April 7, 2014 Amount Paid/Owed: $0.00 / $799.00 Completed Payment Status: Completed Registration ID: 15-534334570a736 Transaction ID: 0 </code> “Payment Status” is correct, and the backend information is all correct. c.) DEPOSIT [CALIFORNIA SUMMER CAMP] in TEST MODE: WORKS????!!??? inspireline@gmail.com In Safari, NY Camp, Weekend Only, $100 Deposit: Authorize.net goes through, displays well, but shows: Amount Paid/Owed: d.) FULL PAYMENT [CALIFORNIA SUMMER CAMP] in TEST MODE: FAILS INTERMITTENTLY ! inspireline@gmail.com <code> Thank You Your transaction has been processed. Payment Overview Class/Event: Summersongs West 2014 Primary Registrant: Glen Roethel Payment Type: authorize.net SIM Payment Date: April 7, 2014 Amount Paid/Owed: $0.00 / $529.00 Completed Payment Status: Completed Registration ID: 1-534336bcca4d6 Transaction ID: 0 </code> “Payment Status” is correct, and the backend information is all correct. 3. PayPal IPN – a.) DEPOSIT [NY CAMPS] in TEST MODE: FAILS. PayPal takes the DEPOSIT; EE registers the camper, but does not acknowledge *any* payment *and* EE leaves Transaction Type: and Transaction ID blank. EE shows the registration as Incomplete, owing the full amount. <code> An instant payment notification failed from inspireline@gmail.com on 04/07/2014 at 5:24 PM Details: mc_gross: 100.00 protection_eligibility: Ineligible item_number1: payer_id: Y9XH39AV2XDZY tax: 0.00 payment_date: 17:24:34 Apr 07, 2014 PDT payment_status: Completed </code> b.) FULL PAYMENT [NY CAMPS] in TEST MODE:Works great – perfect! Great through PayPal payment process; Thank You screen is perfect; Backend is perfect. Ugh. This is so confusing. Can you please help me. Please help me. What would it cost to get your help and make this work? Thank you. Sincerely, |
|
Hey Glen, |
|
I need to integrate partial payment support. Can you guys provide some links to details on how to do this. I’d also be happy to pay to have it completed by someone with experience. Thanks! |
|
Thanks you for the CSS advice, Sidney, I’ll get on that. And I am purchasing a token now so that you can tweak. How should I get access to you privately? Best, |
|
Hi Sidney, I purchased a token. When will you be able to help me? And how shall I give you access? Thanks. |
Hi Glen, you can send in the form for the support token through your Event Espresso account. A link appears for it under the Site License Keys area: https://eventespresso.com/users/inspireline/ — |
|
|
Thanks, Lorenzo. Done! |
The support post ‘Deposits in EE – REVISITED’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.