Search:

Type: Posts; User: weif

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    I don't think so.

    That 'correction' appears to be reinstating an old issue where zip codes had to be entered exactly matching what's in the zipship configuration.

    For example, if you used the...
  2. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    Sorry, I forgot to include the fix.

    In the /includes/languages/english/modules/shipping[/YOUR_TEMPLATE]/zipship.php file (and/or other languages, as appropriate for your site), you need to add...
  3. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    THANK YOU!

    This appears to be an undocumented expected behavior...

    From log files:



    [07-Feb-2023 11:17:34 America/Los_Angeles] Request URI: /index.php?main_page=checkout_shipping, IP...
  4. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    Well, it appears to not be the comma...

    I thought that the easiest way to address the issue for the moment, would be to add another zone by modifying the /includes/modules/shipping/zipship.php and...
  5. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    I'm running into an odd error in ZipShip 3.0.1 on Zen-Cart 1.5.7c.

    For the one zone that has two zip codes (entered as: 98571,98562), the shipping option does not display. It also does not display...
  6. v155 Re: CheckOut-With-Any-Account or COWAA [Support Thread]

    I'm trying to work with the latest version from github on a 1.5.6c site.

    Has anyone encountered issues where trying to view a product page redirects to the site's main page with an error message...
  7. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    I have this working on 1.5.6a and on 1.5.6c, so it should work. From your screenshot, I can see that you have at least a missing entry in a language file - that's why you see...
  8. Replies
    1,684
    Views
    262,059

    v150 Re: Image Handler 4 Support Thread

    I suspect that there is EXIF data that flags the image as being rotated. This information is not read by a lot of programs, but the image viewer that you are using to look at the image on your local...
  9. Replies
    1,684
    Views
    262,059

    v150 Re: Image Handler 4 Support Thread

    IH doesn't handle where *you* post your images. You handle that when you are uploading images on a product. IH will create its copies of the images (which are actually served to the site visitor) in...
  10. Replies
    853
    Views
    131,877

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    As mentioned above, I'm working on trying to get this working on a 1.5.6 site.

    It looks like the code from admin/index.php needs to be merged into the new index_dashboard file, so that should...
  11. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    This is another piece of "SEO is complicated."

    The URL rewriter should be redirecting visitors to the SEO-friendly URL, among other reasons because you don't want to submit the same content at...
  12. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    Looking into this further, it looks like there may be an error or omission in
    /YOUR_ADMIN/includes/modules/sitemapxml_install.php

    I am not receiving this error, but I am receiving a similar error...
  13. Replies
    853
    Views
    131,877

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    Anyone have this working on 1.5.6 yet? Seems there are a lot of significant changes in the admin pages for 1.5.6.
  14. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    Did you upload all the files that need to be uploaded?
    Before you uploaded files, did you remember to change the name of the "YOUR_Admin" folder to whatever your admin login folder is named?

    This...
  15. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    It turns out that the actual conflict was caused by having not merged the 1.5.6 template files with the live template. There are several changes between 1.5.1 (when they were last merged, in this...
  16. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    What led me to believe it was a JavaScript issue is that, on the site that isn't working, the "button" code is not inserted into the page to create the calendar button. You can see this when viewing...
  17. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    I have not found any way to determine whether there is a javascript or jquery conflict, I just got that information from re-reading this thread and from some other searches online...
  18. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    And the noconflict flag is in place...
  19. Replies
    534
    Views
    119,148

    Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    I am in the process of upgrading a site from 1.5.5b to 1.5.6a and the calendar button is not displaying on the checkout page as expected. I have downloaded version 1.6.1 of the module and am working...
  20. Replies
    3
    Views
    765

    v155 Anyone have any upgrading effecienty tips?

    I have always found the process of upgrading from one version of Zen-Cart to another to be extremely cumbersome and very frustrating. Today I put a site in maintenance mode at about 11:30 this...
  21. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    Thank you. Glad to be of assistance.



    I understand that different regions and countries have their postal codes configured and formatted differently. But I think this will work in my case, as...
  22. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    It looks like changing
    $this->dest_zipcode = $order->delivery['postcode']; to
    $this->dest_zipcode = substr($order->delivery['postcode'],0,5); around line 103 of...
  23. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    Lat9,

    I think I've found another issue. It appears that if a delivery address is entered as a ZIP+4 (i.e. 59701-6593), the check fails and doesn't match any delivery options.
  24. Replies
    8
    Views
    2,998

    v155 Re: adding attributes at checkout

    Schoolboy,

    I completely follow what you are saying here, and I'll be stopping by the store to talk to the owner today. What they were looking for were things like "add a dozen chocolates to your...
  25. Replies
    8
    Views
    2,998

    v155 adding attributes at checkout

    Does anyone know of a way to add the ability to add attributes at checkout? Or some other way that the customer could add extra items during the checkout process?

    The site in question is a florist...
  26. v155 Re: requiring shipping address - and having shipping address form in the shipping pag

    Thanks. That looks to be working in 1.5.5b.



    This is specifically what the store owner wanted - stop them and make them pick an address before clicking on to get delivery date, shipping method,...
  27. Replies
    92
    Views
    39,388

    v154 Re: ZipShip - Support Thread

    I installed zipship for a client yesterday and set up their first zone, and everything seemed fine.

    Today I got their complete local delivery fee table, which requires four zones. This seems to...
  28. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    This is a permission error. Who needs to own the files for them to be writable by the server? You may need to change the ownership of the sitemap directory and the various sitemap files or change...
  29. v155 Re: requiring shipping address - and having shipping address form in the shipping pag

    I think that probably meets the store owner's requirement, if it asks which address (or enter a new one) for delivery, then goes on to choose the shipping method.
  30. v155 requiring shipping address - and having shipping address form in the shipping page...

    Is there a way to have Zen-Cart show the shipping/delivery address form in the "shipping" page of the checkout, rather than showing the default (billing) address? I'm working with a local florist,...
  31. After upgrade to 1.5.5a admin login no longer possible

    After upgrading to 1.5.5a from 1.5.4 it was no longer possible to log in to the site admin. entering what should have been a correct username and password resulted in the login screen being brought...
  32. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    Did you complete step 5.1. from the install instructions in the Readme file?


    5.1. If your are running Zen-Cart 1.5.x. Run install-sitemapxml_only_for_zen-cart-1_5_0.sql (If you are running Zen...
  33. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    Okay, but where?

    I believe that I have eliminated caching in the browser as a concern by clearing the cache in my primary browser (Firefox for FreeBSD) and reloading the page, using a secondary...
  34. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    That's what it feels like to me as well - some kind of caching. I hadn't thought of editing default_template/common/html_header.php - specifically because it does not contain changes such as the...
  35. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    Kobra,
    I sincerely apologize and am extremely sorry to have offended you. Since the code in particular was absolutely irrelevant to the issue - as the exact same problem persists regardless of...
  36. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    I understand that. However, that does not include code that is required by the page, and its absence would generate errors and alter the display of the page, neither of which will happen...


    ...
  37. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    Well, it's back to ignoring the html_header.php file. Tuesday night, changes made Monday showed up, and when I removed them, they went away. This morning (Wednesday) changes made do not show up on...
  38. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    (NOTE: at the moment, the site seems to have started responding as expected again, but I am unwilling to get into changes at midnight when I need sleep.)



    There are a number of things they want...
  39. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    /includes/templates/new/common/html_header.php



    any and every page on www.montanagems.net
  40. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    Absolutely nothing. Seriously.

    I can add html, php, includes, css, or text to html_header.php and there is no change on the site.

    I can delete code from html_header.php and there is no change...
  41. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    And, if I edit other files of the template, the changes appear as expected...
  42. Replies
    18
    Views
    1,083

    v150 Re: weird problem: html_header is ignored...

    I just went back in and added the letter "p" before the open
    <?php tag at the very beginning of the file. In my other Zen-Cart installations this will result in the letter "p" being displayed at...
  43. Replies
    18
    Views
    1,083

    v150 weird problem: html_header is ignored...

    On Zen-Cart 1.5.0 I have a template that has started ignoring it's html_header.php file in a custom template that has been working for quite some time. You can view the site at...
  44. Replies
    534
    Views
    119,148

    Re: Order Delivery Date Support Thread

    Great add on - but have a feature question

    Is there a good way to have an exception to a blocked date rule; i.e. to unblock a specific date. I see a lot of flower shops are using this, and a lot...
  45. Replies
    1,684
    Views
    262,059

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Yes, it should be that simple, and it was on my 1.5.1 installs. If it is working on your local WAMP machine, but not on your (I'm guessing) WAMP web server, have you diff'ed the product files to see...
  46. Replies
    1,684
    Views
    262,059

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    I checked out the page you linked to, and that product page is not using image handler to resize the image - the image on the page is still the image in the images directory - and it is quite large....
  47. Replies
    1,684
    Views
    262,059

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    I have done several upgrades on sites with IH installed, which means uninstalling the plugin, doing the upgrade, and installing the current version of the plugin. This works. I would have to surmise...
  48. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    the current version of Sitemap XML is 3.2.12 available from http://www.zen-cart.com/downloads.php?do=file&id=367

    Check that you have the current version and that you installed correctly. You...
  49. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    From Tools->Sitemap XML, what version of Sitemap XML do you have installed?
  50. Thread: SitemapXML v.2

    by weif
    Replies
    2,105
    Views
    422,540

    Re: SitemapXML v.2

    Have you set the sitemap directory setting from the configuration?
    Admin->Configuration->Sitemap XML->Sitemap Directory

    If you have, then check the permissions on those files to make sure they...
Results 1 to 50 of 83
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR