Search:

Type: Posts; User: gernot

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    593
    Views
    52,150

    v157 Re: Square WebPay support thread.

    Hello @carlwhat
    Many thanks! I could change the table to accept Null as a valid value with

    ALTER TABLE square_payments MODIFY transaction_id varchar(255);
    since varchar(255) by default accepts...
  2. Replies
    593
    Views
    52,150

    v157 Re: Square WebPay support thread.

    Hello @lat9,
    Thank you very much. I am using v1.0.4 (the current latest). For the (non-Web) Square module I have v1.5 installed, but it is disabled.
    I will try to see what I can do on my own, I'm...
  3. Replies
    593
    Views
    52,150

    v157 Re: Square WebPay support thread.

    My apologies, I mistakenly thought I should par the log down to the last part. Here the full entry:

    [21-May-2023 15:29:33 Asia/Tokyo] Request URI: /shop/index.php?main_page=checkout_process, IP...
  4. Replies
    593
    Views
    52,150

    v157 Re: Square WebPay support thread.

    Hello,
    Using ZenCart 1.5.6c, MariaDB 10.3.24, PHP 7.3.15 (I do have an upgrade plan to PHP 8.2.x and ZenCart 1.5.8a in the next 3 months)
    I've tried to use Square Web Payments and the 1st page of...
  5. Replies
    8
    Views
    2,779

    v156 Re: Paypal IPN updates require intervention?

    Hmm, not sure why but I am still getting a daily error message from Paypal (see initial post).
    I did have one more ipn_*.log, but it contained no POST data and said that the exchange looked...
  6. Replies
    8
    Views
    2,779

    v156 Re: Paypal IPN updates require intervention?

    Good news! I just got another log file, this time no error reported. Fix worked, thank you so much @lat9 and DrByte.
    ipn_1621909522_jSMo4.log
  7. Replies
    8
    Views
    2,779

    v156 Re: Paypal IPN updates require intervention?

    DrByte,
    Many thanks, I had been following backported fixes but missed this one. Applied it now, will see what happens after I make an update to the Paypal order shortly.
  8. Replies
    8
    Views
    2,779

    v156 Re: Paypal IPN updates require intervention?

    Hi @lat9,
    After activating "log to file" I got a more extensive error log:

    ipn_1621823114_YxlQ3.log
  9. Replies
    8
    Views
    2,779

    v156 Re: Paypal IPN updates require intervention?

    Hello @lat9,
    Thank you for your response. I had not, but I have enabled it now.
    I notice in my logs I have these kinds of errors from October 4th 2020, so I assume they are not directly related to...
  10. Replies
    8
    Views
    2,779

    v156 Paypal IPN updates require intervention?

    site: https://www.proteawines.jp/shop/
    OS: Debian 11.0 (64-bit)
    Zencart: 1.5.6c with customizations for Japanese language
    DB: MariaDB 10.3.24
    PHP (with nginx/php-fpm): 7.3.15-3

    Paypal send...
  11. v156 Re: Show without tax in admin makes incorrect invoice fields in orders

    Hi lat9,
    Hmm, that is interesting, I will read up the Edit Orders documentation again. It is strange though that I can only get the correct behaviour for the customer invoice by setting them...
  12. v156 Show without tax in admin makes incorrect invoice fields in orders

    https://www.proteawines.jp
    ZC 1.5.6c, MariaDB 10.2.x, some Japanese language customizations, Edit Orders, etc.
    Will update later if needed, away from system.

    We noticed that in the invoices seen...
  13. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    @lat9
    I am looking into your suggestion of class inheritance. First time to do, and I am confused as to where the new and old class are supposed to meet logically.

    Firstly, I am not sure whether...
  14. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    @lat9
    Many thanks for the pointer, I saw the function in the class file, not sure why search for c2z in Windows did not show me that file. I know I need to modify many of the functions in the class,...
  15. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Sorry, meant to write "c2z", not "z2c". Still, cannot find the array anywhere.

    Apart from the page files above, most of the work will be in includes/classes/OnePageCheckout.php to add Japanese...
  16. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hello,
    I am finally finding time to work further on trying to add support for Japanese (some issues with zones, as well as adding language and hiragana fields) to OPC.
    I have had to disable OPC...
  17. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    OK, got it. No point in me messing around with that then for now!
  18. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hi,
    I wonder if it is a simple matter to incorporate the action of the rather nice gift wrapping module in OPC?
    The module presents a set of options for gift wrapping surcharge at checkout.
    Gift...
  19. v156 Re: Salemaker does not understand linked products

    Got it, makes sense. Noted. We will work with that in future on our shop.
  20. Re: payment provider name html entities not processed in text email messages

    Thanks very much! Took a bit of time to try this, worked perfectly.
    Also tried with Paypal, editing similar parts of the corresponding code to display, not quite a clean, but acceptable for me at...
  21. v156 Salemaker does not understand linked products

    https://www.proteawines.jp/shop/
    ZC 1.5.6c
    PHP 7.3.15

    Hi all,
    I noticed that Salemaker, which is so convenient to handle categories, does not work for me when a category consists of products...
  22. Replies
    4
    Views
    4,341

    Re: zen_trunc_string required multibyte functions

    [ZC 1.5.6c, PHP7.3.15]
    A follow-up. I found that in my Japanese products listing, the description (class=listingDescription) for several products ended up as plain "...".
    The culprit is function...
  23. Replies
    73
    Views
    10,033

    v156 Re: Inventory Updater...

    Hi,
    I saw this and installed and used it the same day, heh. It certainly makes life easier (since we sell products outside of Zen Cart).
    I was pleasantly surprised how clean the page is, good to...
  24. Replies
    73
    Views
    10,033

    v156 Re: Inventory Updater...

    That's a very convenient plugin, and nice design too to not modify any core files or tables (using all those nifty notifiers I guess).
  25. Replies
    749
    Views
    260,523

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Hi carlwhat,
    Thanks for the information.
    I checked again today (https://jp.issquareup.com still shows Square as having serious issues) and could at least see my transactions in the dashboard this...
  26. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Ah, I found the template used in OPC for the address block formatting:
    tpl_modules_opc_address_block.php
    So presumably similar changes to the layout made in the Zen Cart ...
  27. Replies
    749
    Views
    260,523

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Looks like Square is having some major issues at the moment.
    I have been trying to test the newer APIs since twitchtoo mentioned 0.97 (which I am on still) works with the latest API.

    I can say...
  28. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9,
    In preparation for migrating my changes to OPC, I checked the original Zen Cart and found I had forgotten something.
    The checkout_{payment,billing}_address module does not do the work...
  29. Re: Any way to combine products into products sets and manage inventory?

    Thank you will do lat9, and thanks to swguy also for the pointer.
  30. Any way to combine products into products sets and manage inventory?

    ZC1.5.6c, PHP7.3.15
    https://www.proteawines.jp/shop/
    I am scratching my head on this one, my naive searches did not find anything related.

    How to group individual products into sets of some...
  31. Re: payment provider name html entities not processed in text email messages

    Hi lat9,
    Wow, interesting. thanks! While not a currency, I added ":','" to the end of the list for testing.
    Obviously not an idea solution long-term. I think I will play with adding text...
  32. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9,
    My understanding is nowhere near yours, so I'd gone and modified to use the original functions as much as possible, giving them modifications for language as needed. I've attached the...
  33. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hi lat9, it is set to true.
    Configuration -> Customer Details -> State - Always display as pulldown? -> true
    I have jscript on the create_account and all other address_book related pages to handle...
  34. payment provider name html entities not processed in text email messages

    ZC 1.5.6c, One Page Checkout 2.3.1, PHP 7.3.15.

    Last night I had to add some details to the payment provider names on the payment checkout page, in order to specify limitations on which cards...
  35. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    The account_create page shows the drop-down for state correctly.
    In 2.3.1 the state was not available in the shipping/billing address change screen.
    In 2.3.2 the field is now visible as per the...
  36. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Thank you so much! That is a lot of work in there.
  37. Replies
    749
    Views
    260,523

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Hi mc123455678
    I have the following:


    Square confirmed that this restriction in the E-Commerce API is for Japan, specifically when creating a Square account in Japan. And that it might be...
  38. Replies
    749
    Views
    260,523

    Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Would be interested to hear other experiences along these lines.
    We have been using the Square module (still using 0.97) since January 2020, and it is indeed very convenient because of its seamless...
  39. Replies
    0
    Views
    253

    v156 Implementing age check for purache

    ZC 1.5.6c, OPC (One Page Checkout, although not active on production site yet), Japanese (multilingual) language customizations, PHP 7.3.15, MariaDB 10.3.22
    https://www.proteawines.jp/shop/

    I...
  40. Unable to display categories in single column on mobile

    Hi,
    I am using ZC 1.5.6c, PHP 7.3.15, and a template cloned from the responsive classic template.
    https://www.proteawines.jp/shop/
    I am trying to display in single column (as the topmost sidebox...
  41. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Hi mc12345678 and torvista
    I'm totally cool with whatever you think is good as long as it works reliably for SEO purposes, even if I as a human can't read the characters myself. I was merely raising...
  42. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Thank you very much indeed!
  43. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    I've just tested OPC guest checkouts on my testshop with Paypal express, and with Square (creating a new App for the testshop), works wonderfully.
    I have a question about the Paypal setup though,...
  44. Replies
    2,774
    Views
    379,354

    v155 Re: One-Page Checkout [Support Thread]

    Hi @lat9

    Some feedback from my translations.
    I noticed that the language files for ot_coupon.php, ot_gv.php, and checkout_confirmation.php are from pretty old versions of ZC. Probably good to...
  45. Replies
    3
    Views
    673

    Re: canonicakLink broken?

    Hi Dr Byte,
    No, it was the initial problem I was trying to solve. Then I noticed that all the SEO links are the same, it was not that the one for Facebook was different. Looking at the links, with...
  46. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Probably useful to re-iterate here, that the Schema part (not Facebook or Twitter) for the product (not the direct constants for shop information) in Japanese are all \u...\u.... unicode characters....
  47. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Hi mc12345678
    Thanks, I changed the existing to :

    <meta name="twitter:image:alt" content="<?php echo htmlentities($image_alt, ENT_QUOTES, 'UTF-8', false); ?>" />
    <meta name="twitter:url"...
  48. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Hi mc12345678,

    Facebook debugger now finds the page perfectly! Response 200, and all content seems to be fine.

    I notice that in the Structured Data plugin, only the Twitter card does a further...
  49. v155 Re: Structured Data Markup for Schema, Facebook Open Graph, Twitter...

    Hi mc12345678
    Yes, the file made a difference!
    $canonicalLink is still the same, but when I try to access the relative link at the top of a Zen Cart page I can do so. So that is a success
    ...
  50. Replies
    3
    Views
    673

    Re: canonicakLink broken?

    Was reading up on href, and it sounds like href supportes unicode in HTML5, so for UTF-8 pages the links could be in English, Japanese, or whatever. And no HTML entities either, as far as I can tell...
Results 1 to 50 of 263
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR