Hi Ricoshae, Thanks for the tutorial. Is there a way to change "This course requires a payment for entry." to something else? Where do we need to change it to? Also, is it possible to show Paypal logo here, so it's clear to user that they are selecting a Paypal payment method.
@Ricoshae4 ай бұрын
Yes, you can. In the Administration section. You go to Language > Language customisation > Edit language pack. Choose all the files under core in the list. Then search for 'This course requires' It will show 'paymentrequired' as the language string. Beside this you can then enter your own version of the text and save, update the language file which then gives you your text instead. For the Paypal log, this might be a bit more complicated. The only suggestion is to use CSS to add the Font awesome icon to a class on the payment page. This may need a video to explain the process.
@VikasJha0014 ай бұрын
Thanks @@Ricoshaefor replying. After 3-4 hours of struggle, I was able to figure it out and was able to change the text which appears on the button. Here is my situation, I am using PayPal and Stripe both the plugins. So for any particular course learners will be able to see both the payment options. But at the moment it's quite messy and not clearly distinguishable. I will be waiting for your video about using the logo with custom CSS. Many thanks
@Ricoshae3 ай бұрын
@VikasJha001 Well done updating the text. Once you know how the language file changes works it becomes easier to make the updates. Just to clarify, you would like the logo on this screen? kzbin.info/www/bejne/bHy4eoFsfq-Ao6csi=NNmdODhgKDRBjYrT&t=279 or on the previous screen where the button is on the "Slect payment type' button? here kzbin.info/www/bejne/bHy4eoFsfq-Ao6csi=RtuDCIzGD2yx-nK6&t=274
@VikasJha0013 ай бұрын
@@Ricoshae Thanks Rocoshae for replying again! I would like the logo on the front page itself where it says select payment type. At the moment I am able to make the changes but I had to modify entol/index.html So if there is some easier way, I would love to explore.
@Ricoshae3 ай бұрын
I have been testing some ideas. One simple thought I had is to add this to to your theme CSS. Assuming you have fontawesome on your server, it will show both Stripe and PayPal icons. enrol_fee_payment_region button:before { font-family: FontAwesome; content: "\f1f5 \f1f4"; font-weight: 400; font-size: x-large; vertical-align: middle; }
@zephnorrish Жыл бұрын
Great video! Nice and concise 🙂Thanks!
@Ricoshae Жыл бұрын
Glad it was helpful!
@edtechdl40008 ай бұрын
love this! thank you for sharing! I had a couple questions about moodle not sure if you have any free time. If you could please let me know