|
13.11.2024 08:39
|
|
peter0309
Name: Peter
31.12.2015
Posts: 12
|
Remove Paypal plus surcharge
I am not able to remove a Paypal plus surcharge.It seems that this amount was token from the old Paypal plugin. The new Paypal plus plugin does not support any surcharge.
Joomla: 5.1.0 JoomShopping: 5.4.0 PHP: 8.1.30
|
| |
|
13.11.2024 09:19
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28106
|
Aw: Remove Paypal plus surcharge
Options / Payment / Edit
Price: 0
|
| |
|
13.11.2024 14:01
|
|
peter0309
Name: Peter
31.12.2015
Posts: 12
|
Aw: Remove Paypal plus surcharge
As I mentioned is the price field missing for PayPal Plus
|
| |
|
13.11.2024 14:16
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28106
|
Aw: Remove Paypal plus surcharge
components\com_jshopping\payments\pm_paypal_plus\admineditjs.php
delete
<script>
jQuery('#price_type').closest('tr').hide();
jQuery('#tax_id').closest('tr').hide();
</script>
|
| |
|
13.11.2024 15:06
|
|
peter0309
Name: Peter
31.12.2015
Posts: 12
|
Aw: Remove Paypal plus surcharge
seems to work.
Thanks
|
| |