HR
Asked
Good morning friends, how much do they charge to integrate the payment gateway "Pagalo - https://www.pagalo.gt".
PD: Excuse me for my English.
Thank you very much for your time and help.
Kind regards.
PD: Excuse me for my English.
Thank you very much for your time and help.
Kind regards.
- MSAnsweredOh the field name are case sensitive :(
1. Acceptance message? The pay controller will display the message.
2. You will need to modify the Pagalo_payment model and add the 6% to $sale->grand_total and use that.
```php
$charge_amount = $sale->grand_total + ($sale->grand_total * 0.6);
``` - MSAnsweredI am sorry as I have no knowledge of the VB & MSSQL :(
- MSAnsweredHello,
How you modify the card item? Did you test it on live demo? It's working fine for me.
Please open new question to stay on the topic.
Thank you - MSAnsweredHello,
Why are you trying to modify the minified javascript? You should be modifying the `themes/default/shop/assets/scripts/general.js`
Thank you - Login to Reply