Issue regarding renew subscription plan

More
9 years 4 months ago #51723 by padma
Actually we are facing a problem when we choose renew option and proceed to further. the page automatically redirect to index.php and nothing is there instead to paypal account. the page fully stucked....
Warm regards..
padma

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #51780 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Issue regarding renew subscription plan
Hi padma

That's strange. Could you please submit a support ticket sending us admin and FTP account of your site so that we can check to see what's wrong and get it corrected for you ?

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #51791 by padma
Replied by padma on topic Issue regarding renew subscription plan
Hi Tuan,
Our developer has managed to resolve that issue.
Thank you for your attention.
Padma

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #51842 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Issue regarding renew subscription plan
OK, great ! Thanks for the update !

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53757 by Desmond
Replied by Desmond on topic Issue regarding renew subscription plan
Hi I have the same issue can advice me how you solve the issue?

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53776 by padma
Replied by padma on topic Issue regarding renew subscription plan
HI Desmond,

You will have to change form action in this file - Go to Components/com_osmembership/views/profile/templ/default.php
Please let me know if this works for you.

Thanks,
Padma
The following user(s) said Thank You: Desmond

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53777 by Desmond
Replied by Desmond on topic Issue regarding renew subscription plan
Great it work
thank you Padma

Edit the FORM Action in -->> com_osmembership/views/profile/tmpl/default.php
Replace "index.php" to "../XXXXX "

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53778 by padma
Replied by padma on topic Issue regarding renew subscription plan
That's Great ! :)
The following user(s) said Thank You: Desmond

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53844 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Issue regarding renew subscription plan
@padma: Could you please update the modified code here so that in case someone needs it, they can use it ?

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #53932 by padma
Replied by padma on topic Issue regarding renew subscription plan
Hi Tuan,

Desmond has posted the change in code in his last reply. We need to make change in Form Action.
Edit the FORM Action in -->> com_osmembership/views/profile/tmpl/default.php
Replace "index.php" to "../XXXXX "

Code-
<form action="index.php?option=com_osmembership&view=profile" method="post" name="osm_form_update_membership" id="osm_form_update_membership" autocomplete="off" class="form form-horizontal">
<input type="hidden" name="code_word" value="23">

Thanks,
Padma
The following user(s) said Thank You: Desmond

Please Log in or Create an account to join the conversation.