Search:

Type: Posts; User: MrSpiffy

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,070

    Database table for Gift Coupon numbers

    Using zc 1.5.6c

    When someone purchases a GC, which table is the redeemable GC code stored in? Would it be coupon_email_track?

    thanks!
  2. Replies
    8
    Views
    534

    v156 Re: contact us redirect loop of death.

    Another edge case to this scenario is where you've configured your site for SSL, but for whatever reason, your host hasn't. Ive had that happen too.
  3. Replies
    8
    Views
    534

    v156 Re: contact us redirect loop of death.

    Surprisingly, no. The contact us page was the only problem.
  4. Replies
    8
    Views
    534

    v156 Re: contact us redirect loop of death.

    Yup, and that's how I got myself into trouble.

    1) Work thru configuration guide, leave ENABLE_SSL on.
    2) Finish setting up web site.
    3) Realize that I *didn't* need SSL
    4) Forget to turn off...
  5. Replies
    8
    Views
    534

    v156 contact us redirect loop of death.

    If you've been having problems with the "contact us" link in the information side box, where clicking on the link generates an auto loop error or simply doesn't load, then this fix might be for you....
  6. Replies
    1,987
    Views
    435,120

    Re: Link Manager 3.0 Support Thread

    Okay, the problem is in tpl_links_default.php line 118. It has the following code:


    <br class="clearBoth" />
    <div class="forward"><?php echo '<a href="' ....
  7. Replies
    1,987
    Views
    435,120

    Re: Link Manager 3.0 Support Thread

    Thanks for the pointer, Ive added webp to the list. Odd tho, Ive been able to upload webp images with zc, but with link manager was the 1st time it threw an error. Oh well.

    Im using version 3.7.0...
  8. Replies
    1,987
    Views
    435,120

    Re: Link Manager 3.0 Support Thread

    Zencart 1.5.6

    Feature request: Add the ability to upload .webp images

    Bug: Turning off "Display Submit Link" does not remove the submit link button from the links page.

    thanks!
  9. Replies
    3
    Views
    1,234

    v156 Define Page Staus, options not found

    Im using v156 and when I visit configuration > define page, I only have one option for page-not-found. Where did the other options for privacy, contact us, conditions of use, etc, go?

    My install...
  10. Replies
    81
    Views
    18,535

    Re: Dwolla Payments module

    sorry for missing this the 1st time around. I was revisiting the thread and just found your question.

    set up zones under locations/taxes -> zones definitions. In my case, I have three zones:...
  11. Replies
    49
    Views
    21,909

    Re: Manufacturer Sale

    for those handy with the sql (NOTE:ADVANCED USERS), you can use the following SQL script

    update zen_products
    set master_categories_id = <NEW CATEGORY ID>
    where manufacturers_id = <MANUFACTURERS...
  12. Replies
    81
    Views
    18,535

    Re: Dwolla Payments module

    Eureka!

    There is a bug! When you select a payment zone other than -none-, page 2 of payment confirmation goes away. And I do mean away..you get nothing, no html, no logging, just a blank page.
    ...
  13. Replies
    81
    Views
    18,535

    Re: Dwolla Payments module

    Okay Im stumped.

    I have the dwolla 1.01 module installed and configured, including my account #, api key and code. When I enable the module, my checkout payment page comes up blank. Turning off...
  14. Replies
    7
    Views
    1,380

    Re: Max Items in Cart

    max total of all items would be fine.
  15. Replies
    7
    Views
    1,380

    Max Items in Cart

    Can anyone point me to where I can set the max number of items that can be added to a cart?

    thanks!
  16. Replies
    243
    Views
    46,111

    Re: Ceon Manual Card Payment Module v2.2.2!

    Just a quick question: Does 2.2.2 fix the bug on the email notification that chops off the 1st 4 digits of the CC number? The 2nd email note with the middle digits works just fine.

    Im currently...
  17. Replies
    25
    Views
    3,790

    Re: Coming Products question....

    The code presented here breaks listing under 1.3.9.

    Any changes to the code that will make it work under 1.3.9?

    thanks!
  18. Replies
    311
    Views
    65,452

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Does this happen if the items are disabled?

    The quick solution then is to have your items disabled when they reach 0 qty. Config -> Stock -> Product status...
  19. Replies
    311
    Views
    65,452

    Re: WishList v0.5 -- ZenCart 1.3.9 compatible

    Okay, I fixed a problem with the compact view on version .05 in firefox.

    If your compact view table has a big gap in it under the table heading and before the product listing, do the following.
    ...
  20. Replies
    311
    Views
    65,452

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I think the quick and dirty solution is to not allow users multiple wish lists. If you'd like to limit each registered user to one wishlist, set 'UN_ALLOW_MULTIPLE_WISHLISTS' to 'false' in the file...
  21. Replies
    311
    Views
    65,452

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    You're also going to need to do the same thing to ./includes/extra_datafiles/un_database_tables.php
  22. Replies
    311
    Views
    65,452

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    edit the table names in /Admin/includes/extra_datafiles/un_database_tables.php in include the table prefix. In my case it was "zen_".
  23. Replies
    523
    Views
    118,152

    Re: Drop Shipping Purchase Orders Module for v1.3.8

    Is anyone getting this to work on 1.39h? Ive installed it and get nothing when I bring the tools up.
  24. Replies
    1
    Views
    422

    Downloads not hosted by me

    How do I add a download that is NOT hosted on my system? Ie. from a data-locker that Ive set up. All the recipe's call for the file to be hosted on my system.
  25. Replies
    4
    Views
    6,035

    Re: Enable browser caching of static assets

    Here's a sample .htaccess file:

    ExpiresActive On
    ExpiresDefault "access plus 15 days"
    ExpiresByType image/gif "access plus 15 days"
    ExpiresByType image/png "access plus 15 days"
    ExpiresByType...
  26. Replies
    1
    Views
    2,209

    Impact of New Fields on Customer Table

    Im considering writing up a module for ZC, but I would need to add a field or two to the customers table. What sort of interference would this create for other stock modules that touch the customers...
  27. Re: Nothing happened when I started a Holiday Sale

    I too had the above problem and found myself here. In my case, I had noticed that when I touched(but not modify) an item in the product price manager, I saw that the sale suddenly worked for those...
Results 1 to 27 of 29
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR