Okay
  Public Ticket #2988890
支払い方法について
Closed

Comments

  • KANA started the conversation

    Hi there,

    ・I would like to add bank transfer as a payment method, how do I do this?

    ・I would also like to change the wording to something else as "on-site" is not clear to customers, how do I do?

    Please tell me all,
    Thank you for your time.

  •  1,608
    Marko replied

    Hello Kana,

    Thank you for purchasing our product, and for reaching out to us.

    1. Amelia itself doesn't handle the payments but we have integration with several payment systems such as: PayPal, Mollie, Stripe and WooCommerce. You just need to choose which one do you want and you can integrate it with Amelia.

    2. The images for payments on the front-end can be changed in /wp-content/plugins/ameliabooking/public/img/payments/icons/ and /wp-content/plugins/ameliabooking/public/img/payments/ folders. Keep in mind that the size of images need to stay the same, along with the name of the image file. Also, until we include this as a customization option in Amelia/Customize, you will need to do this every time the plugin updates.

    As for the text below icons, it is possible to change this now, but it's not a perfect solution.

    You need to go to ameliabooking/public/js/chunks/ folder and open the file that looks like this:

    amelia-booking-booking-e699bcfa2244b52e0818.js

    The hash may be different, so if it's not "e699bcfa2244b52e0818" it is something else, it's important to look for amelia-booking-booking-hash.js

    When you edit this file, look for "On-Site", "Paypal", "Stripe", "Online" (case sensitive), and you'll see this:

    case"paypal":return"Paypal";case"stripe":return"Stripe";case"onsite":return"On-Site";case"mollie":return"Online"
    

    You can change all values in quotations, after "return" and it will change on the front-end, so for example, change:

    return"On-Site"

    To:

    return"Invoice"

    And so on. Our developers are working on a more elegant solution, but at this time, it's the best one we can offer.

    The file I told you to modify is the step-by-step [ameliabooking] form, so if you're using [ameliacatalog], you'd need to change a different file (same folder, only amelia-booking-catalog-hash.js).

    Hope this helps.

    If you have any more questions please feel free to open another ticket.

    Kind Regards, 

    Marko Davidovic [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/

    wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • KANA replied

    Hi Marko,

    I am sorry, but the method you suggest does not fulfil my intention. I want to add other items to the payment method icon, such as 'Bank Transfer' or 'PayPay'. I am asking how to do that or alternatives to that.

    Thank you in advance for your answer.


  •  1,608
    Marko replied

    Hello Kana,

    We are sorry for the misunderstanding we thought that you want to change the icon text only. As for adding other payment methods unfortunately you can not add them, the only methods that you can use in Amelia for payments are PayPal, Mollie, Stripe and WooCommerce and on-site. Bank transfer and PayPAy can not be used for now in Amelia.

    I'll kindly ask you to add it as a feature suggestion on this page. 

    Features are pushed up on our "to-do" list when there are a lot of customers requesting those features, so having your vote as a customer can be beneficial to this feature being developed sooner.

    If you have any more questions please feel free to open another ticket.


    Kind Regards, 

    Marko Davidovic [email protected]

    Rate my support

    Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, floor plans, choropleth maps, and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/

    wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables