- Posts: 2
- Thank you received: 0
Custom field records deleted
- Jorge
- Topic Author
- Offline
- New Member
-
Less
More
12 years 2 months ago #27612
by Jorge
Custom field records deleted was created by Jorge
Custom field records are deleted when a customer hits the cancel order in paypal screen. Anyone know why? or how to fix this?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 2 months ago #27632
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Custom field records deleted
Hi Jorge
Please check my response on support ticket.
Tuan
Please check my response on support ticket.
Tuan
The following user(s) said Thank You: Jorge
Please Log in or Create an account to join the conversation.
- Jorge
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 months ago #27658
by Jorge
Replied by Jorge on topic Re: Custom field records deleted
For anyone else else having this problem. This is the solution Tuan gave me.
Thank you!
Hi
You can try the solution below :
1. Open the file components/com_eventbooking/payments/os_paypal.php
2. Find the code below :
$this->setParam('cancel_return', $siteUrl . 'index.php?option=com_eventbooking&task=cancel&id=' . $row->id . '&Itemid=' . $Itemid);
3. Change it to :
$this->setParam('cancel_return', $siteUrl . 'index.php?option=com_eventbooking&view=cancel&id=' . $row->id . '&Itemid=' . $Itemid);
After that, please try again .
Tuan
Thank you!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 1 month ago #27681
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Custom field records deleted
Thanks Jorge for sharing the information. Will have this modification added to next release of the extension .
Tuan
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.