Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    34
    Plugin Contributions
    0

    Default Order details lost using Paypal

    1. In Step 2 of checkout the values for shipping and total are blank but they reappear in step 3

    2. If the customer selects the Paypal payment method the payment is generated ok [nb shipping is included in the total but is not itemised on the Paypal screen]and the customer is returned to to my shop. However, an email is not sent to the customer and an order is not generated in ZEN - there is no record of the Paypal transaction

    Can anyone offer an explanation for this please? my website is www.lollipop-kids.co.uk

    Thanks

  2. #2
    Join Date
    May 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Order details lost using Paypal

    Most likely your setup is wrong.

    Try this thread for a very good "how to" on paypal.

    The shipping thing can be changed in includes/modules/paypal.php. Where you see the following, uncomment the first 2 lines and then comment out the second two instead:

    // zen_draw_hidden_field('amount', number_format(($order->info['total'] - $order->info['shipping_cost']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
    // zen_draw_hidden_field('shipping', number_format($order->info['shipping_cost'] * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
    zen_draw_hidden_field('amount', number_format(($order->info['total']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .
    zen_draw_hidden_field('shipping', '0.00') .

  3. #3
    Join Date
    May 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Order details lost using Paypal

    Thanks for that gareth-h.

    However there seems to be a problem in my order_totals module. If shipping (I use the tables method), sub_total or total are less than £10 no amount is shown at that level in checkout step 2. Amounts above £10 show only whole pounds. This is also the case in step 3 if I use cheque payment - seems ok in Paypal

    Any ideas?

  4. #4
    Join Date
    May 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Order details lost using Paypal

    Hi, sorry I have not heard of this before. However, I have just registered on your website and gone into checkout step 2 and everything seems to be OK i.e.
    Sub-Total: £3.99
    P and P (based on order value): £1.99
    Total: £5.98

    Have you got any more precise details for re-creating the problem?

    Regards

  5. #5
    Join Date
    May 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: Order details lost using Paypal

    Thanks for your feedback gareth-h.

    I have been using IE7 to test this site so after your response I have tested in IE6 and also AOL. Guess what - no problems so it looks as if IE7 is the culprit!!

    Hope Microsoft resolve the issue [unless of course it is my own IE setup] before IE7 comes out of beta.

    Thanks again for your help

 

 

Similar Threads

  1. Replies: 2
    Last Post: 6 Jan 2010, 12:03 PM
  2. Order details missing -- using HSBC payment gateway
    By jay soma in forum Addon Payment Modules
    Replies: 1
    Last Post: 2 Sep 2009, 05:30 PM
  3. Order details not being sent using World Pay
    By apovey in forum Managing Customers and Orders
    Replies: 2
    Last Post: 6 May 2008, 07:26 AM
  4. Order Details not saving on Checkout when using Paypal IPN
    By ficiousjigs.com in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 19 Nov 2007, 10:17 PM
  5. I lost some PayPal orders - how do I find the details?
    By cheezylu in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 24 Jun 2007, 11:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg