Search:

Type: Posts; User: royaldave

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. v158 Re: How To Make Customer Telephone Number A Mandatory Field When Checking Out

    There is an old 'Add shipping phone' plugin.

    https://www.zen-cart.com/downloads.php?do=file&id=1100

    This adds a new phone field to shipping address which I think is a good idea because the...
  2. Replies
    4
    Views
    103

    v158 Re: Email Layout Settings

    This doesn't look like an editor - and there's this comment -

    " ** Please note that this plugin is built in to Zen Cart versions 1.5.5 and higher. No need for any changes if you are running...
  3. Replies
    12
    Views
    1,226

    v157 Re: Beautiful Templates

    Beauty is in the eye of the beholder.

    I agree that a lot of zencarts are very obviously "zencart" - often due to the users' reluctance to move away from using the left and right columns in the...
  4. Re: Upgrade from v1.5.6c to v1.5.8a issue with admin login after database upgrade

    Also, these two lines -

    define('DIR_WS_ADMIN', '/shop3/myadmin/');
    define('DIR_WS_HTTPS_ADMIN', '/shop3/myadmin/');

    shouldn't be required in 158. try removing in case they're causing an issue.
  5. v157 Re: Help with footers and messy layout, please!

    points 6 and 10 require changes to the language files - which should be template specific - but not necessarily.

    Developers Tool Kit under admin is your friend here - go to 'Look-up in all files'...
  6. Replies
    25
    Views
    2,839

    Re: Admin login not working

    I would be inclined to wipe the whole admin directory and restore from backup - there could be other damage done which is preventing the .css files loading.
  7. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    And if anyone is still reading v1.3 compatible with zc158 is now available ...

    https://www.zen-cart.com/downloads.php?do=file&id=378
  8. v158 Re: need to add data to a new database table on creat account sucsess but how?

    I think modules/create_account.php logically is the best place for this.

    Look for this code -

    $result = $customer->create($data);
    if (!empty($result)) {
    ...
  9. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    I see, well I won't be doing that again..
  10. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    OK, I have kind of worked out the problem here.

    This section of code in header_php.php in modules/search_result



    if (DISPLAY_PRICE_WITH_TAX == 'true') {
    if ($pfrom) {
    ...
  11. Replies
    8
    Views
    357

    v158 Re: Accessibility Page

    On a tangent - I've never looked at my site with lynx before, impressed, it's not bad!
  12. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    OK, my 158 upgrade has worked fine so I'm back to investigating this.

    I have freshly unzipped the 158 onto my server at home and am getting the same results.

    Without updating the init_sanitize...
  13. Replies
    0
    Views
    100

    v158 Undefined array key "HTTP_USER_AGENT"

    I put my 1.5.7 -> 1.5.8a upgrade live last night and generally its working fine, except I'm getting a lot of warnings thus -

    [01-Mar-2024 11:15:04 xxx] PHP Warning: Undefined array key...
  14. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Multisite is a plugin that allows multiple domain names/templates to point to one zencart install - and it allows you to choose which categories are listed on each domain.
    The "cat_filter" in this...
  15. Replies
    10
    Views
    537

    v158 Re: Direct Deposit

    A simple work around might be to add in Comments via Order Details in admin every time you receive a payment.
    These show up on the invoice and would provide a timeline of payments and anything else...
  16. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Actually I take back what I just said. I've gone back to the fresh install and am getting inconsistent results. Some queries work better than others, but I still feel there's something not right...
  17. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    You're right.

    I did a fresh install and it works (with the init_sanitise amendment of course).

    I think multisite is interfering with the search. And it's probably been a problem for a long time...
  18. Replies
    10
    Views
    537

    v158 Re: Direct Deposit

    Hi Bruce

    I haven't used this particular module, but I would've thought the stock standard invoice would simply say Cheque/Money Order next to "Payment Method:"

    This might be a case where you...
  19. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    I have tried that. Updating the sanitize makes it better, but it doesn't work 100%.

    As per my examples above, if I do 48 to 48 it only shows products with a '+' in the title (why?)
    Same for 46 to...
  20. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    Your may need the paid version of Square WebPay - v1.0.4 evidently not designed for php8.x.

    You will be better off with it as its a newer release and works with later SDK.

    See post #551.
  21. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Further to this.

    I am specifically testing to find products on my site with a price of $48.

    With the init_sanitise fix in place I'm getting results like this -

    (In all these tests I have...
  22. v158 Re: PHP 8.0 - Search function not working properly following upgrade to 1.5.8

    Any further joy on this?

    I am also struggling with the search on 158a and am experiencing issues #1 and #2 as listed here.

    I've replaced the suggested files but am getting some odd results.
    ...
  23. Replies
    1
    Views
    224

    v158 Search by Price Range

    ZC 1.5.8

    Search by Price Range doesn't appear to be working.

    Values entered in From and To are ignored and all matching products are displayed.
  24. Replies
    0
    Views
    137

    Undefined array key "gender"

    Working on my upgrade to 1.5.8a

    If I go to Change the Shipping Address, and I enter everything except salutation and click continue I get this in the logs.

    --> PHP Warning: Undefined array key...
  25. Replies
    94
    Views
    39,565

    v154 Re: ZipShip - Support Thread

    Thanks for the update to this plugin - very timely for myself as I am ready for 158.

    I did have an issue though.

    I actually split some of my postcodes by adding A or B to them on some occasions...
  26. Replies
    12
    Views
    3,152

    v155 Re: Problems with your MySQL (mysqli) support

    Not sure if this is the right place for this, but here goes...

    Recently I (finally) upgraded to 1.5.7 from 1.5.6 (and yes I am currently working on 1.5.8).

    I've been live with 1.5.7 since feb...
  27. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    Pretty confident I have it working.

    I'll zip it up and post here when my upgrade to 1.5.8 is complete (it will give it a bit more testing time) - if there is anyone still interested ...
  28. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    It -should- work, however as with everything you won't know until you try.

    It should just add a 3rd option to your payment page.
  29. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    I know we've chatted privately, but posting publicly for the sake of any chance of keeping this plugin alive.

    it took 3 years!! (don't ask) but I have successfully updated to 1.5.7d with this...
  30. Re: DeBug-Log file created on every order for Malformed value for session-based shipp

    I'm guessing this is a dead issue, but I'll report anyway.

    Just upgraded from 156 to 157d and am getting this error.

    It occurs regularly and is triggered by two possibilities.

    BTW my options...
  31. Replies
    4
    Views
    978

    v157 Re: Default Shipping?

    I think it would be tpl_checkout_shipping_default.php
  32. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    Hi

    I never suggested there was an issue with the code - I am convinced its an environment issue - I'd just like to have a solution to give my clients.
    I fully understand how to switch on/off...
  33. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    My customer insists they have latest IOS, safari and chrome versions - the payment wouldn't work on safari or chrome.
    Is there some apple setting that might cause this - I am totally not an apple...
  34. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    The new computer comment seems about right. I'm yet to hear back from my customer - however I do know they were using safari, and I found a comment online about square SDK not working with versions...
  35. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    Occasionally I get a complaint from a customer that they were unable to make a payment - and my zencart is showing them this error -

    Your transaction could not be completed due to a...
  36. Replies
    94
    Views
    39,565

    v154 Re: ZipShip - Support Thread

    interesting.. I've used zipship for as long as I've used zencart and never had to do this.

    However I do have this coding amendment in mine -

    //$this->dest_zipcode =...
  37. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    The issue I am having is that if I link a product from one category to another, the products won't show up unless you are in the master category.

    Funnily enough, if there is only one item in the...
  38. Replies
    625
    Views
    53,846

    v157 Re: Square WebPay support thread.

    I know this is a simple update, but are there update instructions available?
  39. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    This is perfectly normal - the siteswitch line is what activates multisite - so without it your site is running without the modifications.

    You will obviously need to reinstate this line to get...
  40. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Forum

    Did you get this working?

    If not, and this might sound silly, are both domain names hosted at the same place? How are you redirecting?
  41. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Afterpay can now be integrated into square.

    https://developer.squareup.com/blog/afterpay-buy-now-pay-later-now-available/

    Any comments on this article - is this code easy to add, or will...
  42. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Well what I have actually done is taken out the 'required' changes to init_category_path - I don't know what they do - my site seems to work fine without it - and this results in everything working...
  43. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Hi

    I've worked out where the problem is - just don't know what it is.

    This if statement in main_template_vars -

    if (isset($_GET['typefilter'])) $typefilter = $_GET['typefilter'];
    ...
  44. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Hi, yes, 15 different config files and templatges.

    I did try amending the config file but it didn't work.

    That is, I added in -


    define('SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS','0');...
  45. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Currently have 15 stores.
  46. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    I've narrowed this down to the changes made to init_category_path.php. Another symptom is the display of New Products on the front page is switched off in the database, however it displays anyway.
    ...
  47. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Next problem.

    Some of the admin settings are getting ignored.

    For example I have 'Categories - Always Show on Main Page' set to 0, yet they are showing anyway. Another symptom is that my...
  48. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Anyway I've fixed it.

    Just removed this code -

    // define('ALLOW_CAT_FILTER','no') will desactivate the category filter
    if (!defined('ALLOW_CAT_FILTER') || (ALLOW_CAT_FILTER != 'no'))...
  49. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    Sorry, one of the new files with this plugin is /zencart/includes/functions/extra_functions/cat_filter

    The latest version of this file didn't work for me and I had to use the previous version.
  50. Replies
    2,220
    Views
    484,616

    Re: MultiSite Module Support Thread

    How is everyone going with this?

    I am finally moving to 157c from 156c and hit a couple of snags.

    1 - With the new version of cat_filter (as found in post 2148) - well basically it didn't work...
Results 1 to 50 of 172
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR