Upgrade existing listing broken
I haven't been able to find an answer to this or if its been reported already, but... There is an issue with the purchase-listing-existing.php file. The code on line 11 echo's the plan title, however the $plan variable is never being set. When comparing it to the purchase-listing-new.php it appears that:
PHP Code:
<?php if( !empty( $plans ) ) { ?>
<?php foreach( $plans as $key => $plan ){ ?>
from lines 9 and 10 are missing from the purchase-listing-existing.php file. However the claim listing option does correctly bring up the available plans. When I try to manually add those two lines (along with the appropriate closing lines) it doesnt recognize any plans.
This makes it impossible to upgrade an existing listing. A fix (even temporary so I can manually fix) would be greatly appreciated.
upgrade-error.jpg