Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘Payment plan issue’ is closed to new replies.
Thanks, that worked really good.
I tested on a non-ssl enabled site, so the only issue I see is that the delete link is not ssl enabled. Open app/views/financial/payment-plan.php and change this:
<a href="<?=url('/financial/payment-plan/delete/');?><?=_h($value['id']);?>/" class="btn btn-default"><?=_t( 'Delete' );?></a>
to this:
<a href="<?=get_base_url();?>financial/payment-plan/delete/<?=_h($value['id']);?>/" class="btn btn-default"><?=_t( 'Delete' );?></a>
And let me know if that fixes it.
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaign
I cannot reproduce this issue. Do you have any other error messages?
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaign
Hi,
There seems to be some issue when trying to delete the payment plan. The page transfers to white screen after deleting the payment plan.
The plan gets deleted but needs to reload everytime after deleting a payment plan.
The topic ‘Payment plan issue’ is closed to new replies.