Search:

Type: Posts; User: pinetreecandles

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    I don't think so, but I think I read on one of his posts that it's on his list of things to do.
  2. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    Sorry about the delay in reporting the results. Paypal seems to work with the mod when used through 2checkout. All points are transfered properly and notices are received for admin as well as...
  3. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    Andy-

    Here is some good news, at least for those of us who use 2checkout. I just ran a live test using 2checkout and everything worked as it should. Confirmation emails were sent and received...
  4. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    Thanks for the update
  5. Replies
    151
    Views
    88,986

    Re: 2CheckOut with Zen 1.3.0.2 Released

    I haven't done it as I can't get the formatting correct. There is a contribution you can use to download your products to CVS. I can't recall what it is, but there is one or two in the downloads.
    ...
  6. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    Mine pales in comparison to his. Well done:clap: I guess I will have to revist mine and give it it's own page since atm it's buried with my other FAQ's. :(
  7. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    The redeem value is set in admin>Customers>Group Reward Redeem. You can set it globally or create a group and set it for that group.
  8. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    Have you tested it using check or money order? That is how I have tested it and it works that way. I have not done it any other way on my test site since it's local and I can't get my other...
  9. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    You need the email turned on. I always forget to turn it on, on my local test site and when I do, it wont award points or change points when a status change is made from admin without it on. I...
  10. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    I see what you mean now. I never noticed that before. All my testing I never had the amount to redeem exceed the subtotal. Good catch.

    I'm not a coder so I'm not sure what the side effects will...
  11. Replies
    2,474
    Views
    416,374

    Re: Reward Points Module- Live Release now available.

    If you use a prefix in your table names (iE mine is zen_) then you would need to change that SQL statement to read:

    RENAME TABLE `zen_reward_point_history` TO `zen_reward_status_track`;

    If your...
  12. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    The Global redeem value is set in admin>customers>Group Reward Redeem. You can also set redeem values based on groups you create.

    When you say it discounts shipping do you mean when a customers...
  13. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Downloaded the latest from the downloads section and installed. Ran a few tests and didn't come across any issues! :clap: I use Paypal and 2checkout for payments. I will have to test those on a...
  14. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    If your not doing this on a live site, then you might find it easier to remove the tables and entries from the database for the mod. Then run the SQL file for a new install. If that is not an...
  15. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Since it doesn't touch any core files all you should have to do is overwrite the old files, unless you have made a modification to any of them. Then of course you would have to merge your changes.
  16. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    I do something like this now. Simply use the Reward Point Admin to create groups and give that group a higher redeem ratio than the other groups. It just means I have to add the customers to the...
  17. Re: Windows Live Product Search Contribution Support Thread

    Here is an update: Still haven't had one accepted yet. A matter of fact, my account was totally blocked after that first attempt. I complained and was told that it could be copyright violations or...
  18. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Yeah I figured it has something to do with having different tables. It's fine for me. I will use what functionality you have put in and come up with a something that will work for me.
  19. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    NUllMind, if you updating from the last mod he posted to the thread here, then the only thing you need to run is:


    RENAME TABLE `reward_point_history` TO `reward_status_track`;

    I don't think...
  20. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Looks like the global redeem is working...kind of. Take a look at these two screen shots.

    http://pinetreecandles.com/picts/1.jpg
    http://pinetreecandles.com/picts/2.jpg

    You can see in the...
  21. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Yes I do. I will let you know how it goes. Installing the mod now.
  22. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Sheesh, I get sick for a few days and look at all the changes :shocking:

    Guess I will get busy and check things out. Thanks again Andy!
  23. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    I really like the points admin. Thanks for all your hard work on this andy :clap:
  24. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    A user can earn points without setting them in a group, however they can never spend them unless they are assigned to a group. Your correct on the display of discounted items for points.

    This is...
  25. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    I found an incompatibility with Ty Package Tracker. If you use it to update the status of the order when you send a customer a tracking number, the reward Points are never updated since the check...
  26. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Andy-

    I think I found a bug in the Reward Points Admin.

    I was playing around with the different functions like adding points and removing them and so forth.

    I added 10 points to the pending...
  27. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Use the Install SQL Patches from the zen cart admin. Copy and paste all but the very top line if the install.sql file in the mod.

    This is the very top line
    RENAME TABLE...
  28. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Nice work on the mod andy! I installed it locally on a fresh copy of Zen and tested all the aspects I could.

    The install was easy enough since it was just upload it all. I did come across a...
  29. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    I'll test it locally and let you know if I come across any problems. Thanks for the download :clap:
  30. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    The latest version in the downloads works on 1.3.8a. That is what I'm running. There are one or two fixes as zip files in the threads that aren't in the version available in the Downloads yet so...
  31. Re: Make Clickable link in Text Newletter

    I had something similar to that, I just wanted to make sure there wasn't another way to do it.

    Thanks for the reply :yes:
  32. Re: Super Orders 2.0

    NP blindside. I help when I can, which isn't very often.:unsure:
  33. Make Clickable link in Text Newletter

    I have a HTML and Test version of my newsletter. In the Text version I have some links that I still need to be clickable. When I preview it from admin they show as clickable, but when I veiw the...
  34. Re: Super Orders 2.0

    If you have access to your Database via mysql or something like that, check to see if the table
    so_purchase_orders was created Also, make sure purchaseorder.php is in /includes/modules/payment/...
  35. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    I think he originally tested it on 1.3.7 and there was issues with it working in 1.3.8 so he made some changes so it works on 1.3.8. I'm not sure about the compatiblity of 1.3.6.

    The Point Ratio...
  36. Re: Super Orders 2.0

    Thanks for the update
  37. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    Looks good to me :yes:
  38. Replies
    322
    Views
    47,567

    Re: Reward Point Mod beta now available

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=911

    Make a back up first before you install. Also review all the theards here. There might be a fix or two in them...
  39. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 release

    That did the trick! Thanks a bunch :clap:
  40. Re: Customer registration is email validated and require activation ?

    I don't think having validated email address is necessary as someone who is paying money for your product isn't likely to use a fake email address. Now if they are attempting to use someone else's...
  41. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 release

    Thanks a bunch. Just tested it out and it works like a charm. Image upload also had no problems.

    The email that is sent when the admin approves a link is missing the status change though. This...
  42. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 release

    Thanks for the fix. Ran it and it appears it worked, it did howerver throw up the following warning

    ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists

    Thanks
  43. Replies
    1,987
    Views
    434,773

    Re: Link Manager 3.0 release

    Trying to upgrade mod to 3.4.0. When i run the upgrade for sql I get the following error:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version...
  44. Re: Paypal payment makes customers go through steps twice

    It is actually working as it should. If you have any thing that can be used to reduce or increase the total, they will have to go through the process again to capture the gains or reductions to the...
  45. Replies
    17
    Views
    3,432

    Re: Importing Customers

    ok, that is the part that is hard to explain. I didn't really make a query. I modified the tables I exported from zen cart. I made sure I added the "Drop Table" and had "Complete Inserts" marked...
  46. Replies
    17
    Views
    3,432

    Re: Importing Customers

    Make sure you grab the address book tables also or your customers wont have any address entries.
  47. Replies
    9
    Views
    1,354

    Re: Help Getting Rid of Buttons

    Actually I was typing some thing at the same time as you and you beat me too it...lol I was just going to let him know that if it was on the product info display page, to check the templates for...
  48. Replies
    9
    Views
    1,354

    Re: Help Getting Rid of Buttons

    nevermind answered above :)
  49. Replies
    17
    Views
    3,432

    Re: Importing Customers

    If you have access to myphpadmin you can use that to move your customers over. That is what I did from OSC to Zen. I exported only the address book, address book format, customers, and customers...
  50. Replies
    1
    Views
    732

    Re: additional cart button

    I'm wanting to do the same thing only on the product Display Info page. I wanted to add a "Vew Cart" button. I hard coded one in and it works, however I wanted to do it the zen way and I can't...
Results 1 to 50 of 132
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR