Search:

Type: Posts; User: mprough

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    297

    v158 Re: Windows Messenger

    No one said PAID...... I have used this widget on sites before with nice results. https://www.tawk.to/software/live-chat/
  2. v158 Re: Adding a currency box in your product page

    [Note: remember to include site URL, ZC version, list of plugins, PHP version, etc ... read the Posting Tips shown above for information to include in your post here.
    And, remove this comment before...
  3. Replies
    10
    Views
    297

    v158 Re: Windows Messenger

    Work around? They discontinued it. I could suggest something else, but I don't know the purpose the messenger served on your site?

    ~Melanie
  4. Replies
    10
    Views
    297

    v158 Re: Windows Messenger

    20626

    https://www.facebook.com/business/help/1661027437357021

    ~Melanie
  5. Replies
    11
    Views
    198

    v157 Re: Gift Certificate Code duplicated

    Try updating to the recommended PHP 7.4 maybe...
  6. Replies
    11
    Views
    198

    v157 Re: Gift Certificate Code duplicated

    Please list your plugins as they can be relevant from other functions. Also what version of PHP? Find it under Tools >> Server version info


    If you can't, we can't help you.
  7. Replies
    10
    Views
    297

    v158 Re: Windows Messenger

    Facebook might have changed the API...
  8. Replies
    11
    Views
    198

    v157 Re: Gift Certificate Code duplicated

    Please list your plugins as they can be relevant from other functions. Also what version of PHP? Find it under Tools >> Server version info
  9. Replies
    11
    Views
    198

    v157 Re: Gift Certificate Code duplicated

    What version of Zen Cart? What PHP version? Any plugins installed?

    &

    Have you edited root/email/email_template_gv_send.html

    ~Melanie
  10. Replies
    11
    Views
    198

    v157 Re: Gift Certificate Code duplicated

    Once the user clicks the link it is redeemed to them.
  11. v200 Re: Possible Bug

    Wasn't my build, but upgrading it =)
  12. v158 Re: Trying to stop a person/company from accessing my website

    It's a public Internet service. The statement you supplied

    *.compute.hwclouds-dns.com

    Has not worked for me. Hosts are easily spoofed, you can literally send any host info your heart desires....
  13. v158 Re: Trying to stop a person/company from accessing my website

    The host has a wildcard

    It's formatted like

    ecs-139-9-35-91.compute.hwclouds-dns.com
  14. v200 Re: Possible Bug

    Verified replacing the file fixes the issue. It is the beta release was the reason why
  15. v200 Re: Possible Bug

    I do



    yep
  16. v200 [Beta] Call to undefined function zen_has_product_specials() in copy_product.php

    More than one installation with the error

    Zen Cart 2.0
    Boot 3.6.4
    OPC 2.5.1
    PHP 8.3.6
    MySQL 8.0.37
  17. Thread: Google Reviews

    by mprough
    Replies
    8
    Views
    186

    v200 Re: Google Reviews

    Have a look here (https://developers.google.com/my-business/content/review-data)
  18. Thread: Redirect issue

    by mprough
    Replies
    11
    Views
    698

    v157 Re: Redirect issue

    That is a tough one because the number is the only unique part of the link... and the number 85 is likely used elsewhere in other links.

    maybe



    RewriteEngine On
    RewriteCond %{QUERY_STRING}...
  19. Replies
    2
    Views
    119

    v157 Re: gmail rejecting php mail

    This has nothing to do with Zen Cart itself, but rather your email settings in Zen Cart & your hosting setup.

    Find info here...
  20. Replies
    2
    Views
    206

    Re: Flat Rate Clone

    I believe you will have to re-clone it, much of the structure has changed in 2.0.
  21. Re: Rule to Block Safari Reader from Working in ZC Site?

    The sites are on different domains?



    This is a you issue =) Check your configure.php files (https://docs.zen-cart.com/user/running/local_testing/#2-prepare-the-configurephp-files)

    ~Melanie
  22. Replies
    3,611
    Views
    523,193

    Sticky: Re: EasyPopulate 4.0 Support Thread

    File version is * @version $Id: Scott C Wilson 2022 May 26 Modified in v1.5.8-alpha $ and it's the original installed file, untouched for over a year. File comparison with stock fresh file from...
  23. v157 Re: Add previously purged shipping locations adds empty lines

    You'll need to use a database tool like PHPmyAdmin to export the table, then drop it in to the other DB. BACKUP first =)
  24. v157 Re: Add previously purged shipping locations adds empty lines

    In order to create these you will need to grab the SQL from the correct install version of Zen Cart or port them from another same version install.

    ~Melanie
  25. Replies
    3,611
    Views
    523,193

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Didn't realize I missed the text =O

    This error is logging for all products... I suspect it might be an issue from EP or DBIO


    [30-Apr-2024 05:38:21 UTC] Request URI:...
  26. Replies
    3,611
    Views
    523,193

    Sticky: Re: EasyPopulate 4.0 Support Thread

    Morning,

    Zen Cart 1.5.8
    PHP 7.4
    MySQL 8.0.36


    [29-Apr-2024 05:31:30 UTC] Request URI: /index.php?cPath=330_331_377&main_page=product_info&products_id=3772, IP address: 111.111.111.111
    #1 ...
  27. Replies
    8
    Views
    282

    v158 Re: Database Error Message

    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} Bytedance [NC]
    RewriteRule .* - [F,L]
    RewriteCond %{HTTP_USER_AGENT} Bytespider [NC]
    RewriteRule .* - [F,L]


    Add this to your htaccess to block...
  28. Replies
    2,836
    Views
    391,391

    v155 Re: One-Page Checkout [Support Thread]

    Yes, the guest customer from OPC was deleted....

    Sigh
    Melanie
  29. Replies
    2,836
    Views
    391,391

    v155 Re: One-Page Checkout [Support Thread]

    Only one_page_checkout-na-2024-04-19.log is created
  30. Replies
    2,836
    Views
    391,391

    v155 Re: One-Page Checkout [Support Thread]

    Morning,

    Having an issue with a 2.0 presenting the "Whoops! Your session has expired." error ONLY when using guest checkout. Logging in there are no issues & I didn't identify the issue whilst in...
  31. Replies
    1
    Views
    158

    v157 Re: Cart emptying upon link hover

    Session handling these days is pretty intense. You should clear it when done and refresh =)
  32. Replies
    671
    Views
    59,013

    v157 Re: Square WebPay support thread.

    I always use the new and move over changes...
  33. Replies
    2
    Views
    209

    possible 2.0 bug in new products

    ZC 2.0
    PHP 8.3
    Boot 3.6.4

    No new products were displaying anywhere, even though the time setting in New Product Listing - Limited to ... is 0

    Upon searching I found


    // $display_limit =...
  34. Replies
    671
    Views
    59,013

    v157 Re: Square WebPay support thread.

    I have it working in a few =)
  35. v158 Re: ERROR 10002.... help please !

    Install this plugin https://www.zen-cart.com/downloads.php?do=file&id=2382 , it's new =)
    Make sure to uninstall PayPal Express so it doesn't give you issues with PayPal RESTful

    ~Melanie
  36. Re: Upgrade from v1.5.6c to v1.5.8a issue with admin login after database upgrade

    Most likely need 7.4 based on experiences with plugins & templates & such for 1.5.8a. (https://docs.zen-cart.com/user/first_steps/server_requirements/)
  37. Thread: 302

    by mprough
    Replies
    5
    Views
    452

    Re: 302

    Just added it quick & tested
  38. Thread: 302

    by mprough
    Replies
    5
    Views
    452

    Re: 302

    Thanks swguy... If anyone needs this


    // if only one product in this category, go directly to the product page, instead of displaying a link to just one item:
    // if filter_id exists the 1...
  39. Thread: 302

    by mprough
    Replies
    5
    Views
    452

    302

    Zen Cart 2.0.0-rc2
    PHP Version: 8.1.27
    Bootstrap 3.6.4

    Main Page - Opens with Category = 0
    Categories with 0 Products Status = 0

    One category & 1 product in the store. Main page opens to...
  40. Replies
    17
    Views
    1,466

    Re: Feedback on 2.0.0-rc2

    2.0.0-rc2 vanilla install, no plugins & stock Responsive Classic Template. PHP 8.1.27

    The search header, although turned off in the layout boxes controller does not go away.
  41. Replies
    25
    Views
    3,216

    Re: Admin login not working

    That is exactly right

    20514
  42. v200 Re: nginx error: upstream sent too big header while reading response header from upst

    I have found that attributes contribute to this significantly.
  43. v158 Re: Google Product Search Feeder II [Support Thread]

    Because when you cleared your cache it cleared your session. I easy populate installed on the live site?
  44. v158 Re: Google Product Search Feeder II [Support Thread]

    I think it is most likely an installation mistake on the /new
  45. Replies
    5
    Views
    440

    v155 Re: minimum order for only manufacturer

    Around here it is not assumed =) Many developers answer questions like this in here and can provide code solutions. Fishing for work is not allowed, nor do you see it here much at all. Everytime I...
  46. Replies
    5
    Views
    440

    v155 Re: minimum order for only manufacturer

    No need to be short, he answered your question fully. The forum software would not even accept and answer of NO... it's too short =) Try and remember the folks answering questions in here are...
  47. Replies
    25
    Views
    3,216

    Re: Admin login not working

    Yep, this is still for you =)

    Some things to do ... check

    - Check your database for a lockout (https://docs.zen-cart.com/user/troub...umbling-blocks)
    - Clear your browser cache & temp files,...
  48. v158 Re: Setting up shipping - not sure what the best method would be..

    I would go with a zone table. You'll have to do your homework and determine your rates by weight for each country. It's some work. It will never be perfect, some will be over and some under. However,...
  49. Replies
    92
    Views
    9,734

    Re: PayPal RESTful API Payment Module

    very similar
  50. Replies
    92
    Views
    9,734

    Re: PayPal RESTful API Payment Module

    I actually have 5 of these now. 3 on the same servers, 4 servers in all... 3 different hosts
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR