Page 17 of 23 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 2475

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    27
    Plugin Contributions
    0

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

    I'm hoping to get some feedback from the Pros here :)

    I'd like to offer my customers a "Buy x Get 1 Free" sort of deal. But, I'd like to work it like punch card system. Punch out all the holes in your card and get a free one.

    So, I was wondering if there is a module like that available? Apart from the Rewards Points one? And if not, is there some way to make the Rewards Points module work like this?

    I don't know where to find any detailed instructions on the Rewards Points module since someone else installed it for me. Any ideas, advice or steering in the right direction would be greatly appreciated.

    Thanks!!

  2. #2
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

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

    Not sure if this has already been answered, apologies if thats the case... but I've just installed the latest version of Reward Suite to my zen cart 1.38a. I'm having a few issues which are as follows;

    1- I can't seem to change the value of each point, I want each point earned to be worth £0.05

    2- As a customer I can't manually input the amount of points i want to use, it just has a tick box - even though I have changed the the reward module from automatic to manual, this makes no difference

    3- I've just noticed that if I go to checkout and have 1100 reward points and the items value is £3.99 plus postage of £2.99 the order has taking £3.99 twice and makes the total -£1.00 meaning that i would have to pay the customer for there purchase...

    Do I have to edit specific files to make these changes?

    Many thanks

    Mark

  3. #3
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

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

    Quote Originally Posted by mark1984 View Post
    Not sure if this has already been answered, apologies if thats the case... but I've just installed the latest version of Reward Suite to my zen cart 1.38a. I'm having a few issues which are as follows;

    1- I can't seem to change the value of each point, I want each point earned to be worth £0.05

    2- As a customer I can't manually input the amount of points i want to use, it just has a tick box - even though I have changed the the reward module from automatic to manual, this makes no difference

    3- I've just noticed that if I go to checkout and have 1100 reward points and the items value is £3.99 plus postage of £2.99 the order has taking £3.99 twice and makes the total -£1.00 meaning that i would have to pay the customer for there purchase...

    Do I have to edit specific files to make these changes?

    Many thanks

    Mark
    Ok, I've worked out how to change the value of each point... as well as to cap the amount of points allowed to be used to 100% of the product value, excluding the shipping.

    However the other issue i'm experiencing must be a bug as it appears that when I go to redeem points , it only allows me to tick a box, then when i click continue it seems to process this twice as it shows the redeem points twice in the final check out page... however if i click to go back to the previous page the box is already ticked and then if i continue it calculates the discount correctly...

    What could be causing this and why can I not input how many points to redeem?

    Many thanks

    Mark

  4. #4
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

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

    Hi..

    I note from reading the thread the current rewards mod version is compatible with ZC 1.3.9c, but what about compatibility with PHP 5.3

    Or is not an issue ?

    Cheers,
    Mike

  5. #5
    Join Date
    Apr 2006
    Posts
    413
    Plugin Contributions
    0

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

    Quote Originally Posted by Mike_Dean View Post
    Hi..

    I note from reading the thread the current rewards mod version is compatible with ZC 1.3.9c, but what about compatibility with PHP 5.3

    Or is not an issue ?

    Cheers,
    Mike
    Works fine for me (php 5.3.2).

  6. #6
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

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

    Quote Originally Posted by mark1984 View Post
    Ok, I've worked out how to change the value of each point... as well as to cap the amount of points allowed to be used to 100% of the product value, excluding the shipping.

    However the other issue i'm experiencing must be a bug as it appears that when I go to redeem points , it only allows me to tick a box, then when i click continue it seems to process this twice as it shows the redeem points twice in the final check out page... however if i click to go back to the previous page the box is already ticked and then if i continue it calculates the discount correctly...

    What could be causing this and why can I not input how many points to redeem?

    Many thanks

    Mark
    OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...

    However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?

    Many thanks

    Mark

  7. #7
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

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

    Quote Originally Posted by mark1984 View Post
    OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...

    However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?

    Many thanks

    Mark
    Check that you have the latest version downloaded- Those issues have been sorted within the last couple of versions.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #8
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by mark1984 View Post
    OK I've sorted the issue with it duplicating the redeem points in the confirmation page, it was the '$this->process();' that i needed to delete...

    However I'm still stuck as to why I cannot input the amount of points I want to redeem, it just shows a tick box to use them all whether I have manual or auto selected... Could someone please tell me which bit of code i need to modify to resolve this?

    Many thanks

    Mark
    Can you please share where you deleted $this->process(); from because we still have the duplicate problem on our site as well.

  9. #9
    Join Date
    Dec 2007
    Location
    Belfast, N.Ireland
    Posts
    96
    Plugin Contributions
    0

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

    Quote Originally Posted by ValhallaSoapGal View Post
    I'm hoping to get some feedback from the Pros here :)

    I'd like to offer my customers a "Buy x Get 1 Free" sort of deal. But, I'd like to work it like punch card system. Punch out all the holes in your card and get a free one.

    So, I was wondering if there is a module like that available? Apart from the Rewards Points one? And if not, is there some way to make the Rewards Points module work like this?

    I don't know where to find any detailed instructions on the Rewards Points module since someone else installed it for me. Any ideas, advice or steering in the right direction would be greatly appreciated.

    Thanks!!
    Donna

    The Rewards Point mod would work if all your products are the same price. For example

    • Buy 5 get 1 free
    • Every product costs 10.00
    • Allocate 200 points for every 1.00 spent
    • Let every reward point equal 0.01
    • Then when they have bought 5 x Items, they would have accumualted, 1000 points, which is equivalent to 10.00


    I don't know if there is another mod that does this. If not, you could pay someone to create one for you if the Rewards Point mod doesn't do what you want.

    If you just wanted a Buy 5 get 1 Free offer when the customer buys them all at once, I am sure there would be a way within ZenCart to do it using the disounts system/sale maker or similar (I don't use them so can't give you the - details sorry)

    Paul
    Last edited by ardhill; 14 Jun 2010 at 03:58 PM. Reason: Added on a bit

  10. #10
    Join Date
    Feb 2011
    Posts
    15
    Plugin Contributions
    0

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

    i got it installed and everything but when i go to the admin > tools > lay out boxes controls. theirs no option for rewards program. but i do have options in the module and in the config part so i set it to display when logged in and it doesn't any ideas.
    thanks

 

 
Page 17 of 23 FirstFirst ... 71516171819 ... LastLast

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

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