I have all free products. On the signup page it shows productname (FREE). Is there anyway to remove the Free thing i.e the amount shown besides the product. Someone please help..thanks.
Yep, you can edit the signup page /amember/templates/signup.html do a search for Free. I think you can also change the custom product description in the product setting. David
re: in the sign up page i count not find free anywhere listed. But here is what i am looking to do: on the signup form it show 3 products that i have. All are free. It show em with radio buttons and are like this in format: product 1 (FREE) product 2 (FREE) product 3 (FREE) How to remove the "(FREE)" after each product. The description is already empty. Let me know..thanks
Edit signup.html template and find this: Code: <label for="product{$p.product_id}"><b>{$p.title}</b> ({$p.terms})<br /> change above line to: Code: <label for="product{$p.product_id}"><b>{$p.title}</b><br />