Log in

View Full Version : remove ------ in subscription cost?


Booyakan
10-03-2010, 07:34 PM
I only have one option for subscriptions

How can I remove the "--------" in the cost drop down box on payments.php so the subscription is already selected. No point in having them not see the price until they use the drop down box, that's just an unnecessary click for my users. Thanks

vbenhancer
10-03-2010, 09:10 PM
>> via ftp, go edit the file name " payments.php "

line 162, FIND:

$string = '<option value="">--------</option>';

REPLACE IT WITH:

$string = '';

that's all!

Booyakan
10-04-2010, 06:34 PM
Thanks for the answer, almost perfect! Trying to make it so it shows the 1 Year* as well as the price. Now only the price shows in the box.


so instead of showing just:
US$14.99

I want it to show:

1 Year*
US$14.99