There is a small bug in the display of membership level options (new user registration)
If "Show membership price plan" is ticked (admin/moneyscripts/ms_membership - default setting is ticked) - the price is indeed inserted.
But if it's unticked, the membership descriptions are 'cumulative' 'til the last membership in the list shows the descriptions of all of it's predecessors.
Solution:
Line 783 in ms_membership.module (v6.x-6.5) .= should be just =
if ($m_plan->description) {
$more_details = "
I hope that helps
Great mod by the way!
Thanks
Adrienne
--
Kuroi Web Design is a trading name of Kuroi Ltd,
a company registered in England, no. 5762673, with
registered office: 57 South Parade, London, W4 5LH, UK








Adrienne,
The fix has been applied, and will be released with the next version. Thanks for sharing :)
-Leighton