Thanks for the feedback guys.

1. Yes, I did worry about the RENAME sql line but could not find an IF EXISTS clause that would allow the sql to pass gracefully. I think I will take it out of the install.sql and put it in a pre 1.03 patch to be run before the main install.

2. I'll check the Global Redeem- thanks for the heads up.

3. And sorry- the Reward Points is still based on the base price. I will add a config item to select which price you want to base the points on. Also I think we need another config to select whether you can get points from a free item.

I think I will remove the dependency on the order.php core file. I'm a bit worried that this will mean that there will be a lot more sql transactions so I'll have to look into how to reduce this load but it needs to be done to "free" the mod and make it seamlessly work with other modifications.

PTC- Thanks for the interesting logic problem- I will look into it.