Custom field records deleted

More
12 years 10 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.

More
12 years 10 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
The following user(s) said Thank You: Jorge

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

More
12 years 10 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.

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.

More
12 years 10 months 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

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

Moderators: Tuan Pham Ngoc