Grabner

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Split: Listing updates of custom fields not stored #206890

    Grabner
    Expired Member
    Post count: 25
    This reply has been marked as private.
    in reply to: Currency #189718

    Grabner
    Expired Member
    Post count: 25

    Thank you Stiofan
    Your great plug-ins and to thank you for your support (^_-)

    in reply to: Currency #189417

    Grabner
    Expired Member
    Post count: 25

    Thank you Stiofan

    Payment problem has been resolved. (^_^)v

    Did you change the where?

    in reply to: Currency #189005

    Grabner
    Expired Member
    Post count: 25
    This reply has been marked as private.
    in reply to: Currency #188530

    Grabner
    Expired Member
    Post count: 25
    This reply has been marked as private.
    in reply to: Currency #188083

    Grabner
    Expired Member
    Post count: 25
    This reply has been marked as private.
    in reply to: Currency #187513

    Grabner
    Expired Member
    Post count: 25
    This reply has been marked as private.
    in reply to: Currency #186886

    Grabner
    Expired Member
    Post count: 25

    Thank you Guust

    I want to use Paypal and Stripe in Japanese Yen.

    A corrected file : geodir_payment_functions.php
    =========================================

    line: 855

    'std' 		=> __('USD', 'geodir_payments')

    'std' 		=> __('JPY', 'geodir_payments')

    line: 4473

    $price = number_format ((float)$amount, 2, $decimal_sep, $thousand_sep),

    $price = number_format ((float)$amount, 0, $decimal_sep, $thousand_sep),

    =========================================

    However, the test mode of Paypal and Stripe failed.

Viewing 8 posts - 16 through 23 (of 23 total)