By Stefan Lewitas on Monday, 15 June 2020
Replies 3
Likes 0
Views 2.5K
Votes 0
As of Payplans Subscription Module were released there is a huge need to change the behavior in the subscription sign up process, when clicking the link "Cancel and Return".

As of now, if you click on the subscribe button on a page with the module installed followed by "Cancel and Return" one is redirected to the subscription page in Payplans, not to the previous page with the module installed. This is of course a mistake needed to be fixed asap in order to use the module in a proper fashion.

One should be able to choose behavior in backend between:
1. Back on page (perhaps)
2. Redirect to subscription page
3. Redirect to user specified page (i.e. the page where the module is installed)
Any feedback on this?
·
Friday, 17 July 2020 14:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I totally agree with this.
If you have categories with very different products, you may want to separate these offers clearly and just go back to the root category is not suitable in this case.
·
Saturday, 07 November 2020 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, this will be a useful feature.

Personally, I have edited the url in file: components/com_payplans/themes/wireframe/checkout/default/default.php
Here:
<a href="<?php echo PPR::_('index.php?option=com_payplans&view=plan&from=checkout');?>">
<?php echo JText::_('COM_PP_CANCEL_AND_RETURN');?>
</a>
·
Friday, 19 March 2021 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post