Currency Symbol

Discussion in 'Appointway WordPress Theme' started by ja1nsa, Jun 4, 2013.

  1. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    I see this several times, but you request we add another thread. My query is I have set the payment option to "Pay Cash Later" and thus do not want to display a currency. Is this possible?

    I realise Paypal is only available in certain countries hence the currency list, but you are limiting sales outside these countries. Maybe have a "Cash/Cheque" option with the default wordpress currency which I can set? Or a field for currency symbol like most other themes?

    John.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello john,

    To remove currency block from appointment form,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #price {
    display: none;
    }
     
  3. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Thanks will try it!
     
  4. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    I added above and got this ... what is "POAMYR" I need 0.00 for Free?

    Your appointment has been booked successfully. You have to pay the amount of POAMYR at the time of appointment.
    Thanks
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  6. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Sorry for the delay.
    You can edit this text through
    wp-content\plugins\ink-appointment\ink-admin\appointments-form\getway\paypal-page.php
    and remove code as shown in the image attached.
     

    Attached Files:

  8. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Thanks - looks like it should work, will try it!
     
  9. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Almost - except I have the USD in field? Can this be sorted properly :)

    "Your appointment has been booked successfully. You have to pay the amount of Free QuotationUSD at the time of appointment.
    Thanks"
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Nitesh had already told you the way to edit that text.
    So, Go to the wp-content\plugins\ink-appointment\ink-admin\appointments-form\getway\paypal-page.php and edit the text.

    See the image given below for the reference.
    [​IMG]

    If you remove the ' . $priceshow . ' text then Quotation will not display in the message.
     
  11. ja1nsa

    ja1nsa Member

    Joined:
    Jun 3, 2013
    Messages:
    57
    Likes Received:
    0
    Here is what I have

    if (!$sql_val) {
    $apt->insert_data_frontend($sr_apt_id, $sr_apt_date, $sr_apt_persion_name, $sql_srdata[1], $sr_apt_time, $price, $sr_apt_email, $sr_apt_phone, $sr_msg, $sr_data_rand, $apt_txn_booking_date, 'cash');
    echo '<p>Your appointment has been booked successfully. No Payment is Required.</br>Thanks</p>';
    /**

    The original text still showing I updated the file as you advised above i.e. wp-content\plugins\ink-appointment\ink-admin\appointments-form\getway\paypal-page.php
     
  12. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    FTP Details:

    Send this information on our email at [email protected]
    We will check your issue.
     

Share This Page