Search:

Type: Posts; User: neekfenwick

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    413

    v158 Re: Soundex Search [Support Thread]

    v1.0.2 released at https://github.com/neekfenwick/soundexsearch/releases/tag/v1.0.2
    Notes: Fix query building so that only specific table and column combinations are matched. Previously we were...
  2. Replies
    3
    Views
    413

    v158 Re: Soundex Search [Support Thread]

    tl;dr: with the new stored procedures and triggers introduced to your database by this addon, you will need to ensure backups are made with the mysqldump "-R" option (or equivalent in your backup...
  3. Replies
    3
    Views
    413

    v158 Soundex Search [Support Thread]

    This is the official support thread for the Soundex Search addon, found at https://www.zen-cart.com/downloads.php?do=file&id=2380 and a GitHub repository is linked from there.

    The addon adds...
  4. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    PHP 7.4 (anything before 8.0) has reached EOL (end of life) and will not receive security updates. I'm surprised your host allowed you to do it. See https://www.php.net/supported-versions.php .. so,...
  5. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    Your last one, ask_a_question, needs a final closing bracket.


    'ask_a_question' => isset($default_uri_parts[$default_language_code]['ask_a_question']) ?...
  6. Thread: bug for

    by neekfenwick
    Replies
    6
    Views
    917

    v158 Re: bug for

    @mc12345678 I agree, both philosophically and according to the Merchant Center feed spec where teh date value finally ends up (https://support.google.com/merchants/answer/6324499?hl=en) there's...
  7. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    No worries. It's not the version of Zen Cart that's causing your problem, it's your PHP 8.1. I presume you had an earlier version last time this worked for you. From a quick search, see...
  8. Thread: bug for

    by neekfenwick
    Replies
    6
    Views
    917

    v158 Re: bug for

    I think you need to set your "Expiration Date Adjust" config to a whole number. I note in your config dump:


    Expiration Date Adjust 0.5

    My value for this in the `configuration` table is a...
  9. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    @jasonshanks It's some PHP code in that file that needs brackets adding, e.g.:


    'product_reviews' =>
    isset($default_uri_parts[$default_language_code]['product_reviews']) ?...
  10. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    OK many thanks. I had a few messages back and forth with Connor, when he was about to go into hospital. It seems we've resolved the issue I raised by a core Zen Cart change (the handling of 'id' as...
  11. Replies
    2,106
    Views
    423,055

    Re: SitemapXML v.2

    If I understand your point, I think I agree with you, the docs seem to be quite clear that the language file format and loading system was changed, and the old way of using define statements no...
  12. Replies
    2,106
    Views
    423,055

    Re: SitemapXML v.2

    I must have missed this in my read through the new language system docs. Still a bit blind about the system.
  13. Replies
    2,106
    Views
    423,055

    Re: SitemapXML v.2

    Thanks for the link, but that's zen_get_menu_titles(), not zen_get_admin_pages() that I was talking about :)
  14. Replies
    2,106
    Views
    423,055

    Re: SitemapXML v.2

    That works for you on Zencart 1.5.8? I'm trying to upgrade from 3.9.3 on zencart 1.5.5, but running into the usual language defines problem. The 3.9.6 release, and the github repo @mc12345678...
  15. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    Ah yes good point, you've set off a nasty tic in my left eye, remembering the get_prid() function and how the cart links back to the product page to 'edit' the product, and how I tried to reverse...
  16. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    Fair point, thanks. https://github.com/zencart/zencart/issues/5366
  17. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    @strelitzia Hi, are you a Ceon support rep, and is this the official Ceon URI Mapping repo, and can we issue Pull Requests? Or if not there, then where? The repo doesn't seem to be forked from...
  18. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    Can I ask, @torvista or anyone here, what you do about EZ pages, if anything? I just ran into ezpage URLs not working in my 1.5.8 upgrade, I traced it to the fact that URIMappingHandler basically...
  19. Replies
    335
    Views
    46,272

    v156 Re: Ceon URI Mapping V5.0

    I'm setting up Zen Cart 1.5.8 (recently released) which is not supported by this module yet, but thought I'd report on something and see what the feedback is. It seems between 1.5.7 and 1.5.8 a new...
  20. v155 Re: v155f PHP 8.1, language override, Warning: constant TEXT_MAIN already defined?

    True, however we have root on a dedicated server and are not going to be caught out by our host suddenly deprecating our version of PHP.

    This argument seems more relevant to those on shared...
  21. v155 Re: v155f PHP 8.1, language override, Warning: constant TEXT_MAIN already defined?

    Indeed. Than you @marcopm for the suggestion but we're using quite an old version of ZC. I've happily attacked an attempt to run it on PHP 8.1 and fixed minor issues like lack of parenthesis around...
  22. v155 Re: v155f PHP 8.1, language override, Warning: constant TEXT_MAIN already defined?

    Thanks, I appreciate the heads up. Any migration between ZC versions is a big job for us and quite risky in terms of customer facing downtime and chaos in our production warehouse, and we certainly...
  23. v155 Re: v155f PHP 8.1, language override, Warning: constant TEXT_MAIN already defined?

    I see, thank you mc12345678 .. sounds like we'll target 1.5.7d then. An ability to mute duplicate definition Warnings sounds interesting, I didn't think such a thing would be possible.

    Tried...
  24. v155 v155f PHP 8.1, language override, Warning: constant TEXT_MAIN already defined?

    I'm moving to PHP 8.1 and running into lots of Warning level errors that make me think the standard advice for setting up language overrides may not be optimal. I think this problem has arisen...
  25. v155 Re: How to capture fields on Checkout Confirmation form that will post offsite?

    Yes, and thank you to all responders, @carlwhat I especially agree to your points raised. We do show the T&C checkbox on the payment page, and that page does submit to our server. On the final...
  26. v155 Re: How to capture fields on Checkout Confirmation form that will post offsite?

    Thank you DrByte .. we've decided to do my second option - just display a readonly view of their customer's record name on the checkout page. It's very rare that we have the problem and will see if...
  27. v155 How to capture fields on Checkout Confirmation form that will post offsite?

    We're running ZC 1.5.5 on PHP7.3 with the very old SagePay Form payment module, which sets up the Checkout Confirmation page with a form whose 'action' points to the sagepay server, so when you click...
  28. Replies
    4
    Views
    2,023

    v156 Re: Does SagePay plugin still work

    For what it's worth, we're still using the SagePay form payment module, which as DrByte says relies on the now deprecated mcrypt library, but we can install that via our WHM control panel (Module...
  29. Re: Default 'extra info' email content triggering gmail spam detection

    That's interesting. I put the disclaimer and footer back in, so the only thing missing was the IP/Hostname content, and things seemed fine. Then I set up a DMARC TXT record in our DNS...
  30. Re: Default 'extra info' email content triggering gmail spam detection

    Yes I agree, one of my first thoughts was the pattern that the Contact Us email actually sends an email 'to' us, 'from' us but with a 'Reply-To' header of the customer's email address (for easy Reply...
  31. Re: Default 'extra info' email content triggering gmail spam detection

    Sorry, your reply rubbed me up the wrong way the other day and I responded over the top, apologies for that.



    Yes, I do think ip/host is valid content, and we've used the default ZC behaviour...
  32. Re: Default 'extra info' email content triggering gmail spam detection

    Thanks for the tip. You may have a point as we don't have DMARC set up. I'd hoped that DKIM and SPF would do it, and to be honest I found the DKIM documentation pretty hard to follow. I'll have...
  33. Re: Default 'extra info' email content triggering gmail spam detection

    Goodbye zen cart forum.
  34. Re: Default 'extra info' email content triggering gmail spam detection

    Just wanted to add, after re-reading my own words, some people might legitimately think that our Contact Us form is being abused by spammers, and that content is then being classified as spam by...
  35. Re: Default 'extra info' email content triggering gmail spam detection

    Hi carlwhat :smile: Thanks for your points and I know this situation is complicated, more than the average observer on this forum may understand from their experience. You do sound clued up, though....
  36. Re: Default 'extra info' email content triggering gmail spam detection

    Hi :smile: It sounds like you think the email address used ends with gmail dot com, but it does not. We have a G Suite business account and use our own company's domain name in all email addresses. ...
  37. Default 'extra info' email content triggering gmail spam detection

    ZC 1.5.5f

    Not sure if this is really a Bug report (it only affects people using gmail as their email host, I think), but I think it may warrant a change to the default Extra Info content in admin...
  38. Replies
    2,444
    Views
    353,528

    Re: Ceon URI Mapping v4.x

    Just on a technical note, the code from post #1945 seems to use raw mysql commands which I'm guessing are not connected in your case, whereas the usual zen cart 'way' is to use the global $db object,...
  39. Re: Google Ads Remarketing in 2019 with dataLayer and ZC 1.5.5

    Thank you @lat9 :) I'll check it out, sounds very relevant to my situation, and in line with my guess that you basically have to fetch data earlier in the page load cycle than zen cart normally does...
  40. Google Ads Remarketing in 2019 with dataLayer and ZC 1.5.5

    Hi all,

    I'm supporting www.premierrange.co.uk where we run a heavily modified ZC 1.5.5 with mods like CEON URI Mapping, password verification on signup etc. Our own modifications are probably far...
  41. v155 Re: Displaying customer's e-mail adress on create_account_success page

    Digging up this old thread, I also made this modification to the create account success page, wondering why this wasn't in the core product :) However we still get mistyped email addresses that...
  42. Replies
    10
    Views
    8,079

    Re: Sagepay Form V1.5.5

    I know this is an old post but maybe this will help someone else. I got this error today when trying to set up a new version of our site. I had selected 'Test Server' in the Ceon Sage Pay Form...
  43. v138a Re: Ceon Sage Pay Form - getting updated Amount after credit card surcharge added

    Thanks, but as indicated at https://www.zen-cart.com/downloads.php?do=file&id=1453 (the mod download page), 2.1 is the latest version of this mod, no matter what version of Zen Cart you use. As I...
  44. v138a Ceon Sage Pay Form - getting updated Amount after credit card surcharge added

    We are running a rather old Zen Cart 1.3.8a (with security patches applied) and Ceon sage pay form version 2.1 which supports VPS protocol 3.0. I've searched for this but nothing matching our...
  45. v138a Do we need a CRM addon for this, if so which one?

    Hi all,

    I hope this is the right place to ask this. We've been running Zen Cart for years and have a specific problem with our staff task management that we'd like to solve. If a customer calls...
  46. v151 Re: Ajax script from 1.3.x hitting 'time_out' page because of action and method

    Thank you DrByte, that makes perfect sense. So 1.5.1 enforces stricter security restrictions in its default security handling. I didn't mention before by my ajax script requires...
  47. v151 Re: Ajax script from 1.3.x hitting 'time_out' page because of action and method

    Slight update: seems I was wrong before, in my ajaxHandler.php POST there is a $_SESSION set up, and it does have a securityToken, so that is sane. However, the line in init_sanitize.php that reads:...
  48. v151 Ajax script from 1.3.x hitting 'time_out' page because of action and method

    Hi guys,

    I thought I'd describe what I just encountered and see if there anyone particularly recommends a specific way of working around it. I'm bringing an ajax script over from a 1.3.8 Zen Cart...
  49. Replies
    240
    Views
    53,483

    Re: Login as Customer module

    Hey, gilby, chill out honey bunny :) I wasn't trying to push blame or modification to the mod author, I'm trying to help the rather confused people trying to use the mod. Given that some people...
  50. Replies
    240
    Views
    53,483

    Re: Login as Customer module

    I installed alac_2.2 onto a 1.3.8a Zen Cart the other day and was dissapointed with two problems immediately apparent. Another slight niggle is common to the way zen cart lets you provide a prefix...
Results 1 to 50 of 90
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR