<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Accruing Reward Points For ALL Orders</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Accruing Reward Points For ALL Orders]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 06:18:38 +0000</pubDate>
  <lastBuildDate>Tue, 12 Aug 2008 13:17:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=1675</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : Hi Stacelynn, Blimey, I&amp;#039;d...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6368.html#6368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 12-August-2008 at 1:17pm<br /><br />Hi Stacelynn,<br>&nbsp; Blimey, I'd forgotten about this one. I'm just getting ready to go on Hols for a week, so I haven't got time to look at code today - but it certainly looks like a/the right spot. Be careful in case there are other places which carry out related calculations - not that it's likely to invalidate any change you make, just that you may not cover all the bases. A quick scan for iRewardPointsUsed shows 7 references in /admin and 7 in /pc.<br><br>Don't forget - backup the unmodified version of the code to give yourself a "get out of jail free" card &amp; TEST as thoroughly as you feel is necessary. <br>]]>
   </description>
   <pubDate>Tue, 12 Aug 2008 13:17:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6368.html#6368</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : Hi,I would be interested in Hamish&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6366.html#6366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1237">macleather</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 12-August-2008 at 1:03pm<br /><br />Hi,<br><br>I would be interested in Hamish's "ideal" situation as well. I think that makes the most sense.<br><br>Alan<br>]]>
   </description>
   <pubDate>Tue, 12 Aug 2008 13:03:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6366.html#6366</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : Lets say I didn&amp;#039;t care if...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6357.html#6357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=291">caughlan</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 11-August-2008 at 8:10pm<br /><br />Lets say I didn't care if the system gave full points on a purchase where points were redeemed... is this where I'd change something to make that happen?<br><blockquote>iRewardPointsAccrued = rstemp("iRewardPointsAccrued")<br>iRewardPointsUsed = rstemp("iRewardPointsUsed")<br>if iRewardPointsAccrued="" then<br>&nbsp;&nbsp;&nbsp; iRewardPointsAccrued=0<br>end if<br>if iRewardPointsUsed="" then<br>&nbsp;&nbsp;&nbsp; iRewardPointsUsed=0<br>end if<br>iBalance = INT(iRewardPointsAccrued) - Int(iRewardPointsUsed)<br>if iBalance=0 then<br>&nbsp;&nbsp;&nbsp; iDollarValue =0<br>else<br>&nbsp;&nbsp;&nbsp; iDollarValue = iBalance * (RewardsPercent / 100)<br>end if<br>iRewardPointsHistory=iRewardPointsAccrued<br>rstemp.Close<br></blockquote>Stacelynn (who's always workin' hard to make logic out of code!)<br>]]>
   </description>
   <pubDate>Mon, 11 Aug 2008 20:10:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post6357.html#6357</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : Your ideal situation makes the...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5437.html#5437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=434">toyjam</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 07-June-2008 at 1:48am<br /><br />Your ideal situation makes the best sense - accrue reward points while ignoring the part of the purchase covered by the points.&nbsp; So if someone got something free, they would not get any points, but if someone purchased an item for $20 and their points covered $5, then they could still get some points for the $15 of real money they spent.]]>
   </description>
   <pubDate>Sat, 07 Jun 2008 01:48:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5437.html#5437</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders :  Hi, Just a quick follow up on...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5330.html#5330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 02-June-2008 at 12:32pm<br /><br />Hi,<br>&nbsp; Just a quick follow up on this.<br>I did a quick calculation on this. If, for example you set the reward points to 5%&nbsp; then&nbsp; the ACTUAL points in the scenario above (points on all purchases) are a more generous 5.26%. This is due to points being accrued on points purchases.<br>On the other hand, with the existing system the reward points can work out at actually slightly less than the full 5% - By how much depends on what percentage of the purchase is covered by the existing reward points, as they accrue no reward points for the balance of the purchase.<br><br>The ideal&nbsp; would be, IMHO, to accrue reward points on purchases, ignoring any part of the purchase covered by&nbsp; reward points.&nbsp; It's certainly possible to do that, but will require more code changes to achieve. &nbsp;  <br><br>&nbsp;&nbsp;  <br><span style="font-size:10px"><br /><br />Edited by Hamish - 02-June-2008 at 12:56pm</span>]]>
   </description>
   <pubDate>Mon, 02 Jun 2008 12:32:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5330.html#5330</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : Hi,  Having looked into this on...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5323.html#5323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 01-June-2008 at 7:03pm<br /><br />Hi, <br>&nbsp; Having looked into this on the surface it looks like a small change is required.<br><br>Before I get into the code change required I'd just like to clarify -<br>Is it OK for the whole value of the current purchase to accrue points - even though the&nbsp; purchase is then discounted by existing points?<br>In this scenario - If someone has accrued enough points to purchase, say, a $20 item purely with reward points they will get new points on the full $20 purchase&nbsp; even though the actual cost to them is zero. <br>]]>
   </description>
   <pubDate>Sun, 01 Jun 2008 19:03:40 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5323.html#5323</guid>
  </item> 
  <item>
   <title><![CDATA[Accruing Reward Points For ALL Orders : The current functionality of the...]]></title>
   <link>https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5289.html#5289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=434">toyjam</a><br /><strong>Subject:</strong> 1675<br /><strong>Posted:</strong> 30-May-2008 at 3:10pm<br /><br /><P>The current functionality of the Reward Points program allows retails customers to accrue points on new purchases.&nbsp; But when they use their points on subsequent orders, they do not accrue any points for those order which points are applied.</P><DIV>Is there a way to always allow the user to accrue points on orders on which points were applied?&nbsp; This is a discount my customers really like.</DIV>]]>
   </description>
   <pubDate>Fri, 30 May 2008 15:10:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/accruing-reward-points-for-all-orders_topic1675_post5289.html#5289</guid>
  </item> 
 </channel>
</rss>