Page 9 of 248 FirstFirst ... 78910111959109 ... LastLast
Results 81 to 90 of 2475
  1. #81
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Mike, that's because both mods make changes to the tpl_product_info_display.php file. I've attached a version that combines both mods- extract it to includes\templates\YOUR CUSTOM FOLDER\templates\
    Tnaks Andrew,

    Nice try but it did not work, I ended up with a blank page on the product info.

    I had a look at the file and saw reference to tabbed_products_pro. I'm using Tabbed Products Lite.

    Would that casue a difference ?

    I did change the first line to look for tabbed_products_lite.php.

    It put the product info back on the page, but still without tabs..
    Last edited by Mike_Dean; 21 Apr 2008 at 10:34 AM. Reason: Spelling

  2. #82
    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 Mike_Dean View Post
    Tnaks Andrew,

    Nice try but it did not work, I ended up with a blank page on the product info.

    I had a look at the file and saw reference to tabbed_products_pro. I'm using Tabbed Products Lite.

    Would that casue a difference ?

    I did change the first line to look for tabbed_products_lite.php.

    It put the product info back on the page, but still without tabs..
    Mike, according to the Contribution page for Tabbed Products Lite, it says that it's been superseded by Tabbed Products Pro- so you might want to look into upgrading...

    Anyway, if you want to continue using the lite version you can do what I did to merge the files by using WinMerge (it's free and easy).
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

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

    Quote Originally Posted by hem View Post
    Mike, according to the Contribution page for Tabbed Products Lite, it says that it's been superseded by Tabbed Products Pro- so you might want to look into upgrading...

    Anyway, if you want to continue using the lite version you can do what I did to merge the files by using WinMerge (it's free and easy).
    Thanks Andrew, I have WinMerge so I'll give that a go first.

    Thanks Again...

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

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

    Quote Originally Posted by Mike_Dean View Post
    Thanks Andrew, I have WinMerge so I'll give that a go first.

    Thanks Again...
    Ok.. I got the tabs back and RP running together. Yeah..!
    Another road block.. the Add to Cart button that used to reside above the tabs has dissappeared.. It's there pre RP, but with RP in, its gone.

  5. #85
    Join Date
    May 2006
    Posts
    725
    Plugin Contributions
    0

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

    Hello,

    Mike, it is better that you upgrade to Tabbed Products Pro. Once you have, use tpl_product_info_display.php from this contrib rather than using the one from Reward Points mod as it is a lot easier this way.

    Then on the same file from the Reward Points mod, find the code

    <!--bof Product Reward Points block -->
    <h2 id="productRewardPoints" class="productRewardPoints">
    <?php
    /**
    * display the product reward points
    */
    include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
    ?>
    </h2>
    <!--eof Product Reward Points block -->

    Copy and paste this on the same file anywhere you want the reward points to appear but this time from the Tabbed Products contrib.

    That's the way I have done mine and everything is working.

    All the best

  6. #86
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    Thanks for the heads up- I'll check it out in the morning.
    Hi Andrew,

    Have you check out my problem, i try solve myself but still cannot found the solution.

    tq

  7. #87
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    I will have to set up a PayPal IPN Payment mod onto my test rig and then work out how to setup the sandbox so I can test it.
    And of course, this morning somebody had to go and use Paypal, and it award him points.... (so 1 out 4, IIRC got their RP when checking out with Paypal).

    Perhaps it has something to do with whether or not they return to the site afterwards (though I would think that most do, since we sell PDFs, and they have to return to download them).


    Another issue --

    We gave everybody on the store 1,000 Reward Points (i.e. $10.00). One fellow went and purchased $10 worth of products, and it still wanted him to select a Payment option (even with a zero balance), and Paypal won't process anything with a zero balance....

    Tons of fun... hehe

  8. #88
    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 gransazer View Post
    Hi Andrew,

    Have you check out my problem, i try solve myself but still cannot found the solution.

    tq
    yep- already coded, now just testing.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #89
    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 Rasyr View Post
    And of course, this morning somebody had to go and use Paypal, and it award him points.... (so 1 out 4, IIRC got their RP when checking out with Paypal).

    Perhaps it has something to do with whether or not they return to the site afterwards (though I would think that most do, since we sell PDFs, and they have to return to download them).


    Another issue --

    We gave everybody on the store 1,000 Reward Points (i.e. $10.00). One fellow went and purchased $10 worth of products, and it still wanted him to select a Payment option (even with a zero balance), and Paypal won't process anything with a zero balance....

    Tons of fun... hehe
    But did they use PayPal IPN???

    And I'm looking into the zero balance/select payment thing- I came across it during testing.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  10. #90
    Join Date
    Aug 2006
    Posts
    231
    Plugin Contributions
    0

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

    Quote Originally Posted by hem View Post
    But did they use PayPal IPN???

    And I'm looking into the zero balance/select payment thing- I came across it during testing.
    yeah, 1 person out of like 4 that used Paypal ended up with point in the Pending category (still, they never moved to earned automatically though).

    And to make it interesting, the day before, somebody else order the exact same thing (specific book with a bundled PDF) and he didn't get any points.

    And a guy who just ordered and paid through paypal didn't get his points put into Pending (or Earned)

    Aha! A pattern emerges!!! All of the Paypal purchasers who did NOT receive their points in Pending (we can worry about them being automatically moved to Earned later) had a "Trans. type" of "unique". The guy who's purchase gave him his RP in Pending had a "Trans. Type" of "web_accept".

    That has to be significant somehow....

 

 
Page 9 of 248 FirstFirst ... 78910111959109 ... 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

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