Page 40 of 248 FirstFirst ... 3038394041425090140 ... LastLast
Results 391 to 400 of 2475
  1. #391

    help question Re: Reward Points Module- Live Release now available.

    Hello Andrew :)

    I'm new to Zen Cart and the forum. I stumbled across your Rewards Points addon and it sounds fantastic and perfect for my needs!!!

    I'm pretty green when it comes to this kind of thing though and at the risk of sounding totally stupid, I have a question that I'm hoping you can help me with
    I've spent days trying to figure it out myself, to avoid bothering you....but I give in.

    I have downloaded Rewards points module to my desktop and read through the 'Readme' and it all looks very straight forward.....EXCEPT 1 thing.....being the most important thing - "1. Unzip the file into your Zen Cart root folder"

    I have no idea where this "Zen Cart root folder" is Could you please point me in the right direction....it'd be hugely appreciated

  2. #392
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    I was working on setting up a clone of my store's setup (long story, basically setting up for a foreign language affiliate) and I did this by copying everything and then scrubbing the DB clean of the customer, order and product data.

    During this, I noticed something that might possibly aid in the solving of the Paypal IPN issue.

    I noticed before, and I think that I mentioned it, that when the transaction type is "unique" that the Rewards Points aren't assigned. and that when the transaction type is "web_accept" that the points are awarded properly.

    Well, when cleaning my DB, I noticed a few other things as well regarding Paypal (I use only Paypal IPN for Paypal -- the RP mod works wonderfully for our CC processor)

    When the transaction type is "web_accept", the following is true:
    module_name = "paypal 1.3.8a"
    module_mode = "PDT"

    When the transaction type is "unique", the following is true:
    module_name = "paypal (ipn-handler)"
    module_mode = "IPN"

    I am hoping that this info helps in some manner.

  3. #393
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by beadfaery View Post
    Hello Andrew :)

    I have no idea where this "Zen Cart root folder" is Could you please point me in the right direction....it'd be hugely appreciated
    That would be the folder where the store resides.

    For example, if your website is http://www.yourSite.com and Zen cart is located at http://www.yourSite.com/store then http://www.yourSite.com/store would be the root folder of Zen Cart (and in that folder you would see the admin folder, the download folder, the includes folder, etc.)

  4. #394

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by beadfaery View Post
    Hello Andrew :)

    I'm new to Zen Cart and the forum. I stumbled across your Rewards Points addon and it sounds fantastic and perfect for my needs!!!

    I'm pretty green when it comes to this kind of thing though and at the risk of sounding totally stupid, I have a question that I'm hoping you can help me with
    I've spent days trying to figure it out myself, to avoid bothering you....but I give in.

    I have downloaded Rewards points module to my desktop and read through the 'Readme' and it all looks very straight forward.....EXCEPT 1 thing.....being the most important thing - "1. Unzip the file into your Zen Cart root folder"

    I have no idea where this "Zen Cart root folder" is Could you please point me in the right direction....it'd be hugely appreciated
    OK....although it's now almost 2am I've worked it all out It's all installed and working properly as far as I can tell......EXCEPT....it's not showing reward points value under each item??? Can anyone help me here? Pleeeease

    Also.....not a huge problem, but I've noticed that a group of items I have that are only $0.30 each don't get any reward points....even if eg; 10 are ordered...it just seems to go on the per/each price. Is there a way to fix that?

    Thanks again and I hope someone can help

    Here's my site, so you can see what I mean re; no RP's showing under products.
    http://thebeadfaery.com.au/shop/index.php?main_page=

  5. #395
    Join Date
    May 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Hello
    I have a few issues here, need assistance

    Reward Point Redeem Maximum
    How to set it to %, it says can but when i set it, it just function like normal integer
    eg 10% of 500 point will be 10 point instead of 50 point

    Reward Point Maturity
    How to set the point to expire on their own after maybe 365 days from the earned date

    Global Reward Points Settings
    I can only set global reward points
    but not setting subfolders
    can only zoom in to the item itself to set different point
    how to go arouond this?

    Global reward points also self reset to 1.0000 after a while, i can't seem to maintain setting of global point 100.0000

    Customer Rewards Points menu
    it completely loads my entire customer database
    how to seperate it into several pages so i don have to wait eternity to get one point adjusted?

    Thank you for your help
    I am a total NooB

  6. #396
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by nicholas84 View Post
    Hello
    I have a few issues here, need assistance

    Reward Point Redeem Maximum
    How to set it to %, it says can but when i set it, it just function like normal integer eg 10% of 500 point will be 10 point instead of 50 point
    One of those things that is in the wishlist but not implemented yet. In the meantime if you use 0.1 it will work like 10%

    Quote Originally Posted by nicholas84 View Post
    Reward Point Maturity
    How to set the point to expire on their own after maybe 365 days from the earned date
    That's the 'Delete Old Reward Transactions Period' setting.

    Quote Originally Posted by nicholas84 View Post
    Global Reward Points Settings
    I can only set global reward points
    but not setting subfolders
    can only zoom in to the item itself to set different point
    how to go arouond this?
    This is set in Admin under Customers->Group Reward Points Redeem

    Quote Originally Posted by nicholas84 View Post
    Global reward points also self reset to 1.0000 after a while, i can't seem to maintain setting of global point 100.0000
    Are you re-installing the SQL by any chance??? Do you have the latest version (1.13a)?

    Quote Originally Posted by nicholas84 View Post
    Customer Rewards Points menu
    it completely loads my entire customer database
    how to seperate it into several pages so i don have to wait eternity to get one point adjusted?

    Thank you for your help
    Again another item on the wishlist. I will make sure it is on the next release.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #397
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by Rasyr View Post
    When the transaction type is "web_accept", the following is true:
    module_name = "paypal 1.3.8a"
    module_mode = "PDT"

    When the transaction type is "unique", the following is true:
    module_name = "paypal (ipn-handler)"
    module_mode = "IPN"

    I am hoping that this info helps in some manner.
    Yes, that's the issue. Regular Paypal works. Paypal IPN (like Google Checkout) however does not use the same 'path' as any of the other payment methods and so the reward point mod never gets called.

    I've tried various ideas to affect a workaround but none of them have been satisfactory. At this stage I think the only way around it is to modify the core code for the Paypal IPN (and Google Checkout) payment modules.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #398
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Re: Reward Points Module- Live Release now available.

    Im having a problem. Im using the mod price updater. The problem that i'm having is that when choose a attribute with a price the reward points do not update either to reflect the new price. But the reward points are showing correctly in the cart just not on the product page.

    How od i go about fixing this problem so that they will update when the price change?

  9. #399

    Default Re: Reward Points Module- Live Release now available.

    I've got it up and running and it's great. Yes I have the same Paypal problem as some, but I'm not too worried as I don't have a huge amount of customers that pay with Paypal, so it's not too hard for me to go and manually give them the points :)

    I do have 1 problem, though. being a bead and jewellery making supply business, I have a few items that are priced below $0.50. These items aren't being allocated any points (obviously)....BUT- even if a customer buys eg; 10 of them, they still don't get any reward points.

    I've tried everything I can think of to sort this problem out, but nothing has worked so far.

    If anyone could help me with this, it would be greatly appreciated :)

  10. #400
    Join Date
    Sep 2004
    Location
    Murfreesboro, TN
    Posts
    588
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    I had a problem with it the first time installing and then I realized it was my fault (due to a mysql version). Do you know how I can make this work with zc 1.3.7.1, mysql 4.0.26, and php 4.4.4.

    tia...

    0be1
    "Give me one hundred preachers who fear nothing but sin and desire nothing but God, and I care not whether they be clergymen or laymen, they alone will shake the gates of Hell and set up the kingdom of Heaven upon Earth." - John Wesley

 

 

Similar Threads

  1. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  2. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  3. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  4. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR