Posts: 559
Threads: 39
Joined: Jul 2010
(2011-11-30, 10:29 PM)david42 Wrote: Does this plugin still force users to have their usergroup changed upon purchase?
I posted a fix for that.
http://community.mybb.com/thread-107854-...#pid785683
http://community.mybb.com/thread-107854-...#pid785697
I've been kinda busy and haven't had much of a chance to update the plugin. I'll do that ASAP
Posts: 559
Threads: 39
Joined: Jul 2010
Development on the PRO version has officially begun. I didn't have time in the past few weeks to really work on it.
It will feature:
- Ability to add more payment processors
- Ability to not require a usergroup change
and a few other undecided features
Posts: 559
Threads: 39
Joined: Jul 2010
Well, the next version will have a per-product option to enable/disable usergroup change instead of actually editing the file :p
Posts: 559
Threads: 39
Joined: Jul 2010
(2011-12-12, 07:36 PM)Andre R. Wrote: You should spend some more time perfecting this plugin.
There are some issues. For example the description you can put is the same for both the category page (where all products are) and the final purchase page. This means that you can't really put a detailed description if you have many products. Also, the category page (with all the products listed) seems to accept html formatting, such as </br>, but the final purchase page doesnt.
E.g If i write:
Buy</br>
This</br>
Product</br>
Works fine, but when i click purchase it becomes:
Buy
This
Product
Pound signs don't show either, they appear as question marks for some reason. Thought it was my browser but i dont think so.
They both accept html formatting, the difference is to save space on the category page i have it so it won't replace new lines with <br />, but on the final purchase page it does, which is why you get the double lines.
Also, why would you use "</br>"