Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
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%20Rew...s%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:
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
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!)
Re: Reward Points Module- Live Release now available.
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:
Quote:
.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:
Quote:
.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...)
http://choirtickets.co.uk/images/reward_font.png
http://choirtickets.co.uk/images/rewards.png
If this doesn't help you, let me know, happy to help you further.
Cliff
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
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...)
http://choirtickets.co.uk/images/reward_font.png
http://choirtickets.co.uk/images/rewards.png
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:
Re: Reward Points Module- Live Release now available.
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:
http://elmbridgechoir.co.uk/images/reward_font.png
http://elmbridgechoir.co.uk/images/rewards.png
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
cliffvt
LOL glad it isnt just me then :wink:
thanks again for your help :)
Re: Reward Points Module- Live Release now available.
Hem:
Quote:
Originally Posted by
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
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
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?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
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?
Reward points making admin slow??
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