Search:

Type: Posts; User: HeyIts007

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,977

    Re: SLL in paypal WPP

    Oh OK Thanks. That pretty much answers it. I have been using v1.53 without private SSL certificates without any problems in terms of PayPal Express functionality.
  2. Replies
    8
    Views
    5,977

    Re: SLL in paypal WPP

    I'm at a similar point having just installed Zencart v1.5.5a as a clean install. I'm not going to do any upgrades as my prior data was partially corrupted from prior upgrades from 1.39 to 1.53. The...
  3. Replies
    31
    Views
    4,251

    v151 View Post

    Oh seems the module mentioned was really the iso-8859-1 to utf8 conversion tool, so seems like back to manual editing.
  4. Replies
    31
    Views
    4,251

    v151 View Post

    Hmm ok. I tried that iso-8859-1 to utf8 conversion tool, which seemed to help a bit, however as you indicated, the data seems to be another issue. I have been manually doing just what you suggested....
  5. v153 Re: Document product views as blank page after adding new entries

    Yes it appears it might have been related to an add-on module php script in the /includes/modules/pages/document_general_info folder. When I upgraded to v1.53 from v1.39 one of the addon modules...
  6. v153 Re: Document product views as blank page after adding new entries

    Oh ok I will check that. I didn't notice those questions. Thanks for the tips. I will follow up.
  7. v153 Document product views as blank page after adding new entries

    v153 Upgrade

    I can't seem to view existing or new "Document General" pages. I can see the product summary text in the Document General item list, but when I click on the item, the page is blank...
  8. Re: Product Name Not Appearing in Detail Line Items

    Oh I didn't notice it before. Is there a non-coding way to turn it off ? e.g. like an option in ZenCart admin? or a config file etc ..?
  9. Re: Product Name Not Appearing in Detail Line Items

    1. The sub-total sort order is greater than all shipping sort orders which are all zero.
    2. The sub-total sort order is: 100

    3. The unique product identifier e.g. [123] appended to the product...
  10. Re: Product Name Not Appearing in Detail Line Items

    I've added the subtotal module and initial testing suggests that seems to help address part of the issue ( i.e. gets rid of that message ), however I'm still getting the product code passed in square...
  11. Re: Product Name Not Appearing in Detail Line Items

    I'm using Paypal Express Checkout which is set for Final Sale. The payment goes through fine. It's just that the product order detail is missing and replaced by that message.

    i.e. "All the items...
  12. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php

    For example, instead of showing on the buyer and seller PayPal receipts that Joe blogs has ordered 3 Widgets of a given kind, it's showing that message below.

    "All the...
  13. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php

    The whole thread is about this message and the fact that the product line detail is not being included in my PayPal order. Instead I get the below message in the Paypal...
  14. Re: Product Name Not Appearing in Detail Line Items

    Yes both the 1.39 site and the 1.53 site have the same module settings. Both green on the below two module items only. Both with the same sort order.

    Shipping ot_shipping 200
    Total ot_total 999
  15. Re: Product Name Not Appearing in Detail Line Items

    To further clarify re; your question about the modules settings. The following two are green. The rest are red.

    Shipping ot_shipping 200
    Total ot_total 999
  16. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php
    "All the items in your shopping basket (see details in the store and on your store receipt)."

    Thanks for looking at this. Yes I've spent a week on this issue and not...
  17. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php
    "All the items in your shopping basket (see details in the store and on your store receipt)."

    What are the implications of applying these two code adjustments to correct...
  18. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php
    It's evident that;
    re;
    if (strval($optionsST['ITEMAMT']) <= 0) {

    If I just make it <0 as follows;
    if (strval($optionsST['ITEMAMT']) < 0) {

    The product line detail...
  19. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php

    Why is the code appending the product ID to the product name ? Is that the new format ? or is that leftover debug code not removed?

    $optionsLI["L_NAME$k"] =...
  20. Re: Product Name Not Appearing in Detail Line Items

    re; v1.53 paypalwpp.php

    What's the name of the product detail array ? i.e. that forms the product line detail e.g. "TEST Product [123]" etc...
  21. Re: Product Name Not Appearing in Detail Line Items

    re; 1.53 paypalwpp.php

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

    Wondering if it's some kind of array element mismatch, as in my debug...
  22. Re: Product Name Not Appearing in Detail Line Items

    re; 1.53 paypalwpp.php

    So what does this actually mean if (strval($optionsST['ITEMAMT']) <= 0) when the value is zero ? as opposed to being greater than zero ? i.e. what does it indicate...
  23. Re: Product Name Not Appearing in Detail Line Items

    Below are the database upgrade anomalies reported. The upgrade script indicated in most cases the failed statements can be ignored.
    ...
  24. Re: Product Name Not Appearing in Detail Line Items

    I have no idea why these problems exist, hence this process of discovery. It's evident it's the data that's resulting in this issue, as prior to the database being upgraded, this payment process...
  25. Re: Product Name Not Appearing in Detail Line Items

    re; 1.53 paypalwpp.php

    Could it be a software / data anomaly? $optionsST['ITEMAMT'] seems to be ending up with a zero value which is resulting in this issue.

    This is then failing a later...
  26. Re: Product Name Not Appearing in Detail Line Items

    Somehow this new 1.53 paypalwpp.php doesn't like my old 1.39 data in one form or another. Whether its shipping or currency or something else?
  27. Re: Product Name Not Appearing in Detail Line Items

    The same data from works fine with paypalwpp.php in v1.39
  28. Re: Product Name Not Appearing in Detail Line Items

    I've debugged /includes/modules/payment/paypalwpp.php and checked the line 1360 that says;

    if (strval($optionsST['ITEMAMT']) <= 0) {

    I'm getting a value of "0" for strval($optionsST['ITEMAMT']...
  29. Re: Product Name Not Appearing in Detail Line Items

    I did try to uninstall the discount coupons in 1.39 quite some time ago.
  30. 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.
  31. 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...
  32. 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...
  33. 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...
  34. 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.
  35. 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...
  36. 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...
  37. 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 ?...
  38. Re: Product Name Not Appearing in Detail Line Items

    Yes a fresh 1.53 install with POODLE BUG Fix worked OK with the product line detail displaying at purchase.

    I will try to migrate the 1.39 data again ( using the database upgrade install option )...
  39. Re: Product Name Not Appearing in Detail Line Items

    Perhaps, however I've not made any changes related to the payment module and only had a few addons like a slide show addon and the Google CAPTCHA addon

    Even with a fresh 1.53 install I was...
  40. Re: Product Name Not Appearing in Detail Line Items

    Most odd.

    I might try uninstalling the PayPal Express payment module and then manually setting it up, instead of relying on the migrated payment module data from v1.39

    Failing that I will try...
  41. Re: Product Name Not Appearing in Detail Line Items

    re; "PayPal Error: "All the items in your shopping basket (see details in the store and on your store receipt)."

    Is there a published fix for this v1.53 paypalwpp.php problem ?

    I would prefer...
  42. Re: Product Name Not Appearing in Detail Line Items

    Correction to above. I meant: /includes/modules/payment/paypalwpp.php

    In /includes/modules/payment/paypalwpp.php Section "Prepare subtotal and line-item detail content to send to PayPal" is...
  43. Re: Product Name Not Appearing in Detail Line Items

    I've isolated this apparent fault to the file: /includes/payments/paypalwpp.php. i.e. the v 1.53 version fails and produces that PayPal message; "PayPal Error: "All the items in your shopping basket...
  44. Re: Product Name Not Appearing in Detail Line Items

    I have a similar problem after upgrading from 1.39h to 1.53 a few days ago. i.e. the line item detail is missing in the Paypal order receipt.

    "PayPal Error: "All the items in your shopping basket...
  45. Replies
    31
    Views
    4,251

    v151 View Post

    I've noticed that charset=iso-8859-1 is in quite a few files, not just configure.php and english.php I've only followed the instructions to edit those 3 files and the configure files were already in...
  46. Replies
    31
    Views
    4,251

    v151 View Post

    I just upgraded from v1.39h to v1.53 and I had a similar problem with  characters, however I had the  problem in v1.39 also I think due to a database restore into a updated server MySQL v5.3 and...
  47. Product Name Not Appearing in Detail Line Items

    I've just upgraded from v1.39h to v1.53 and am now getting this kind of message also. I've never had this problem in v1.39. Message is as follows.

    "All the items in your shopping basket (see...
  48. Replies
    638
    Views
    130,684

    v150 Re: Support Thread for Google reCAPTCHA

    Does this Google CAPTCHA plugin work with v1.53? I've just upgraded to 1.53 and my old CAPTCHA stopped working.
  49. Re: PayPal Express Checkout (35) SSL connect error

    Did you comment out // CURLOPT_SSLVERSION => 3, // PayPal POODLE Security FIX. i.e. in includes/modules/payment/paypal/paypal_curl.php
  50. Re: PayPal Express Checkout (35) SSL connect error

    Yep I had the same problem. I've just spent the last 8 hours unsuccessfully trying to upgrade my website from 1.39 to the latest version 1.53 of ZenCart, to try to fix the PayPal POODLE payment...
Results 1 to 50 of 270
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR