Remove Amount From Vendor Plan Drop Down List

Hi

All of our plans do not have monthly charges and we just charge certain transaction fees%. However, in the vendor application page, the plans are showing as ($ 0.00) which is a bit misleading since it's not really a free plan (see attached screenshot).

How can I hide/remove this from the drop down?

Thanks

design/themes/THEME/templates/addons/vendor_plans/hooks/vendors/apply_description.pre.tpl

replace

{$plan.plan} ({include file="common/price.tpl" value=$plan.price})

with

{$plan.plan}

Then clear cache and check the result

It works!! thank you!

design/themes/THEME/templates/addons/vendor_plans/hooks/vendors/apply_description.pre.tpl

replace

{$plan.plan} ({include file="common/price.tpl" value=$plan.price})

with

{$plan.plan}

Then clear cache and check the result

You are welcome!

Hi!

This is great insight. How about "deactivating" the vendor plan selection from the vendor application form altogether? I want to keep the code for the future, but for now we don't have any PLANS for vendors and it is totally free to join.

Thanks!

NOTE:

I tried to do it from "Administration" > "Profile fields" and unselect the plan option, but it didn't work.