Page 27 of 33 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 323
  1. #261
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by fiji View Post
    another point:

    In the check out, the "Value of Redeemed Reward Points" should be "subtraction sign", if can be red, that's better.

    otherwise, customer will confusing.
    I attach a picture here.
    Added to wishlist
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by fiji View Post
    I set Max Transactions to Display in Customer Admin = 20,
    so in the "Customer Reward Points Admin", should be only display 20 "pending" customer per page?
    But I got all customers showed in that page. if i have 1000+ customer, that will be a long list.

    I think maybe that error make this page not working properly.
    Someone can confirm this point? or just I have this problem?

    again, thank you very much.
    The error looks like it's in the javascript and won't affect the running of the page. The No of Transactions is how many pending point orders are displayed once you click on a customer.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #263
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    andrew, you just remind me:
    Both admin and customer didn't receive the order confirmation Email.

    customer received invoice form paypal. admin receive the money from paypal.
    order number is correct.
    customer can see the order in his account history.
    admin can see the order in the order menu.

    and I found another similar problem.
    If the customer has enought point to payoff one order.
    finsih order, receive the order confirmation Email, everything is going well. But no point reward in this order.
    No pending point, and no earned point from this order.

    is tis correct? but in the confirmation Email and check out page still showing they will receive some point.

  4. #264
    Join Date
    Oct 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    The error looks like it's in the javascript and won't affect the running of the page. The No of Transactions is how many pending point orders are displayed once you click on a customer.
    1. Where is the javascript coming from? Is in your project or in my side?
    2. Does one page list all customers correct? or should be separate to many page? if having 1000+ customer will be a problem.
    3. Could you tell me where to add the "subtraction sign", I didn't find the place to modify. I want to add it myself. :)

    thanks again

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by fiji View Post
    andrew, you just remind me:
    Both admin and customer didn't receive the order confirmation Email.

    customer received invoice form paypal. admin receive the money from paypal.
    order number is correct.
    customer can see the order in his account history.
    admin can see the order in the order menu.

    and I found another similar problem.
    If the customer has enought point to payoff one order.
    finsih order, receive the order confirmation Email, everything is going well. But no point reward in this order.
    No pending point, and no earned point from this order.

    is tis correct? but in the confirmation Email and check out page still showing they will receive some point.
    Does anyone know if it is correct behaviour for ZenCart not to send order detail emails if PayPal is being used? The RP code is hooked to the NOTIFY_CHECKOUT_PROCESS_AFTER_SEND_ORDER_EMAIL notifier- obviously if this notifier is not called then the points are not awarded.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by fiji View Post
    1. Where is the javascript coming from? Is in your project or in my side?
    My side- I've already changed it. It will be in the Full Release

    Quote Originally Posted by fiji View Post
    2. Does one page list all customers correct? or should be separate to many page? if having 1000+ customer will be a problem.
    At the moment yes but it is a priority item. I'm looking at making all the Reward Point panels AJAX based to speed everything up.

    Quote Originally Posted by fiji View Post
    3. Could you tell me where to add the "subtraction sign", I didn't find the place to modify. I want to add it myself. :)
    Again, I've already done this and it will be in the full release. Barring the issue with the PayPal payment I think the mod as it stands now is ready to go.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #267
    Join Date
    Jul 2007
    Posts
    132
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    The error looks like it's in the javascript and won't affect the running of the page. The No of Transactions is how many pending point orders are displayed once you click on a customer.
    Andrew

    I think if we can sort by pending and awarded points, this wont be an issue anymore

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

    Default Re: Reward Point Mod beta now available

    Hi,

    A couple of questions if I may

    1. Has anyone got this running on a live site yet ?
    (The install files still states BETA and that is should NOT be used on a live site)

    2. Are there any current issues that would prevent it from being run on a live site

    3. If anyone does have it running live, is there any evidence that it is contributing to repeat business from existing customers ?


    I'm curious to know before I trial it on my test site


    Thanks in advance,
    Mike

  9. #269
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by hem View Post
    Does anyone know if it is correct behaviour for ZenCart not to send order detail emails if PayPal is being used? The RP code is hooked to the NOTIFY_CHECKOUT_PROCESS_AFTER_SEND_ORDER_EMAIL notifier- obviously if this notifier is not called then the points are not awarded.
    Wouldn't it be better to hook it into where/when the product status is updated? (Not when emails are sent)

    For example, a Paypal order could remain as Pending for several days (due to echecks), or a store admin might have to go and manually cancel an order (which got in twice -- happens to us with Paypal every once in a while, the order shows up twice in Zen, but only once in Paypal)

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

    Default Re: Reward Point Mod beta now available

    Quote Originally Posted by Rasyr View Post
    Wouldn't it be better to hook it into where/when the product status is updated? (Not when emails are sent)
    The original reward point record has to be created sometime during the creation of the order- the email of the order is the last thing that is done once an order is successfully made- The status changes (Pending/Processed etc) is handled elsewhere and this is dependant on the reward point record that's created at that point.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 
Page 27 of 33 FirstFirst ... 172526272829 ... LastLast

Similar Threads

  1. v150 Adding a reward point module/add-on
    By dawneprochilo in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Nov 2013, 05:16 PM
  2. Zen Cart v1.5.0 BETA release now available
    By DrByte in forum Zen Cart Release Announcements
    Replies: 11
    Last Post: 7 Oct 2011, 08:51 PM
  3. bug reported in reward point module
    By smart_pro in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Mar 2009, 10:57 AM
  4. Error after installing reward point module
    By trisha33 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 15 Feb 2009, 11:27 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR