Search:

Type: Posts; User: p m

Search: Search took 0.01 seconds.

  1. Re: missing HTML pages after upgrade (ie: /shop/shippinginfo.html gives 404 error)

    yeah, point well taken.

    the previous version of the shop broke earlier this month when our server upgraded to PHP 5.2 -- sessions weren't working for some reason and i couldn't even login to the...
  2. Re: missing HTML pages after upgrade (ie: /shop/shippinginfo.html gives 404 error)

    thanks, that's very helpful.

    stupidly i'd been thinking it would simpler to set up the updated version of zen cart first and then add back in the mods. but that's not working out so far.

    i...
  3. missing HTML pages after upgrade (ie: /shop/shippinginfo.html gives 404 error)

    hi, i've just started upgrading a heavily-modded 1.3.5 to 1.3.8. it's been nearly 2 years since i looked at this, and i could really use some help. i did use template overrides, but i'm still...
  4. Re: canada post xml parsing error for quebec customers only

    figured out the problem --

    the zones table we're using has accents on french, spanish, and germanic letters. there are: "é" , "ö" , "ç", etc.

    apparently those characters...
  5. canada post xml parsing error for quebec customers only

    getting an error message whenever a logged-in customer from quebec tries to checkout. where the canada post shipping options should be, it shows:

    "XML parsing error.
    If you prefer to use Canada...
  6. Re: can you help me with php for the "external sidebox" contribution?

    still haven't been able to figure this out, but i knocked together a rough imitation using the "rotator" function described here:

    http://alistapart.com/articles/betterrotator/

    had to hand code...
  7. Replies
    2
    Views
    1,306

    Re: php command for "if this is an SSL page"

    thanks! that works perfectly.

    i ended up with this:


    <?php if ( ($request_type == 'NONSSL')) { echo FOOTER_TEXT_SITEMETER;
    } else { echo FOOTER_TEXT_BODY; }?>

    embedded in the site...
  8. Replies
    2
    Views
    1,306

    php command for "if this is an SSL page"

    i'd like to embed a stats script in my footer, so i can track visitors from elsewhere on my site who come over to the zencart shop.

    the stats script (sitemeter) requires an image that links...
  9. can you help me with php for the "external sidebox" contribution?

    i'm setting up a zencart shop in a subdirectory (/shop) of my wife's art blog (plastiquemonkey.com), which is built on wordpress. the blog is reasonably busy and will likely be the main source of...
  10. Replies
    3
    Views
    1,439

    Re: suddenly can't edit product descriptions!

    hmm, the next morning everything works fine.

    all i did was restart.
  11. Replies
    3
    Views
    1,439

    suddenly can't edit product descriptions!

    hi,

    i've had no troubles building and editing my product database until just an hour ago. i installed the tinymce editor and have been using that since day 1 of this project. a little later i...
  12. Re: "more info" instead of "buy now" (even with no attributes)

    for vr4indian,

    to show a button instead of "more info":
    in english.php ...


    define('MORE_INFO_TEXT','<img src="/link/to/your/button.gif">');

    ...
  13. "more info" instead of "buy now" (even with no attributes)

    in the categories view (display all products in selected category), i either see "more info" if the product has attributes (to force customers to the product page where they select the attributes) or...
  14. Replies
    11
    Views
    5,309

    Re: php code for "if logged in" vs "if not logged in"

    hurrah! it works...

    in templates/tpl_shopping_cart.php the code above now reads:


    <?php if ($_SESSION['customer_id']) { ?>

    <?php
    switch (true) {
    case...
  15. Replies
    2
    Views
    1,552

    Re: zones-world SQL is missing

    hmm, not so fast. the new SQL table seems to be incompatible with our existing customers zones. so it re-assigned our customers to new states and provinces.

    luckily we only have a handful of...
  16. Replies
    11
    Views
    5,309

    php code for "if logged in" vs "if not logged in"

    the canada post shipping module doesn't work with the shipping estimator unless the customer is logged in. there's been a number of threads trying to fix this problem, but no luck.

    as it is now,...
  17. Replies
    2
    Views
    1,552

    Re: zones-world SQL is missing

    no luck, huh.

    anyway, i found the OSC world-zones folder hanging around my desktop from back before i switched to zen. so i opened the SQL file and read it and it looked benign enough to try.
    ...
  18. Re: white space under header in IE (already did clearBoth fix)

    ohmygod, i must be tired. i completely screwed up the link!

    i linked to the blog (a wordpress site), instead of the shop. the zen cart shop link is this one.

    thanks for your patience. i...
  19. Re: white space under header in IE (already did clearBoth fix)

    just to compare, i went back and uploaded the template_default/common tpl_header.php file with the only change being removing the clearBoth break at the end of the branding display.

    same problem.
  20. Re: white space under header in IE (already did clearBoth fix)

    you mean the code for navcattabs? it's very brief, and in my tpl_header.php:

    <!--bof-optional categories tabs navigation display-->
    <?php...
  21. white space under header in IE (already did clearBoth fix)

    here's the site -- it's an initial install of 1.3.5 with a few mods.

    in IE6, there's a 2 or 3px white line separating the bottom edge of the header image (logo.gif) and the top edge of the grey...
  22. Replies
    2
    Views
    1,552

    zones-world SQL is missing

    i'm looking for a way to add the states and provinces for multiple countries at once. my default installation of 1.3.5 has the US states and Canadian provinces, as well as zones for Austria,...
  23. Replies
    3
    Views
    2,319

    Re: line spacing in product listing

    thanks for the quick reply.

    the code you offered on the other thread...

    .centerBoxContentsProducts .itemTitle {
    margin-bottom: -1em;
    }
    ...worked perfectly.

    i added the new class at the...
  24. Replies
    3
    Views
    2,319

    line spacing in product listing

    i'm trying to adjust the line spacing between the product listing as it appears on a category page.

    in the shop, there's a category "prints", and shop-->prints shows the array of individual...
  25. Replies
    1,193
    Views
    220,452

    Re: Tabbed Products ''LITE'' version - Delimiter based

    i'd already tried to restore and then retry using cut-and-paste from the SQL file, and it didn't work. based on ericpeng's experience, i went right to phpMyAdmin.

    and it worked! i was surprised...
  26. Replies
    1,193
    Views
    220,452

    Re: Tabbed Products ''LITE'' version - Delimiter based

    SQL problem?

    i ran the SQL patch through the zencart interface, but the only value showing up under the configuration --> tabbed products config table is "global product description tab".

    so i...
Results 1 to 26 of 27
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR