Page 222 of 248 FirstFirst ... 122172212220221222223224232 ... LastLast
Results 2,211 to 2,220 of 2475
  1. #2211
    Join Date
    Jan 2009
    Posts
    69
    Plugin Contributions
    0

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

    Hey guys,

    I have one problem with the redeemed points & when order is cancelled.

    Eg :

    1. customer redeem points (eg : redeem 500 points) during check out & gotten the order.

    2. What if the customer wanna cancel the order (and we delete it).

    3.The redeemed points (500 points) are not going back to "earned" points.


    Any solution for this?

  2. #2212
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by juneloweelyn View Post
    I just installed this mode, but i have one problem:

    i have super orders & am using it to update.

    IN SUPER ORDERS
    When i change status from pending to other status , the pending points doesnt transfer to "earn points"

    IN ORDERS (normal )
    When i change the status, the pending points will transfer to "earn points"

    anyone facing the same? and what to do about it?
    I don't use Super Orders but you can try what curt_l did and see if that works for you.

    http://www.zen-cart.com/showthread.p...65#post1143265
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #2213
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by skywalker826 View Post
    hi CountryCharm,

    Thanks for your tips.
    The one thing that I mentioned:
    for certain product, it has discounted price, hence is it possible to configure that - when points are used, customer pays the "regular price" for that certain product and not a discounted price ? In another word, do this reward full suite module able to differentiate if certain product is having discounted pricing or regular pricing ?

    Regards,
    Sky
    In another word, do this reward full suite module able to differentiate if certain product is having discounted pricing or regular pricing ?
    Reward Points only recognizes "Adjust Reward Points for Sales/Specials" Either you use Always use the base price.
    or
    Use price less Discounts and Specials.

    It does not work the way you are describing. You can hire a coder I suppose.
    Last edited by countrycharm; 24 Feb 2013 at 09:14 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2214
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by Beyond Dreams View Post
    Hi,

    I downloaded this plugin to my computer. I read the instructions and I can not unzip this file to my server since it is not a local computer, I also do not have a "my custom template" since this was something I was not aware to make when I started this process, I will have to figure out how to create that when i am done I guess. It's too late to start over. Do I just upload the folders I need? I put zen cart into my main directory on my server. When I clicked upload folder I got a warning msg to download some java application that warned me the plugin has security vulnerabilities.... Any insight on these issues would be greatly appreciated.
    Unzip the Reward Points folder on your computer.
    Your shop has a admin folder that is named admin or named to a custom name that you changed it to. You need to put the contents of the Reward Points admin files inside your custom admin folder.
    Same thing with the includes folder.
    In the includes folder change the name of the custom folder name to the name of your custom folder name that you are using.

    Upload of files to your server.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #2215
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by Jeff_Mash View Post
    Edit - I figured it out. Didn't see the Modules -> Order Total configuration.
    Glad you got it working...
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #2216
    Join Date
    Jan 2009
    Posts
    69
    Plugin Contributions
    0

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

    Thank you so much!
    Quote Originally Posted by countrycharm View Post
    I don't use Super Orders but you can try what curt_l did and see if that works for you.

    http://www.zen-cart.com/showthread.p...65#post1143265

  7. #2217
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by juneloweelyn View Post
    Thank you so much!
    Glad to help.....
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #2218
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

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

    Quick question ---- first off, I LOVE this mod, and it's all working great except for one thing.

    In the Zen_Orders_Total table, the module is leaving the VALUE blank ($0.00). So even though the text correctly shows the correct points, the value isn't updated into the database.

    Here is a screenshot to show you what I mean:

    Click image for larger version. 

Name:	rp1.jpg 
Views:	72 
Size:	23.8 KB 
ID:	12140

    As you can see, the points are correctly recorded, but the value is left blank. Therefore, when I look at my orders, I can't see how many points were allocated:

    Click image for larger version. 

Name:	rp2.png 
Views:	55 
Size:	5.7 KB 
ID:	12141
    - Jeff

  9. #2219
    Join Date
    Aug 2012
    Location
    North Carolina
    Posts
    28
    Plugin Contributions
    0

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

    Hi, Thank you for the great module!!

    Is there a code to show the Reward point full suite Group name to the customers?

    For example, on the reward point side box, the group name will be shown to the customers.
    If I assign the group name "Beautiful Customer" to one customers, then the customer can see his group name(level)


    I tried some tricks but no works...

    The group name is only showing on the Admin pages... not for the customers.

    I'm trying to build the customer membership levels, so I need to display the each group name to my each customer...


    Any suggestions will be appreciated.. Thanks.

  10. #2220
    Join Date
    Aug 2012
    Location
    North Carolina
    Posts
    28
    Plugin Contributions
    0

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

    SOLVED!

    First, on

    /www/includes/functions/extra_functions/reward_points_functions.php

    I added a new function ,after the function GetRedeemRatio() :


    PHP Code:

    function GetRedeemGroup($customers_id)
    {
        global 
    $db;
        
        
    $sql "SELECT gp.group_name
                FROM "
    .TABLE_GROUP_PRICING." gp
                LEFT JOIN ("
    .TABLE_CUSTOMERS." as c)
                ON (gp.group_id=c.customers_group_pricing)
                WHERE c.customers_id='"
    .(int)$customers_id."'
                ORDER BY gp.group_id
                "


        
    $result=$db->Execute($sql);

        if(
    $result)
         return 
    $result->fields['group_name'];
        else
         return 
    0;


    and

    on

    /www/includes/templates/YOUR_TEMPLATE/sideboxes/tpl_reward_points.php




    after $reward_points=GetRewardPoints($_SESSION['cart']->get_products()); (LINE AROUND 11)

    add this :

    PHP Code:
    $group_name=GetRedeemGroup($_SESSION['customer_id']); 

    and one a line about 25, afther the if($reward_points>0) statement

    change the line

    PHP Code:

    $content
    ='<div class="cartBoxRewardPoints">'. ..... 
    to :

    PHP Code:

    $content
    .='<div class="cartBoxRewardPoints">''<p style="color:green;text-align:center;font-size:12px;font-weight:bold;">My Level : ' $group_name '</p><br />' $customers->fields['group_name'].(int)$reward_points.'&nbsp;'.REWARD_POINTS_IN_CART_TAG.'</div>'

    This will make you able to show the customer's group name on the sidebox.

    I was trying to build the customer's membership policy,

    and now I finally can.

    Thank you for this great module... that I can provide betther service to my customer.

 

 

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