Page 202 of 226 FirstFirst ... 102152192200201202203204212 ... LastLast
Results 2,011 to 2,020 of 2260
  1. #2011
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

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

    You could get them with:
    Code:
    <?php
        $products = $_SESSION['cart']->get_products();
        $reward_points=GetRewardPoints($products);
    if ($reward_points > 0) {
    echo '<div>';
    echo 'REWARD POINTS: ' . $reward_points;
    echo '</div>';
    }
    ?>
    Might need to jazz that up a bit ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  2. #2012
    Join Date
    Jul 2007
    Posts
    1,881
    Plugin Contributions
    12

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

    Thanks Linda for this code. This works great on the shopping cart page.
    Webkat if here's a snapshot. If you want to know where I added the code I will be glad to show you.

    Click image for larger version. 

Name:	checkout.jpg 
Views:	87 
Size:	38.2 KB 
ID:	10377

  3. #2013
    Join Date
    Jul 2007
    Posts
    1,881
    Plugin Contributions
    12

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

    Webkat there is also a Define Pages - Shopping Cart. The mod adds the ability to edit your shopping cart instructions via admin using the Define Pages Editor. I thought I would share that with you too.
    http://www.zen-cart.com/downloads.php?do=file&id=607

  4. #2014
    Join Date
    Jan 2012
    Location
    New England
    Posts
    243
    Plugin Contributions
    0

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

    Quote Originally Posted by countrycharm View Post
    Thanks Linda for this code. This works great on the shopping cart page.
    Webkat if here's a snapshot. If you want to know where I added the code I will be glad to show you.
    Oh that's perfect--if you could give me the code snippet right before it so I can find where to put it... is it the exact code that Linda posted? Thanks!

  5. #2015
    Join Date
    Jan 2012
    Location
    New England
    Posts
    243
    Plugin Contributions
    0

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

    Quote Originally Posted by countrycharm View Post
    Webkat there is also a Define Pages - Shopping Cart. The mod adds the ability to edit your shopping cart instructions via admin using the Define Pages Editor. I thought I would share that with you too.
    http://www.zen-cart.com/downloads.php?do=file&id=607
    I'll have a look at it... in the meantime if you want to see what I mean... go to http://opalessenceshop.com and put (anything) in your cart and look at how I have my shopping cart set up and you will see what I mean. It's still getting tweaked for user-friendliness and readability. I may take the credit card/etc logos off the left because they crowd it a little if you have the browser window too narrow... opinions welcome.

  6. #2016
    Join Date
    Jul 2007
    Posts
    1,881
    Plugin Contributions
    12

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

    Yes the one Linda posted. Check you PM.

  7. #2017
    Join Date
    Jan 2012
    Location
    New England
    Posts
    243
    Plugin Contributions
    0

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

    Thanks so much! It does exactly what I want! I really think that once customers are at the cart, they're not going to look at the sidebox anymore. You may want to consider adding that bit of code to the download package.

  8. #2018
    Join Date
    Jul 2007
    Posts
    1,881
    Plugin Contributions
    12

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

    I think I will add it in a later version.

  9. #2019
    Join Date
    Jan 2012
    Location
    New England
    Posts
    243
    Plugin Contributions
    0

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

    When awarding someone extra reward points it would be cool to have a checkbox to send them an email letting them know about it... just a suggestion.

  10. #2020
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    383
    Plugin Contributions
    0

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

    I'm having a problem with reward points getting stuck as "pending" for many of my customers. They have to be manually transferred over and it's become very time consuming / inefficient. Could someone please take a look at my config and tell me if my settings are incorrect? Do I need to have a sunrise period set in order for my points to automatically transfer to "earned"?Click image for larger version. 

Name:	rp.jpg 
Views:	33 
Size:	48.6 KB 
ID:	10413

 

 

Similar Threads

  1. First Full Release of Reward Points module available. [Support Thread]
    By hem in forum All Other Contributions/Addons
    Replies: 38
    Last Post: 4 Apr 2013, 02:34 PM
  2. Reward Points system...
    By hem in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 28 Oct 2009, 02:30 PM
  3. 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
  •