Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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..
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Mike_Dean
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).
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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...
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Mike_Dean
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..! :smile::smile:
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.
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
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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 :D
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
gransazer
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.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Rasyr
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 :D
But did they use PayPal IPN???
And I'm looking into the zero balance/select payment thing- I came across it during testing.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
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....