The admin can change pricing plans from the backend. The code was originally entered but then hidden using commenting.. Currently if you go to your theme editor and navigate to wp-content/themes/listingpro/assetts/css/admin-styles.css Scroll down around line 812 give or take a few lines and start looking for
tr#Plan_id {display:none}
To temporarily enable this feature simply add /* before and */ at the end. See below for example.
/* tr#Plan_id {display:none} */
Just like the image above YOU MUST CLEAR YOUR CACHE NOW TO SEE CHANGES Now you can go to your backend and edit a listing and you will see the new Plan change.
2 Responses
I followed the instructions but I don’t see any change in Dashboard > Pricing Plans. Even though I cleared the cache several times. Does this setting change the location? I don’t know where it is.
This actually creates a dropdown – select field in the backend of the listing itself. So lets say your editing “Euro Collision” – one of the demo listings, On the back end for the admin you will have another field where u can manually select the plan!