Hide Payment on FREE Listing
This one is suggested by one of member here. The idea is to hide the payment gateway section when user choose free listing type, and only show them when paid listing selected. A simple but very useful suggestion, so we decide to implement this mods.
Here is how to implement it :
- Edit /themes/your_active_theme/add_form.html template, there are 3 changes in this file.
Change #1 :To :
Change #2 :
To :
Change #3 :
To :
- Edit /ajax.php script.
Change :To :
- Edit /themes/your_active_theme/ajax.js javascript.
Change :To :
Done.
This mods is built based on IndexU default 'kosmos' template, so for other templates you'll need to adjust it a little bit.
We hope this mods will be useful for you.
If you have question or suggestion, just let us know.









March 3rd, 2008 at 5:20 am
Just added this and it works perfectly! Thanks so much!!
April 17th, 2008 at 9:52 am
Hi,
Just need some help implementing this mod for the cleandex theme. The tutorial is for the default kosmos theme. Thanks.
April 19th, 2008 at 4:11 pm
Since cleandex template do not use table rows, we'll need to add additional 'div's tag as wrapper.
Change :
To :
Hope it helps.