Search:

Type: Posts; User: batterygenie

Search: Search took 0.01 seconds.

  1. Replies
    2,220
    Views
    484,608

    Re: MultiSite Module Support Thread

    OK, I haven't been able to find an answer to this question yet, though others have posted concerns: How do I stop Google from indexing products that I don't actively have for sale on my different...
  2. Replies
    2,220
    Views
    484,608

    Re: MultiSite Module Support Thread

    An update, though doubtful anyone is concerned, everything is working 100%. Having additional IPs appears to be unnecessary.

    BTW, much gratitude is due for this great mod.
  3. Replies
    2,220
    Views
    484,608

    Re: MultiSite Module Support Thread

    Well, I do remember seeing the post about having individual IPs, but nonetheless it still seems to be working with the domains pointed to a single IP and the GoDaddy multi-domain SSL.

    Although...
  4. Replies
    2,220
    Views
    484,608

    Re: MultiSite Module Support Thread

    Please excuse last post. It looks like the problem is a conflict with the SEO Rewrite mod, though I don't fully understand why. But when I disable it everything seems to work.
  5. Replies
    2,220
    Views
    484,608

    Re: MultiSite Module Support Thread

    I've been searching this forum for days looking for the answer to this simple question.

    I've done everything I need to do to get the separate sites up and running with the exception of the SSL...
  6. Replies
    15
    Views
    5,768

    Re: Jellyfish Help

    Well, I've tried the code above and another version that I was working on with the Bing people and neither seem to work without recording the source parameter. Here's the gist from the email:


    ...
  7. Re: Admin "This page is Filipino" Message from Google Toolbar?

    That would be an excellent idea if you could actually get anyone at Google to respond. I tried posting the question in their forum and the only response I got was, "Me too."
  8. Replies
    15
    Views
    5,768

    Re: Jellyfish Help

    The thing about the price needing to be a string...I think you just need to change this line:

    jf_item.price = <?php echo $products_array[$i]['price']; ?>;

    to this:

    jf_item.price = "<?php...
  9. Re: Two identical orders using Paypal IPN (Website Payments Std)?

    Not sure if anyone else has tried this solution, but recently our site started to receive duplicate orders recently after functioning just fine for almost two years. So I found this post and removed...
  10. Re: Problem with Checkout Payment page after upgrade

    Thanks, I'll give that a try.
  11. Problem with Checkout Payment page after upgrade

    Hi, I was hoping someone might have some insight as to why this is occuring.

    After upgrading our 1.3.7 site to 1.3.8 and spending quite a deal of time merging files to the best of my ability I've...
  12. Replies
    696
    Views
    169,421

    Re: Better Together Contribution Support Thread

    I talked to the boss about donating and he seemed open to doing so. I'll keep pressing him or at least get him to buy your version with the admin tools.

    Anyway, cheers!
  13. Replies
    696
    Views
    169,421

    Re: Better Together Contribution Support Thread

    Well, that's good news anyway...I think I can wait a few more weeks. Definitely looking forward to that...and I think there are a few others here who are as well.

    Again, kudos for the existing...
  14. Replies
    696
    Views
    169,421

    Re: Better Together Contribution Support Thread

    First of all, swguy, I really love this mod. No problems with installing or getting it to function or making cosmetic changes.

    However, out of curiousity, since you state earlier you were looking...
  15. Re: French Laguage - Not translating some pages Titles under Information

    Most of that stuff should show up in your language files...I just installed a Spanish addition to our site and it's been a lot of work. One of the most useful mods I've found is for Multi-Language EZ...
  16. Re: Sales Tax Calculation Incorrect

    Hmm...I initially thought I was having a similar problem as fergnus but I'm beginning to think after reading these latest posts that it may be an unrelated issue...at least as far as quantity...
  17. Re: Sales Tax Calculation Incorrect

    Perhaps a bad example of what I meant:

    Here's another Sample order:
    Sub-Total: $17.99
    Standard: $7.99
    Discount Coupon: SAVE20 : -$3.60
    Tax (CA residents only) + : $1.18
    Total: $23.56
    ...
  18. Re: Sales Tax Calculation Incorrect

    No, taxing shipping is not required in California.

    Other pertinent settings in Order Total if you're curious:
    Order Total Modules > Discount Coupon
    Default Sort of 280
    Include shipping: False...
  19. Re: Sales Tax Calculation Incorrect

    I don't believe this fix is addressing the issue I was finding with the sales tax.

    Maybe it's a settings issue I'm missing but I've checked all the same attributes as listed previously but I still...
  20. Re: Sales Tax Calculation Incorrect

    Just throwing my hat in the ring here. There's definitely a bug in how Zen Cart processes the tax in combination with Coupon discounts. It'd be great if someone could shed some light on this...
  21. Replies
    18
    Views
    8,197

    Re: Sale and discount coupon questions

    Well, one workaround would be to put your Specials items in a new category and then restrict coupon access to that category.

    --2 cents.
  22. Replies
    2,474
    Views
    416,837

    Re: Reward Points Module- Live Release now available.

    Thanks for the update, Andrew...if there's any way we can help grease the wheels of progress please let us know...we'd be happy to support you and help you pay a few bills maybe.
  23. Replies
    2,474
    Views
    416,837

    Re: Reward Points Module- Live Release now available.

    First of all, Andrew, I want to thank you for one great mod...this is exactly what we were looking for. I think we are going to keep this as it exists for now, but I've been reading posts about...
  24. Replies
    30
    Views
    10,638

    Re: Coupon apply?

    If you're able to use the Fast & Easy Checkout mod (which you can download from this site), the author has included an apply coupon button to that mod. If you can't use this mod because you have...
  25. Replies
    34
    Views
    20,884

    Re: Unable to login to admin area

    I also got an error like this once...turns out I had adjusted the php.ini file to -1 in an effort to load a large database when transferring my site to a new hosting provider. Changing the settings...
  26. Replies
    30
    Views
    10,638

    Re: Coupon apply?

    Yes, I had considered that option but was hoping for a more sophisticated solution that doesn't trigger the payment warning. I've gone over this with another fellow that's more versed in php than I...
  27. Replies
    30
    Views
    10,638

    Re: Coupon apply?

    I have the same problem and I'm searching for a solution.

    Having inherited this site, I'm not sure if our page is standard or not, but on the checkout payment default page, our coupon input is...
  28. Re: How to make shipping match billing address to prevent fraud?

    In case anyone is interested, I've figured out how to make this work.

    There are three files to edit (I suggest making backups of these files):
    order.php
    tpl_checkout_shipping default...
  29. Re: Restricting Shipping and Billing address to be the same

    cjsmiff's solution doesn't quite work for me...it leaves the user unable to edit their billing address, thereby preventing them from completing the sale.

    I can manually hide the change address...
  30. How to make shipping match billing address to prevent fraud?

    Does anyone know how to make the shipping and billing address match so that we can minimize fraud? At some point someone on our site changed the maximum address book entries to 0 but that removes...
Results 1 to 30 of 30
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR