Full Payment

More
12 years 1 month ago #14836 by mbt
Full Payment was created by mbt
Hi Tuan,

Can you tell me if it is possible to remove the Full Payment option from the registration form? When people checkout I want to only offer the deposit feature in the drop down box.

Thanks in advance

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

More
12 years 1 month ago #14857 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Full Payment
You will need to edit the code alitle. The steps are :

1. Open the file components/com_eventbooking/views/register/view.html.php

2. Find the line of code below (there are 3 instances of this line of code) and remove it :
Code:
$options[] = JHTML::_('select.option', 0, JText::_('EB_FULL_PAYMENT')) ;

After that, it will work as expected .

Regards,

Tuan

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

More
12 years 1 month ago #14866 by mbt
Replied by mbt on topic Re: Full Payment
Thanks Tuan, worked perfectly.

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

Moderators: Tuan Pham Ngoc