Search:

Type: Posts; User: strelitzia

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    12
    Views
    1,083

    v158 Re: ping.zen-cart.com Host Error

    @DrByte @swguy This issue still exists.
  2. Replies
    12
    Views
    1,083

    v158 Re: ping.zen-cart.com Host Error

    Same issue has reared its ugly head again this morning.
    https://ping.zen-cart.com/ gives a 404
  3. Replies
    3,555
    Views
    540,017

    Re: SBA Select List (Dropdown) Basic

    And therein lies the problem. As it was an image related change I was looking under the 'Images' configuration options. TBH it never even occurred to me to look under 'Stock'.

    Thanks for the quick...
  4. Replies
    3,555
    Views
    540,017

    Re: SBA Select List (Dropdown) Basic

    I don't need to swap images on either page. The attribute images are simply a graphical display of nicotine strength in e-liquids. The same attribute images are used across all products so disabling...
  5. Replies
    3,555
    Views
    540,017

    Re: SBA Select List (Dropdown) Basic

    Is there a simple switch to disable a selected attribute being shown as the product image in the shopping cart?

    I didn't see anything in admin for it so if I missed it, either I'm losing the plot...
  6. v150 Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    I tested it on a site using states and it does indeed ned further edits else it stops loading after the states label.

    As you haven't had any need to update it I will put together an update and...
  7. v150 Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    I should point out that the site where it's used isn't using States and looking at the code for that I suspect it may need updating too.
  8. v150 Re: Add Customers from Admin 2.0 (1.5.0 and later) [Support Thread]

    This module is working ok for me on 158a after a small change to add_customers.php
    Line 395 replace zen_get_countries() with zen_get_countries_for_admin_pulldown()

    You will have a blank dropdown...
  9. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    Hi Scott,

    I'm aware of the naming convention for updates to Zen Cart. ��
    Whilst I can understand why you don't update the downloadable each time a bug fix is committed, it doesn't help those that...
  10. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    Nope, even a fresh download from the link on the ZC page NOW doesn't have those updates. If it was fixed 2 months ago I would have expected the downloadable package to have been updated.
  11. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    Hmm, I'll check the 1.5.8a download I have
  12. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    The simple fix required is to add an else to the
    if (zen_check_show_prices() == true) { check so that you end up with


    if (META_TAG_INCLUDE_PRICE == '1' and !strstr($_GET['main_page'],...
  13. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    It IS possible for $meta_products_price to be undefined.



    if (META_TAG_INCLUDE_PRICE == '1' and !strstr($_GET['main_page'], 'document_general')) {
    error_log("point 1");
    if...
  14. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    Perhaps you would prefer that I fix any potential bugs in core code or modules myself and never bother to advise the dev team or original module author? That completely goes against the ethos of open...
  15. Replies
    151
    Views
    23,412

    Re: Products Pagination - Support Thread

    I'm seeing multiple logs when testing your GitHub version on 1.5.8a running PHP 8.1.13



    PHP Deprecated: Creation of dynamic property products_pagination_observer::$product_names_array is...
  16. Replies
    19
    Views
    2,043

    v158 Re: PHP Warning: Undefined variable

    It's a clean install of 158a using Responsive Classic.
  17. Replies
    19
    Views
    2,043

    v158 PHP Warning: Undefined variable

    Vanilla 1.5.8a installation running on PHP 8.1.13 logging the following:

    PHP Warning: Undefined variable $meta_products_price in...
  18. Replies
    12
    Views
    1,083

    v158 Re: ping.zen-cart.com Host Error

    @swguy See my comment in https://www.zen-cart.com/showthread.php?229515-Admin-moving-very-slow&p=1394895&posted=1#post1394895
  19. Replies
    8
    Views
    542

    v156 Re: Admin moving very slow

    It may be prudent to update the process so that if a "not there" response is received it stops checking for x hours. This would prevent general admin slow down after the initial error until the next...
  20. Replies
    12
    Views
    1,083

    v158 ping.zen-cart.com Host Error

    We have numerous clients reporting slow admin loading this afternoon (19th May 2023 16:10 Paris Time)

    Checking ping.zen-cart.com gives a Cloudflare error page "Connection timed out Error code 522"...
  21. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    Thanks McNumbers. I'll update the site with the latest GitHub repo files and retest. If I get any further issues I'll let you know.
  22. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    The logged error is

    [14-Apr-2023 01:31:00 Europe/Paris] Request URI: /admintest/index.php?cmd=products_with_attributes_stock_ajax&save=1&pid=12863, IP address: ::1
    --> PHP Fatal error: Uncaught...
  23. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    I've come across an issue where attempting to update a custom id via admin causes an Error 500 result when attempting to save the update.
    Site is running ZC 1.5.8 with SBA version 1.5.4 taken from...
  24. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    That'll teach me to not read the thread fully. I see it was reported by neekfenwick a while ago on https://github.com/zencart/zencart/issues/5366 and a solution was provided by lat9.
  25. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    I've experienced issues with URI Mapping on ZC 1.5.8

    EZ-pages rewrites don't work correctly. Although the correct url is applied to the link in the header, when clicked it simply reloads the admin...
  26. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    Did you get a reply? I've never once had a response from them, even when using a non work related email address.
  27. Replies
    313
    Views
    112,754

    Re: Stripe.com payment integration module

    They stopped you from distributing it on your own website?
  28. Replies
    1,667
    Views
    287,051

    Re: Dynamic Price Updater

    Have you tried using the beta version from GitHub? It can be found at https://github.com/Zen4All-nl/Zen-Cart-Dynamic-Price-Updater
  29. Replies
    1,667
    Views
    287,051

    Re: Dynamic Price Updater

    Another mod that has fallen foul of changes made to the ZC 1.5.8 `shoppingCart` class which reassigned some variables
    from generically `public` to specifically `protected`.

    The mod is going to...
  30. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    I'm getting the following error logged when trying to add to cart



    [18-Jan-2023 00:10:40 Europe/Paris] PHP Fatal error: Uncaught Error: Cannot access protected property...
  31. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    I've noticed that the 1_5_6 admin directory has modifications to attributes_controller.php, invoice.php, orders.php and packing slip.php and yet the 1_5_7 and 1_5_8 directories only modify packing...
  32. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    I've just tested my latest 1.5.8 install and the URI mapping field displays on category and produc edits, sot sure why that was missing from the repo Steve, but PR now merged.
  33. Replies
    3,555
    Views
    540,017

    Re: Stock by Attribute v4.0 for Zen Cart 1.3.5

    I've encountered an issue when testing the github version on a new installation of Zen Cart 1.5.8

    If i go to the admin page Catalog>Products with Attributes Stock (aka SBA)I get an SQL error...
  34. Replies
    179
    Views
    60,852

    v155 Re: Updating GDPR for ZC v1.5.8

    I’m aware of the notifier. I gave a quick fix to a forum member wanting to get his/her upgraded site working.
    When the full module is checked and updated for 158 it will be updated to make use of...
  35. Replies
    179
    Views
    60,852

    v155 Re: Updating GDPR for ZC v1.5.8

    You're welcome.

    If you get any further issues with it, let me know and I'll help you out.

    I'll try and find time to update the package we offer via Zen Cart downloads!
  36. Replies
    179
    Views
    60,852

    v155 Re: Updating GDPR for ZC v1.5.8

    Your edit to /includes/modules/MY_TEMPLATE/create_account.php is correct.

    You will also need to edit includes/classes/Customer.php, adding the following code at line 727.



    /* bof gdpr */...
  37. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    No, I'm not affiliated with Ceon in any way. I'm a long time developer for, and now owner of JSWeb. We had a long history of working with Conor many years ago.
    The github repo is simply the last...
  38. Replies
    659
    Views
    195,397

    Re: Recover Cart

    I've submitted an updated version for review. Hopefully the moderators won't take too long to approve it.
  39. Replies
    1
    Views
    540

    v158 Error in admin/banner_statistics.php

    Line 300 of admin/banner_statistics.php is using deprecated strftime.
    It needs replacing with $zcDate->output
  40. Replies
    11
    Views
    4,210

    v158 Re: No Longer Prompts For Password Change

    New installation on Mamp Pro 6.6.4 using SSL and full https url.
  41. Replies
    11
    Views
    4,210

    v158 Re: No Longer Prompts For Password Change

    I've noticed the same. PHP 8.0.8, 8.1.0 and 8.1.11

    Fresh download, clean install.
  42. Replies
    3
    Views
    479

    v157 Paypal Pro fails 3DS 2.0 validation

    Hi,

    Client site is ZC 1.5.7d and they have PayPal Pro as the active payment module.
    The site is no longer able to recieve payment since the enforcement of 3DS 2.0 in the UK.

    We suggested the...
  43. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    Hi Scott,

    Apologoes this has taken a while to get round to. I've been busy of late as I've recently taken over JSWeb.
    Anyway, here's the GitHub link for CEON URI MAPPING
    ...
  44. Replies
    3
    Views
    1,452

    v158 Re: Installer shows blank page

    You saying that it worked for you made me go back and revisit this.

    I found that when using /zc_install after the url it does show the installer, but using the domain name alone it won't.

    Pre...
  45. Replies
    3
    Views
    1,452

    v158 Installer shows blank page

    Testing a fresh download of ZC 1.5.8 on MAMP Pro 6.6.3
    MySQL 5.7.34

    Installer hangs on blank page when using PHP 8.0.8 and 8.1.1
    If I switch to 7.4.21 the installer will load.
  46. v158 Re: HELP Zen Cart dev team - admin/customers.php - Where has this query been moved to

    If it's pulling in the databse content from function getAddressBookEntries then I don't need to make any additions as I see they are using c.*

    Thanks for the heads up @carlwhat
  47. v158 HELP Zen Cart dev team - admin/customers.php - Where has this query been moved to?

    I'm doing a trial run upgrade from 1.5.7d to 1.5.8 so I can see what's involved and discovered that an sql query that was modified in admin/customers.php no longer exists in the ZC 1.5.8 version of...
  48. Replies
    33
    Views
    9,734

    v151 Re: Quick Quantity Update Support Thread

    Hi Scott,
    Are there any plans to update this module for 1.5.8, or will it work 'out of the box'?
  49. Replies
    151
    Views
    23,412

    Re: Products Pagination - Support Thread

    Hi @lat9,

    Are there any plans to update this plugin for ZC 1.5.8, or will it work 'out of the box'?
  50. Replies
    331
    Views
    45,857

    v156 Re: Ceon URI Mapping V5.0

    I've tried that twice in the past and got no response. I guess I'll just sit on the updates if there is no simple way to make them available to other users.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR