• greendezine

    (@greendezine)


    I’m using Paypal, and have set all the payment options in this plugin to USD.
    However, On the event registration page, This is always displayed right above the form:

    Prices: 1 person €140, 2 people €230, 3+ €110 each.

    The paypal page also shows the price in Euro. My account is only configured for USD. How do change all instances of Euro to USD ?

    https://www.ads-software.com/extend/plugins/booking-framework/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same problem. do you have the answer yet?

    Cheers

    Brad

    I have a solution for this. The error lies in the paypal.class.php file inside the plugin’s /includes folder.

    There you need to find the code on (line124 for me):
    $this->add_field(‘currency_code’,’EUR’);

    and change it toL

    $this->add_field(‘currency_code’,’USD’);

    Hope this helps you.

    Hi,

    I’m having this same problem, and I tried editing the paypal.class.php file, but that didn’t help.

    Any other ideas?

    Thanks!

    I’m also having this issue.

    I followed your advice, leoproducer, but it’s still displaying “Prices: 1 person €140, 2 people €230, 3+ €110 each.” on my event registration page.

    Anyone have another solution for this?

    Anybody found a solution to the Prices 1 person $140 error. The plugin looks really useful but currently no use with this error

    Hi,

    to get rid of the “Prices: 1 person €140, 2 people €230, 3+ €110 each.”

    booking-framework.php, line 429, remove this block of code:

    <?php
    if($allow_multiple == "Y")
    	echo '<p align="left"><strong><em>Prices: 1 person &euro;140, 2 people &euro;230, 3+ &euro;110 each</strong></em></p>';
    if($allow_multiple == "N")
    	echo '<p align="left"><strong><em>Prices: 1 person &euro;120, 2 people &euro;170</em></strong></p>';
    ?>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: PayPal Booking Framework] Registration page stuck on Euros’ is closed to new replies.