How Do I Change Edit Listing Path To a Custom File?
I am using a highly customized version of Vantage. My users can now buy recurring plans using the stripe gateway and they can select as many categories as they would like and pay per category they would like to be featured in. So if "Featured on Category" costs $100 and they pick 5 categories, they get charged $500 for their listing.
The problem is that they can also go in and Edit the listings they own and then list in all 20 categories when they edit it. So, I need for the edit category not to be an option on the edit listing page. I see that this is controlled by the /themes/vantage-child/form-listing.php file. I can't just update this file because it is the same one used during the create/upgrade/renew/claim a listing process. So, I need to duplicate the file and give it a new name and then point the "Edit" step to the new file. Let's say I duplicate the file and call it form-listing-edit.php
Where do I go to point the "Edit" step to that new file?
Thanks~