Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 52
  1. #11
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    Just seeking a clarification in the database upgrade step. Do I drop all the 1.53 tables, then import the old 1.39 database into the 1.53 database, then run the database upgrade via zc_install ? That's what I have been doing so far.
    Thanks,
    007

  2. #12
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    Yes a fresh 1.53 installed worked OK with product detail showing at Paypal purchase time. Unfortunately the 1.39 data migration to 1.53 seems to have broken it again. Now the question becomes can I isolate this from the rest of the migrated data so I can still have all my store data ?
    Thanks,
    007

  3. #13
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    Also fails in 1.53 after migrated 1.39 data, and having removed the PayPal Express payment module and then re-installing it. Gets the same result

    i.e. "All the items in your shopping basket (see details in the store and on your store receipt)."

    Thus is does seem to the the data migration that's caused this problem. This leads me to other issues I was previously having with all those strange  characters appearing in the product descriptions. Having said that a prior test of a newly added product in v1.53 also failed with this same error.
    Last edited by HeyIts007; 14 Dec 2014 at 05:35 AM.
    Thanks,
    007

  4. #14
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    i.e after having migrated the 1.39 data, a test of a newly added product in v1.53 also failed with this same error.
    Thanks,
    007

  5. #15
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Product Name Not Appearing in Detail Line Items

    What language(s) are in use on your store? What character sets are used on the product_* and order_* database tables? What is DB_CHARSET (configure.php)? What is CHARSET in each language used in the store?

  6. #16
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    Thanks for the follow up folks. Well from what I can see utf8_general_ci based on the row statistics in phpMyAdmin. It's a clean install of 1.53 so all the php scripts would be utf8 I imagine. The DB charset is utf8 in both store and admin configure.php files. However when I run the convert_db2utf8.php script, it reports latin1_general_ci for most of the tables and utf8 for a few admin tables.

    Everything pretty much seems to work except when I migrate the data from 1.39 to 1.53. Even then most of it works, except the PayPal Express payment module not listing the product line items. The transaction still goes through, but I don't get the line item detail. Before the data migration, even that worked fine. Thus I am fairly certain its the data in the database that might have got corrupt previously, but somehow kept working in 1.39. i.e. line items descriptions came through fine in 1.39 payment process.

    Originally I think in v1.39 after the web host upgraded MySQL to 5.3 and PHP 5.4, I seemed to run into problems with that  character appearing all over the place. so then I tried to restore a backup, which didn't fix the issue. So I've been using 1.39 with the problems associated with the server upgrades which seem to include product description data not saving and  characters everywhere.

    Once the PayPal POODLE BUG kicked in on Dec 3, I thought I better upgrade to 1.53, but then realized after many hours mucking around, and checking the forum, that the POODLE BUG was not related to the utf8 / iso-8859-1 issue. Anyway having found the POODLE BUG one liner Fix in paypal_curl.php, I was still left with this other issue with concern about the data integrity and  characters. I ran that convert_db2utf8.php fix, but it failed to eliminate all the  characters.

    Anyway I'm trying to decide the best approach from here onward. My preference is to conquer this, so I don't have to recreate all the data. I'm also concerned about what impact it could have on my Google ranking if I start from scratch, with new product links and product numbers etc... that don't match up with what's in Google. Thus a few issues of concern.

    Getting back to the core issue. All works fine until the database is migrated from 1.39 to 1.53. Oddly though after the data migration, even if I create a new product from scratch, I still get the same problem of no product line detail in the order, for that new product addition. Prior top the data migration, I get the product detail in the order fine.

    OK so I have now just run the convert_db2utf8.php script and it now reports all is converted and everything as utf8. Still however the same issue remains and no product detail is being listed in the PayPal transaction. The product detail is only listed in the store transaction receipt.
    Last edited by HeyIts007; 14 Dec 2014 at 08:57 AM.
    Thanks,
    007

  7. #17
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    I only require English for the store. So the utf8 / iso-8859-1 migration might not be required. Anyway I guess it now becomes a question of the best way to work around this. Going back to 1.39 does not seem viable as it has the problems with saving product description data. The servers are upgraded so I guess I can't avoid the effects of that. Running iso-8859-1 character set in a utf8 environment seems problematic.
    Thanks,
    007

  8. #18
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Product Name Not Appearing in Detail Line Items

    - POODLE is completely unrelated to UTF8 issues or line-item issues.
    - Problems caused by the host upgrading to PHP 5.4 while you were still running 1.3.9 are almost certainly unrelated to line-item issues

    Quote Originally Posted by HeyIts007 View Post
    I only require English for the store. So the utf8 / iso-8859-1 migration might not be required. Anyway I guess it now becomes a question of the best way to work around this. Going back to 1.39 does not seem viable as it has the problems with saving product description data. The servers are upgraded so I guess I can't avoid the effects of that. Running iso-8859-1 character set in a utf8 environment seems problematic.
    Having already done the conversion to utf8, I'd recommend leaving it that way. UTF8 is the contemporary standard, so you'll have fewer headaches if you use utf8.

    Quote Originally Posted by HeyIts007 View Post
    i.e. "All the items in your shopping basket (see details in the store and on your store receipt)."
    When this message appears on the invoice, the "cause" will be recorded in Debug Logs if you have PayPal set to Debug Log To File.
    It'll be a subtotal calculation problem, either by trying to calculate quantities with products and tax rates, or discounts such as coupons/sales/specials.

    Testing the situation on a clean 1.5.3 site must also include your exact configuration of tax rates, product prices, coupons/sales/specials, etc. If you can share that information, and your logs, perhaps we can help you further.
    .

    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.

  9. #19
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    Ahh ok. Hmm it must then be discounts unrelated to the test product which has no discounts or coupons directly attached to it. This log excerpt seems to suggest an issue with discounts, however it seems to total ok. It's just a simple $1 test product.

    Dec-15-2014 11:53:12 (1418604792)
    getLineItemDetails 6
    Discounts have caused the subtotal to calculate incorrectly. Line-item-details cannot be submitted.
    Before:Array
    (
    [AMT] => 1
    [ITEMAMT] => 0
    [TAXAMT] => 0
    [SHIPPINGAMT] => 0
    [SHIPDISCAMT] => 0
    [HANDLINGAMT] => 0
    [INSURANCEAMT] => 0
    [L_NAME0] => TEST PRODUCT 3 [438]
    [L_QTY0] => 1
    [L_AMT0] => 1
    )

    After:Array
    (
    [AMT] => 1
    [ITEMAMT] => 1
    [TAXAMT] => 0
    [SHIPPINGAMT] => 0
    [SHIPDISCAMT] => 0
    [HANDLINGAMT] => 0
    [INSURANCEAMT] => 0
    [L_NAME0] => All the items in your shopping basket (see details in the store and on your store receipt).
    [L_AMT0] => 1
    )

    =================================

    Dec-15-2014 11:53:12 (1418604792)
    getLineItemDetails 7 - subtotal comparisons
    BEFORE line-item calcs: Array
    (
    [AMT] => 1
    [ITEMAMT] => 0
    [TAXAMT] => 0
    [SHIPPINGAMT] => 0
    [SHIPDISCAMT] => 0
    [HANDLINGAMT] => 0
    [INSURANCEAMT] => 0
    )
    AFTER doing line-item calcs: Array
    (
    [AMT] => 1
    [ITEMAMT] => 1
    [TAXAMT] => 0
    [SHIPPINGAMT] => 0
    [SHIPDISCAMT] => 0
    [HANDLINGAMT] => 0
    [INSURANCEAMT] => 0
    [L_NAME0] => All the items in your shopping basket (see details in the store and on your store receipt).
    [L_AMT0] => 1
    )

    =================================

    Dec-15-2014 11:53:12 (1418604792)
    getLineItemDetails 8
    checking subtotals...
    Array
    (
    [calculated total] => 1.00
    [AMT] => 1.00
    [ITEMAMT] => 1.00
    )

    -------------------
    difference: 0 (abs+rounded: 0)
    =================================

    Dec-15-2014 11:53:12 (1418604792)
    getLineItemDetails 10
    subtotals balance - okay
    =================================
    Thanks,
    007

  10. #20
    Join Date
    Sep 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Product Name Not Appearing in Detail Line Items

    What if I just delete all specials in the store and re-test ? Just deleted all specials. No that didn't seem to have any impact.
    Last edited by HeyIts007; 15 Dec 2014 at 02:22 AM.
    Thanks,
    007

 

 
Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Product Name Not Appearing in Detail Line Items
    By yoz8225 in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 21 Jun 2013, 03:58 PM
  2. line height in Product Detail Description
    By tcjay in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Aug 2011, 02:08 PM
  3. Product name not appearing on preview screen
    By Wilfred in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 7 Dec 2010, 04:50 PM
  4. HELP!!-Multiple Images Appearing IN PRODUCT DETAIL PAGE
    By Artstudent25 in forum General Questions
    Replies: 1
    Last Post: 26 Feb 2009, 10:05 PM
  5. Product Name Not Appearing
    By bendvelo in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 25 Jan 2009, 04:59 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR