Search:

Type: Posts; User: dbltoe

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    125

    v157 Re: Error with Emails and order updates

    Unless your email is hosted other than the same host as the site, you are number 2.


    And, if email and site are at the same nameserver, whoever controls the nameserver has to do the DNS.
  2. v157 Re: Is there any way to allow customers to search their orders?

    Perhaps you are using a template other than responsive_classic or bootstrap. Both bring up a list of orders with a View button next to the order.

    Clicking on the View button lets the customer see...
  3. Thread: SitemapXML v.2

    by dbltoe
    Replies
    2,130
    Views
    426,972

    Re: SitemapXML v.2

    Ultimate/Friendly URLs are a whole other discussion.

    Try adding the following to your .htaccess and use cPanel to aid in forcing the site to https://


    RewriteEngine OnRewriteCond %{HTTP_HOST}...
  4. v157 Re: Is there any way to allow customers to search their orders?

    Regular customers and Guest Checkouts that create an account have access to all previous/current orders. I haven't tested the scenario where a customer makes one or more guest orders and later...
  5. Thread: SitemapXML v.2

    by dbltoe
    Replies
    2,130
    Views
    426,972

    Re: SitemapXML v.2

    Making sure your SSL, and your ultimate URL match should take care of it.

    If your SSL is set for www.yoursite.com, all URLs should be redirected to wind up at www.yoursite.com.

    A 301 can be...
  6. Replies
    10
    Views
    125

    v157 Re: Error with Emails and order updates

    As soon as a domain's NameServers are changed from a registrar to a host, the settings at the registrar no longer apply.

    It's so frustrating that the likes of GoneDaddy are trained to point the...
  7. Replies
    10
    Views
    125

    v157 Re: Error with Emails and order updates

    Most of the lower level support folks at GoneDaddy are idiots, plain and simple. They are trained to follow a flow chart of questions responding to the yes or no option without really knowing where...
  8. Re: MySQL error 1060 encountered during zc_install - Duplicate column name 'logmessag

    CloudLinux will allow you to keep 5.6 thru 8.2
  9. v139h Re: Is there a way to get PayPal Guest Checkout back?

    I just verified that the instructions at https://myzencarthost.com/index.php?rp=/knowledgebase/8/PayPal-Express-Optional-Credit-Card-Setting.html are current.

    Also, a less detailed explanation at...
  10. Re: MySQL error 1060 encountered during zc_install - Duplicate column name 'logmessag

    Any particular reason as to why you are upgrading to a version that is over three years old? Why not do a database only upgrade to 2.0.1?
  11. Replies
    10
    Views
    125

    v157 Re: Error with Emails and order updates

    You can start at https://docs.zen-cart.com/user/email/advanced_email_troubleshooting/ and point your host to...
  12. Replies
    4
    Views
    173

    v152 Re: Removing a line item in mobile menu

    Looking at your code as I don't have access to the template files, it looks like commenting out
    <a class="m-cart" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><img...
  13. Replies
    4
    Views
    173

    v152 Re: Removing a line item in mobile menu

    The icon is just a matter of
    .m-cart {display: none;}

    Unfortunately the template does not set up a class or ID for the li insider the #container. That will take some core file munging.

    Use...
  14. Replies
    21
    Views
    954

    v158 Re: Problem with Product Images

    ABSOLUTELY PERFECT!

    Another store saved.
  15. Replies
    328
    Views
    115,588

    Re: Stripe.com payment integration module

    Don't know if they mention it in the readme, etc., but using the Install SQL Patches in the admin will automatically look for a prefix and react accordingly.
    ...
  16. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    You need to give us all the steps you took to get where you are. There's something missing from the standard steps.

    For instance, what template were you using before? Probably not the...
  17. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    Yet all the meta tag settings are not default.

    Did you replace the 2.0 database with your own and then run zc_install to upgrade the database?
  18. Replies
    19
    Views
    487

    Re: Display Debug Log Files Page Not Showing

    This is concerning and forces me to ask if the files you did not change or add to were 1.5.8 files or 2.0.0.

    It sounds like your upgrade process was not quite what should have been done. ...
  19. v157 Re: importing data base error and general question about zen

    Being one of the oldest here, I'll give a little of the history as I know it.

    If you go to https://www.zen-cart.com/memberlist.php?order=asc&sort=joindate&pp=100, you'll get a list of members that...
  20. v157 Re: importing data base error and general question about zen

    Pobody's Nerfect!

    And, that's why I mentioned subscribing to the support thread for any module you are using.
  21. v157 Re: importing data base error and general question about zen

    Perhaps misunderstanding versus unreasonable.

    The Flate Rate Clone was updated on the 10th of May to include compliance with 2.0.0. If you are using any mod with a support thread, make sure you...
  22. v157 Re: importing data base error and general question about zen

    I'm going to ask if you can be a bit more specific here as you just got answers from three of the top contributors and directions to the docs which are MILES ahead of just a couple of years ago much...
  23. Replies
    21
    Views
    954

    v158 Re: Problem with Product Images

    An even better representation of the probblem is at https://russianradiantsa.com/index.php?main_page=product_info&cPath=63&products_id=1309.

    One item picking up ten images instead of just the one...
  24. Replies
    21
    Views
    954

    v158 Re: Problem with Product Images

    Revisiting this as I think there may be an inherent bug somewhere in the system.

    Let me know where my thinking is incorrect.

    ncludes/modules/main_product_image.php uses lines 19 - 22 to strip...
  25. Re: Flat Rate Clone and other plugins not yet configured for 2.0

    Perhaps it might be as simple as bringing the language files up to 1.5.8/2.0.0 standards.

    https://docs.zen-cart.com/user/new_user_topics/language_files/
  26. Replies
    6
    Views
    233

    v157 Re: button for products with attributes

    Gotta make an appointment for those new trifocals.:blush:
  27. Replies
    6
    Views
    233

    v157 Re: button for products with attributes

    When you create an attribute's name, you decide how you want it displayed.

    https://docs.zen-cart.com/user/admin_pages/catalog/option_name_manager/
  28. Thread: SitemapXML v.2

    by dbltoe
    Replies
    2,130
    Views
    426,972

    Re: SitemapXML v.2

    And, don't forget to add

    Sitemap: https://YOUR_SITE.com/sitemap.xml
  29. Replies
    1,315
    Views
    281,630

    v155 Re: ZCA Bootstrap Template

    The first time you go to delete a "not needed" file and remove a file you actually need, you will no longer worry about leaving an unused file on your site.:P Been there, done that.

    Are far as...
  30. Replies
    7
    Views
    368

    v154 Re: Migrating From Zen Cart to SHopify

    With 2.0.0 out, the only current advantage I can see for Shopify is if you want to buy three of something and send it three places.

    I'm sure if it really were needed more, lat9 would have already...
  31. Replies
    25
    Views
    420

    Re: Customizations Questions during upgrade

    THANX for the kudos. I'm still not satisfied with the Database-Only Upgrade Instructions.

    I don't know when I'll be able to get to it but it's basically what I mentioned above.

    swguy and all...
  32. Replies
    1,315
    Views
    281,630

    v155 Re: ZCA Bootstrap Template

    Yep,

    Left out one of the divs:


    <div class="card mb-3"><div class="card-body text-center" id="subCategory-card-body">
    <div class="card-deck text-center">
    <div class="categoryListBoxContents...
  33. Replies
    1,315
    Views
    281,630

    v155 Re: ZCA Bootstrap Template

    New install with 2.0.0 and latest bootstrap. PHP is 8.1

    Have no problem with the site. Where I'm struggling is to get the define_main_page to act like Display example 1 in the wiki above.

    I...
  34. Replies
    25
    Views
    420

    Re: Customizations Questions during upgrade

    That's just one of the ways to upgrade. The other is a database only upgrade.

    I've found it easier (espeecially with sites that have had every other mod installed) to just drop the newest release...
  35. Re: Remove Old Domain From New Db: LOCK TABLES `upgrade_exceptions`

    Yet you keep saying the two databases are connected.

    Perhaps you need to start over and let us know the steps you went through to discover this problem.
  36. Re: Remove Old Domain From New Db: LOCK TABLES `upgrade_exceptions`

    A bit of clarification.

    There are two configure.php files for each site one in in YOUR_ADMIN/includes and the other is in includes/.

    Both those files need tgo reflect the settings for THAT site...
  37. Re: Remove Old Domain From New Db: LOCK TABLES `upgrade_exceptions`

    If the database names are different in the configure.php files, they are not "connected".

    Have you run the zc_install for the 2.0 siite and selected Update as...
  38. Re: Remove Old Domain From New Db: LOCK TABLES `upgrade_exceptions`

    Where is that dump from? Old or new? Did you do the update of the 2.0 database with the old info?
    ...
  39. Re: Remove Old Domain From New Db: LOCK TABLES `upgrade_exceptions`

    The two locations should have different database names in their respective configure.php files (two in each site).
  40. Replies
    52
    Views
    14,655

    v154 Re: Mod List Support Thread

    wrong post:blush:
  41. Replies
    2
    Views
    142

    Re: V2.0.0 and Blank Sideboxes

    The mod does not list being compliant with 1.5.8 or 2.0.0. That does not necessarily mean it isn't but, with the language file changes in 1.5.8., that may be your problem.

    If the mod contains...
  42. Replies
    2,836
    Views
    391,825

    v155 Re: One-Page Checkout [Support Thread]

    Was asking as the two core file changes and the not-needed YOUR_TEMPLATE files when used with bootstrap could create problems if the user does a drop in only. See B under installation in the docs.
    ...
  43. Replies
    2,836
    Views
    391,825

    v155 Re: One-Page Checkout [Support Thread]

    Has the situation changed where OPC's YOUR_TEMPLATE information sidebox needed to be installed prior to that of bootstrap?
  44. Replies
    2
    Views
    124

    v157 Re: Banner manager - can't change ads

    The docs can really be your friend. I'd say they are some of the best around.

    Checkout https://docs.zen-cart.com/user/admin/banner_ads/#banner-manager---quick-summary and work from there.
    ...
  45. Replies
    8
    Views
    286

    v158 Re: Database Error Message

    You can add lat9's Access Blocker and manually enter the IP address(es).

    https://www.zen-cart.com/downloads.php?do=file&id=2237
  46. Replies
    8
    Views
    286

    v158 Re: Database Error Message

    The max_user_connections global system variable in MySQL limits the number of simultaneous connections that a single account can make. The default value is 151, but it can be changed to a larger...
  47. v158 Re: Catagory product name needs to be resized -

    unable to pm

    If you provide the URL either by PM or yoursiteDOTcom method, it will help.
  48. Replies
    7
    Views
    630

    v158 Re: PHP Warning: Undefined variable

    master or 2.0 or both
  49. Replies
    7
    Views
    630

    v158 Re: PHP Warning: Undefined variable

    currently getrting the $address_arr error with 2.0 install. Says line 1740 in 2.0

    Since it was not addressed here, any thoughts?
  50. Replies
    2
    Views
    303

    v158 Re: Payment merchant account required

    Host Merchant Services: Good for adult e-commerce businesses and customer support
    Durango Merchant Services: Good for international adult entertainment merchants and adult membership sites
    ...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR