Search:

Type: Posts; User: hedera

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    We all wait with bated breath to hear how it goes!! Good luck. :thumbsup:
  2. Replies
    55
    Views
    23,006

    Re: Authorize.net Seal sidebox

    I have a ZenCart 1.3.8a site, www.lifering.com, hosted by CrystalTech, to which I just added Knuckle-101's Authorize.net merchant site seal sidebox. Working fine except that it isn't centered. ...
  3. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    OK, for the record, and because I only have a short time before PHP 5.3 rolls out, I went ahead and put it in. I modified the orders.php in the patch by putting back in the two sections that...
  4. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I have a ZenCart 1.3.8a site, www.lifering.com, on which COWOA has been performing brilliantly for months. However, I recently got an update notice from ZC about a patch for PHP 5.3 - it apparently...
  5. Re: Is a Purchase Possible Without Customer Registration?

    Well, our customer lists includes treatment professionals as well as individuals, and they sometimes do have company names and faxes; you notice neither company nor fax is a required field.

    The...
  6. Re: Is a Purchase Possible on Zencart Without Customer Registration?

    Just an update on this: if anyone wants to look at a working sample of a site running COWOA, my site is now www.lifering.com - we're in production.

    If you look at what we sell (addiction...
  7. Replies
    14
    Views
    4,002

    Re: CA tax calculations not right

    Sorry, dreamz, I've never seen anything from the ZenCart team on this. I get the impression they think line-by-line tax calculations are OK.
  8. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    I went back to my business partner and they decided we would simply accept the risk that on small orders the tax would be incorrect. Implementing the fix that makes tax calcuations 3 digits has...
  9. Replies
    696
    Views
    169,547

    Re: Better Together Contribution Support Thread

    Scrapbook supplies, I think the comments in my code make it clear where your mods go:



    function setup() {
    // Add all linkages here
    // LifeRing linkages - Brochure...
  10. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    For everyone's information, I have this working and it looks great - but I've decided to put a link to the old reviews on the product page, rather than add them into the database, because the...
  11. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Has anyone else implemented the mod posted by barnmania back in April 2007 that allows people not logged in to write reviews? Are there any issues with that? Does moderation work if this is done?
    ...
  12. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    I evidently didn't make myself clear. There is no reason on earth why the ZenCart support team should be expected to be responsible for the peculiarities of FireFox. I didn't wish to appear to be...
  13. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    Never mind, I figured it out - it was AdBlock, the FireFox extension...

    "We have met the enemy, and he is us..." Pogo
  14. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    OK, that's a disturbing point - I'm running FF3 and it doesn't work. Now what do I do?? Tell everyone to downgrade to FF2?? Any suggestions? I realize that if it's FireFox, it's out of range for...
  15. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    Additional note on FireFox versus IE7 display of the banner box:

    In IE7, which works, the page source shows the link like this:


    <a...
  16. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    Actually, I've got the banner showing - I realized I had to upload the GIF instead of linking it. I've got it showing correctly (except for the color and I can fix that) in IE7, and the link works,...
  17. Replies
    11
    Views
    2,320

    Re: Can't add new banner ad

    Well, it's a suggestion I can try if I can't get the banner to work; but now that the site is live, I'd prefer not to install any more mods unless I have to.

    It seems to me that I ought to be able...
  18. Replies
    11
    Views
    2,320

    Can't add new banner ad

    My site is now live as www.lifering.com, woohoo!

    I'd like to create a sidebox banner ad to link to the home page of my parent organization, www.unhooked.com, using an image on that site as the...
  19. Replies
    9
    Views
    3,331

    Re: Attribute price doesn't show in shopping cart

    I'm working on getting appropriate wording from my business partner, but those are good suggestions - if he doesn't have any better ideas I may use them!
  20. Re: Is a Purchase Possible on Zencart Without Customer Registration?

    You can look at ours - the site is www.liferingtest.com. I have COWOA installed. Keep in mind that you can't see the COWOA screen unless you have an item in your shopping cart, it only comes up...
  21. Replies
    9
    Views
    3,331

    Re: Attribute price doesn't show in shopping cart

    Um, never mind - I had a backleveled copy of the product_info.php file. That is now corrected, and the donation adds correctly to the cart, but the dropdown display looks like this:

    $20 (+$20)
    ...
  22. Replies
    9
    Views
    3,331

    Re: Attribute price doesn't show in shopping cart

    Actually, I switched to the classic template and the problem still exists. However, I'll take a look at that language file and see if I can set a reasonable value in the variable. What should it...
  23. Replies
    9
    Views
    3,331

    Re: Attribute price doesn't show in shopping cart

    I'm confused about how to enter the price. The price field in the Product page is 0.000. Here are the columns from the attribute display before I edit it:


    # name value ...
  24. Replies
    9
    Views
    3,331

    Attribute price doesn't show in shopping cart

    I'm trying to set up a fixed-amount donation page, using attribute pricing on a single product. You can see the current version here:
    ...
  25. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    What really drove me nutz about the | character is: I use them that way myself, on my personal web site which I haven't had time to play with for months because I've been working on ZenCart! You...
  26. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    D'oh! Thank you again...
  27. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Craftzombie, my ignorance is showing again. In several places in your code, you use a function I can't find defined anywhere: you separate two statements with a single | (pipe) character. Can you...
  28. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Thank you VERY much, I'll study that carefully, since I'd like it to do exactly that.
  29. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I did some additional testing today on www.liferingtest.com and noticed that the Log In link is now gone from the Home page. I would have expected that the IF statement I put in would only turn it...
  30. Replies
    4
    Views
    1,466

    Featured Products display order

    I searched on what I thought were reasonable keywords and didn't see anything like my question, so here it is:

    We're displaying the Featured Products on the main page, and I'd like to have some...
  31. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    You were right, craftzombie - it was extra spaces that were killing me. I bow to the master! I've made "Log Off" go away, now I'll get rid of "My Account."
  32. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Jeff, I hope that helps you, but it doesn't help me - that is a setting in the ot_coupon module, which isn't even installed on my site - we don't do discount coupons.

    I still need something...
  33. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    My attempts to remove the "Log In" header display for sessions using COWOA have so far failed. I can't get ANYTHING with that NOT statement in it to work, and the result is always that the entire...
  34. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Hmm. Too many spaces?? I didn't think spaces mattered but you learn something every day. I'll play with it and see. But one thing: it didn't just make the page go blank. It made THE ENTIRE SITE...
  35. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Um, er. I put in what I thought was the correct mod and my entire site has gone blank. Here's the modified statement (formatted for easier read):

    <?php if (!($_SESSION['COWOA'])) { ?>
    <?php if...
  36. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    Beautiful, craftzombie, I'll get right on it! Thanks so much!
  37. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I noticed something in final testing that I'm mildly concerned about. I don't think it's really a show-stopper, but our customer base is unusual, and it may become an issue:

    When you enter the...
  38. Replies
    0
    Views
    891

    Product sort order

    My site is www.liferingtest.com running ZenCart 1.3.8a, and in polishing up some final links etc. I noticed something odd. I've carefully specified the sort order on all my products in all 3...
  39. Replies
    5
    Views
    1,702

    Re: Funky characters in FireFox

    Well, at least I know what it is. And I was using a text editor that did that; but I've stopped using it, and AFAIK there are No More of these objects in my files, but there's still one in the upper...
  40. Replies
    5
    Views
    1,702

    Re: Funky characters in FireFox

    I now have more information on this but I still haven't solved it. Background:

    My site, www.liferingtest.com, is now at ZenCart 1.3.8a. With the upgrade, all these pothooks went away except...
  41. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I did it straight from the 1.3.8 download. I couldn't get it to work either until stephen300 reminded me that the 1.3.8 version has to have split-login turned on... I would at least check that. ...
  42. Replies
    7
    Views
    1,724

    Re: Issue with test credit card numbers

    Well, I wasn't trying to do anything amusing with my own hash, but I may have mistyped the value in one place or another. I redid everything, and the security hash error has gone away. So I think...
  43. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    I just ran the test again with the same (wrong) result. Here it is in detail, in case we're assuming different things:

    I have a single tax zone, California, with a tax rate of 8.75%. My cart...
  44. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Tick,
    Just verifying. I went downstairs and checked the "stock" files against the files on my site. These two files:

    includes/functions/functions_prices.php ...
  45. Replies
    39
    Views
    12,126

    Re: Sales tax calculations incorrect.

    Yeah, the test is pretty simple. My upgrade didn't produce a "stock" install, as I'm being pushed to bring the site live, and I tried to get everything up together.

    I'll have to check the 2...
  46. Replies
    8
    Views
    1,589

    Re: Shopping Cart contents too big in IE7

    Update on this situation: I've finished upgrading my system to ZC 1.3.8a, and it looks like SOMETHING, I have no clue what, has made the checkout confirmation page display beautifully. The bizarre...
  47. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I don't, Steven, and you remind me that I probably should! Let me go check that.

    And that did it! Thank you, I was getting really concerned! (That brings me down to only 2 or 3 show-stoppers...
  48. Replies
    7
    Views
    1,724

    Re: Issue with test credit card numbers

    Yes, this is that site, www.liferingtest.com. I originally installed ZC 1.3.7 and had never installed the patch that came out. So the upgrade went from 1.3.7 to 1.3.8a directly.

    I've installed...
  49. Replies
    1,221
    Views
    301,208

    Re: My Checkout Without Account Mod

    I'm having the same problem with www.liferingtest.com that ciaran121music was having. I can actually get to the first page of the COWOA sequence, but it COWOA doesn't show on the login page. ...
  50. Replies
    1
    Views
    1,398

    Re: 2 errors with upgrade

    Oops, user error - the shipping estimator is working. I must have had pop-ups blocked in the browser...

    However, I still have the question about the HTMLarea editor...
Results 1 to 50 of 128
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR