Hide Payment on FREE Listing

 Sunday, March 2nd, 2008
Mods Compatibility
IndexU 5.4.X
IndexU Deluxe
??

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 :

  1. Edit /themes/your_active_theme/add_form.html template, there are 3 changes in this file.
    Change #1 :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

    Change #2 :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

    Change #3 :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

  2. Edit /ajax.php script.
    Change :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

  3. Edit /themes/your_active_theme/ajax.js javascript.
    Change :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

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.

3 Responses to “Hide Payment on FREE Listing”



  1. Chad Says:

    Just added this and it works perfectly! Thanks so much!!

  2. Alain Says:

    Hi,

    Just need some help implementing this mod for the cleandex theme. The tutorial is for the default kosmos theme. Thanks.

  3. admin Says:

    Since cleandex template do not use table rows, we'll need to add additional 'div's tag as wrapper.
    Change :

    Content visible to member only. Please register or login first.

    To :

    Content visible to member only. Please register or login first.

    Hope it helps.

Leave a Reply