Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default [not a bug] getLineItemDetails e-mail when purchase is made.

    Hello, for about a year now I've been using ZenCart for my sore. For the past two months, I've been getting strange e-mail reports whenever users purchase products.

    E-mail subject that is e-mailed to me is: getLineItemDetails
    The content of the e-mail is:
    paypaldp
    LineItemDetails:
    Details:Array
    (
    [ITEMAMT] => 107.63
    [SHIPPINGAMT] => 12.06
    [TAXAMT] => 7.53
    [AMT] => 127.22
    )
    DEFAULT_CURRENCY = USD
    SESSION['currency'] = USD
    order->info['currency'] = USD
    $currencies->currencies[$_SESSION['currency']]['value'] = 1.00000000
    currencies Object
    (
    [currencies] => Array
    (
    [USD] => Array
    (
    [title] => US Dollar
    [symbol_left] => $
    [symbol_right] =>
    [decimal_point] => .
    [thousands_point] => ,
    [decimal_places] => 2
    [value] => 1.00000000
    )

    [EUR] => Array
    (
    [title] => Euro
    [symbol_left] => €
    [symbol_right] =>
    [decimal_point] => .
    [thousands_point] => ,
    [decimal_places] => 2
    [value] => 0.74129999
    )

    [GBP] => Array
    (
    [title] => GB Pound
    [symbol_left] => £
    [symbol_right] =>
    [decimal_point] => .
    [thousands_point] => ,
    [decimal_places] => 2
    [value] => 0.50300002
    )

    [CAD] => Array
    (
    [title] => Canadian Dollar
    [symbol_left] => $
    [symbol_right] =>
    [decimal_point] => .
    [thousands_point] => ,
    [decimal_places] => 2
    [value] => 1.10590005
    )

    [AUD] => Array
    (
    [title] => Australian Dollar
    [symbol_left] => $
    [symbol_right] =>
    [decimal_point] => .
    [thousands_point] => ,
    [decimal_places] => 2
    [value] => 1.24070001
    )
    )
    [observers] => Array
    (
    )
    )
    Any tips?
    I use to get normal notifications about purchases. I have not upgraded anything, nor changed anything.
    Any input is greatly appreciated.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: getLineItemDetails e-mail when purchase is made.

    That's not a bug. That log is generated when you have Debug Logging enabled and set to email mode, from within your PayPal payment module settings.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: getLineItemDetails e-mail when purchase is made.

    Thanks!!!!!!!
    Great

 

 

Similar Threads

  1. Purchase made on Zencart did not go through to Paypal
    By Chopin in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 9 Oct 2010, 06:22 AM
  2. Replies: 1
    Last Post: 24 Mar 2010, 12:01 PM
  3. Stock not reducing when sale is made?
    By prissypups in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 29 Jan 2010, 03:50 PM
  4. [Not a bug] 1.3.8 HTML e-mail with language pack
    By jurjenruben in forum Bug Reports
    Replies: 16
    Last Post: 12 Jun 2008, 09:28 AM
  5. [Not a Bug] EZ-Page Links IE bug when first clicking
    By NamSingh in forum Bug Reports
    Replies: 11
    Last Post: 25 Dec 2006, 03:40 PM

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