Page 191 of 248 FirstFirst ... 91141181189190191192193201241 ... LastLast
Results 1,901 to 1,910 of 2475
  1. #1901
    Join Date
    Jul 2011
    Location
    Tampa Bay , Florida
    Posts
    56
    Plugin Contributions
    0

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

    NO. Just the normal shopping cart box is there
    This is my site:DIY hottub Repair

  2. #1902
    Join Date
    May 2010
    Location
    Athens, Greece
    Posts
    292
    Plugin Contributions
    0

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

    I'm afraid that you haven't installed the mod correctly.

    There are some files in an "admin" folder. You probably copied them in a new "admin" folder rather than in your renamed admin folder.

  3. #1903
    Join Date
    Aug 2011
    Location
    Tea, MO
    Posts
    9
    Plugin Contributions
    0

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

    I have a question about attributes, discounts and the reward points mod. I have tried to search through this huge thread for an answer and I glean that there may be some issues w/ attributes, discounts and the reward point mod used together although I am not sure if this issue has been fixed in the 1.40 reward point mod I am using. I'm wondering if it may be an issue with the way I am using or setting the attributes as I am new to zen cart. Here is the scenario:

    Item costs $39.00 and has been discounted to $38.00. An attribute adds an optional ice cold pack for $1.00. If the ice pack option is selected the customer receives 40 reward points, when they should receive 39 points.

    http://mvpaquatics.com/cart2/index.p...roducts_id=312

    I have reward points set to calculate on order subtotal and to calculate on the discounted price, not the base price. Any ideas or insight?

  4. #1904
    Join Date
    Aug 2011
    Location
    Tea, MO
    Posts
    9
    Plugin Contributions
    0

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

    Bump...Still struggling with this issue. Does anyone else have this issue?

  5. #1905
    Join Date
    Jul 2008
    Location
    Bristol, England
    Posts
    17
    Plugin Contributions
    1

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

    Hi,

    Just wondering if it's possible to exclude an email or domain from having points added to the order?

    We use an email address on the COWOA checkout for our phone orders and don't want the reward points to show up on these orders as it will just confuse matters.

    Regards,

    Chris

  6. #1906
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

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

    Quote Originally Posted by rickcj View Post
    Hi,

    Just wondering if it's possible to exclude an email or domain from having points added to the order?
    I would guess you could modify includes/modules/order_total/ot_reward_points.php and change the check() function to look at email address. You'd have to write the code to do it - no admin type facility is built in to the system.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #1907
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

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

    Quote Originally Posted by MVP1 View Post
    I have a question about attributes, discounts and the reward points mod. I have tried to search through this huge thread for an answer and I glean that there may be some issues w/ attributes, discounts and the reward point mod used together although I am not sure if this issue has been fixed in the 1.40 reward point mod I am using. I'm wondering if it may be an issue with the way I am using or setting the attributes as I am new to zen cart. Here is the scenario:

    Item costs $39.00 and has been discounted to $38.00. An attribute adds an optional ice cold pack for $1.00. If the ice pack option is selected the customer receives 40 reward points, when they should receive 39 points.

    http://mvpaquatics.com/cart2/index.p...roducts_id=312

    I have reward points set to calculate on order subtotal and to calculate on the discounted price, not the base price. Any ideas or insight?
    Try admin->configuration->reward points->Allow Redeem of Reward Points on Order Total or Subtotal = 1 (which uses the order total). You'd have to write software to extract out the shipping costs if you didn't want that. (Change get_order_total in includes/modules/order_total/ot_reward_points.php).
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #1908
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

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

    There are a few bugs in the files provided and the readme: (circa v. 1.32a)

    - includes/templates/custom/templates/tpl_product_info_display.php should be removed from the list of files; it's not required.

    - Section 3.2.1 - these instructions are wrong; you've instructed people to use Admin->Tools->Install SQL Patches, which takes care of table prefixes for you.

    - admin/sqlpatch.zip should be removed.

    - In admin/customers_reward_points.php on line 281, setting a limit seems like a bad idea because there's no navigation. If you have more than .REWARD_POINTS_CUSTOMER_LIMIT customers, you simply won't see them. You need to either provide some navigation (next 100 customers) or warn them that this limit is not high enough.

    - The fact that Reward Points and Reward Points discount are mutually exclusive - and why you would want one or the other - is not explained.

    - Version number at the top of the readme is not correct.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #1909
    Join Date
    Aug 2011
    Location
    Tea, MO
    Posts
    9
    Plugin Contributions
    0

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

    Thank you for the reply and suggestion. Yes this works for the attributes/discount problem that I was experiencing, but now gift certificates earn reward points because the points are calculated off the subtotal and not the product price (gift certificates set at 0.000 reward ratio under catalog/reward points/gift certificates). Any ideas on how/where I can make modifications to prevent gift certs from earning reward points with the settings you recommend?

  10. #1910
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

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

    Same solution - customize get_order_total() in includes/modules/order_total/ot_reward_points.php to your taste.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

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