paypal-shape-pill small logo to replace with larger one.... how to? thanks in advance
app/addons/paypal/func.php
Find the fn_paypal_get_checkout_payment_buttons function and add buttons array under the following line
environment: "'.$environment.'",
More details can be found here
i cant find this part :
buttons: [
{
container: 'id',
type: 'checkout',
color: 'gold',
size: 'small',
shape: 'pill'
}
]
ant this } else {
paypal-shape-pill small logo to replace with larger one.... how to? thanks in advance
Please specify the page (link to it) where you want to replace the logo.
i cant find this part :
buttons: [
{
container: 'id',
type: 'checkout',
color: 'gold',
size: 'small',
shape: 'pill'
}
]
You should add it after the specified line of code. It is not used out of the box and default logo is used in this case