Post by Hourglasss » Sat Jan 13, 2024 9:32 pm

HI paypal.php has the following :

Code: Select all

<?php
// Text
$_['text_paypal']							= 'PayPal, iDEAL, or Creditcard';
$_['text_paypal_title']						= 'Pay with PayPal, iDEAL, or Creditcard';
where you can put a title and description kinda ,
Image

and im trying to do the same with a different extension (official coinbase one)

so i can edit the payment title and have a description below it ,

the one for coinbase.php is as follows:

Code: Select all

<?php
// Heading
$_['heading_title']     = 'Cryptocurrency (BTC, ETH, LTC etc)';

// Text
$_['text_instruction'] = 'Coinbase Instructions';
$_['text_description'] = 'Please transfer the total amount to the following bank account.';
$_['text_payment']     = 'Your order will not ship until we receive payment.';

it uses $_['heading_title'] for both title and description
how to change it so the i can change the text of the bold text for coinbase bassicly

thanks advance
Last edited by Hourglasss on Sun Jan 14, 2024 12:11 am, edited 1 time in total.

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm

Post by ADD Creative » Sat Jan 13, 2024 9:59 pm

Look in extension/opencart/catalog/model/payment/ for your payment extension, replacing opencart with your payment extension. There will be two names set. One in the option data and one in the method data.

www.add-creative.co.uk


Guru Member

Posts

Joined
Sat Jan 14, 2012 1:02 am
Location - United Kingdom

Post by Hourglasss » Sun Jan 14, 2024 12:10 am

ADD Creative wrote:
Sat Jan 13, 2024 9:59 pm
Look in extension/opencart/catalog/model/payment/ for your payment extension, replacing opencart with your payment extension. There will be two names set. One in the option data and one in the method data.
Thanks

Active Member

Posts

Joined
Mon Jan 23, 2023 10:39 pm
Who is online

Users browsing this forum: No registered users and 3 guests