New Zenner
- Join Date:
- Dec 2007
- Posts:
- 8
- Plugin Contributions:
- 0
Reward Points Module for ZC v13x
Oh. Its realy strange that it has added the reward point to the invoice so its being stored / accepted ??
Views: 470,661
New Zenner
Oh. Its realy strange that it has added the reward point to the invoice so its being stored / accepted ??
New Zenner
hi,
Great mod, Im sure I will make good use of it :clap:
a couple of questions? Im wondering if I can reduce the font size of the reward points offered on individual products? It is as big as the title and bigger than the description, and it is the product not the points that I want to sell first after all!
Also, Ive noticed others have pointed out that the discounts are non-editable? I have got round mine atm, by using "group rewards" but i want the percentage discounts to be automatic and not a manual effort if possible.
TIA
Totally Zenned
idweb:
Oh. Its realy strange that it has added the reward point to the invoice so its being stored / accepted ??
but the PayPal IPN mod does this without calling any of the ZenCart notifiers. And as the RP award mod is attached to one of these notifiers, PayPal IPN does not let the RP mod know that there are points which need to be stored. Hence the problem. Contrast to this Google Checkout which runs the same way as PayPal IPN under ZenCart- It makes the correct calls and points are stored.
Totally Zenned
phanmale:
hi,
Great mod, Im sure I will make good use of it :clap:a couple of questions? Im wondering if I can reduce the font size of the reward points offered on individual products? It is as big as the title and bigger than the description, and it is the product not the points that I want to sell first after all!
Also, Ive noticed others have pointed out that the discounts are non-editable? I have got round mine atm, by using "group rewards" but i want the percentage discounts to be automatic and not a manual effort if possible.
TIA
To change the font size, just edit the RP css file. It's at includes\templates\YOUR CUSTOM FOLDER\css\stylesheet_rewards.css
The version on my website http://www.omnicia.com/Zencart%20Reward%20Points%20Module.zip has editable discounts- just change them under Admin->Modules->Order Total->Reward Point Discount
New Zenner
:( :( :(
Did any of the eairlier versions work in a different way ??
Totally Zenned
idweb:
:( :( :(
Did any of the eairlier versions work in a different way ??
I don't think there are any earlier versions of the PayPay IPN mod.
New Zenner
This looks like a very promising mod! Thank you all for your hard work and dedication to support.
After installing version 1.26a onto my Zen Cart version 1.3.7.1, I've noticed that no points are being added to a customer's Pending balance following checkout with any payment method. When I manually add points to either the Pending or Earned balances, the mod works as it's supposed to. Any suggestions? I don't want to have to manually add points to all of my customers' orders.
Other addons include pdf invoice, sale maker, and easy populate.
I believe two other people have posted my question to this thread; I wasn't able to find definitive answers. Perhaps you can help. Thanks again!
Totally Zenned
ewchair:
This looks like a very promising mod! Thank you all for your hard work and dedication to support.
After installing version 1.26a onto my Zen Cart version 1.3.7.1, I've noticed that no points are being added to a customer's Pending balance following checkout with any payment method. When I manually add points to either the Pending or Earned balances, the mod works as it's supposed to. Any suggestions? I don't want to have to manually add points to all of my customers' orders.
Other addons include pdf invoice, sale maker, and easy populate.
I believe two other people have posted my question to this thread; I wasn't able to find definitive answers. Perhaps you can help. Thanks again!
I'm afraid the mod needs v1.3.8 ZenCart. It uses the Observer/Notifier class that was introduced in that version.
New Zenner
Ok thanks Hem
Zen Follower
Hem, fantastic module, thank you very much for sharing this!! Love it - All Hail!
New Zenner
hem:
To change the font size, just edit the RP css file. It's at includes\templates\YOUR CUSTOM FOLDER\css\stylesheet_rewards.css
The version on my website http://www.omnicia.com/Zencart%20Reward%20Points%20Module.zip has editable discounts- just change them under Admin->Modules->Order Total->Reward Point Discount
Thank you! I will play around with it later when Im more focused on what Im doing!
Thx for the prompt reply :smile:
New Zenner
phanmale:
Thank you! I will play around with it later when Im more focused on what Im doing!
Thx for the prompt reply :smile:
ok, now I feel a div :dontgetit
I went into the file you told me too and changed every font reference in turn but to no avail, so i inspected the elements in Google Chrome and the source for the rewards is surrounded by H2 tags from my templates stylesheet? I searched same for "reward" but got nothing
Help!! :blink:
(please!)
Zen Follower
Phanmale, I've just done this as well and it works like a charm.
You need to make sure that you edit the correct file - make sure it is:
/includes/templates/YOUR_TEMPLATE/css/stylesheet_reward.css
In that file, I have changed it as follows, and added a new TEXT-SIZE as an example:
.productRewardPoints
{
margin: 0em;
color: #ff0000;
font-size: 1.2em;I have also changed the color of the sidebox display to green by changing the font color like this:
.cartBoxEarnedPoints
{
margin:0pt;
padding:0.2em 0em;
color: #009200;
font-weight:bold;
text-align:right;
}Once saved the results are: (and I've highlighted the elements for you to compare with yours with Web Developer 1.1.8)
(Oh yes, I also changed the display tag as you can see...)


If this doesn't help you, let me know, happy to help you further.
Cliff
New Zenner
cliffvt:
Phanmale, I've just done this as well and it works like a charm.
You need to make sure that you edit the correct file - make sure it is:
/includes/templates/YOUR_TEMPLATE/css/stylesheet_reward.css
In that file, I have changed it as follows, and added a new TEXT-SIZE as an example:
I have also changed the color of the sidebox display to green by changing the font color like this:Once saved the results are: (and I've highlighted the elements for you to compare with yours with Web Developer 1.1.8)
(Oh yes, I also changed the display tag as you can see...)
If this doesn't help you, let me know, happy to help you further.Cliff
oh perfect thank you :clap: I was in the right file, just wasnt adding the font size correctly, I should learn from my own lessons that I need to concentrate harder!
I couldnt see your images, it was asking me to login? but I got the jist and changed the font size just how I wanted. The colour scheme fits in with what I have already so I left that alone :)
Thank you so much for your help :hug:
Zen Follower
Duh, how stupid am I, I displayed the images from a protected web!!. Glad you managed though. Here are the images in any case for sake of completeness:


New Zenner
cliffvt:
Duh, how stupid am I, I displayed the images from a protected web!!. Glad you managed though. Here are the images in any case for sake of completeness:
LOL glad it isnt just me then :wink:
thanks again for your help :)
Zen Follower
Hem:
hem:
I seem to remember a Reward for Referral request on the wish-list. Should have another look at it over the Christmas break.
Did you ever get to look at this? Would be really nice functionality to have. I was thinking along the lines of using a "discount coupon" somehow as the basis for this?
Cheers
Cliff
New Zenner
hem:
but the PayPal IPN mod does this without calling any of the ZenCart notifiers. And as the RP award mod is attached to one of these notifiers, PayPal IPN does not let the RP mod know that there are points which need to be stored. Hence the problem. Contrast to this Google Checkout which runs the same way as PayPal IPN under ZenCart- It makes the correct calls and points are stored.
so does this mean if you are using paypal you can expect to have to manually add points?
New Zenner
hem:
but the PayPal IPN mod does this without calling any of the ZenCart notifiers. And as the RP award mod is attached to one of these notifiers, PayPal IPN does not let the RP mod know that there are points which need to be stored. Hence the problem. Contrast to this Google Checkout which runs the same way as PayPal IPN under ZenCart- It makes the correct calls and points are stored.
what are the correct calls that PayPal IPN is missing that Google Checkout is hitting?
New Zenner
First of all I would like to say this mod is great and my customers are very hapy with the reward points.
My questions:
-All my admin pages are loading very slow mostly around one minute ore more to load a page.
Now i suspect the reward mod is doing this, since the list with customers of course is growing every time a new customer is added to the database.
And when i want to do something by hand with the rewards points the rewardpoints module is loading all the clients in one page
What i want to know are there more people having this
The version I use is 1.13a or maybe 1.01a
Second question.
Is it easy to upgrade to the latest version. I dont know anything about sql and im scared I loose some data.
Zencart version 1.3.8
Extra mods I installed :easy populate and dualpricing.
Thank you very any help
Dre
Fields marked required must be completed.
Tell staff why this post should be reviewed.