Page 2 of 2

Re: Disable payment option according to shipping

Posted: Fri Jan 02, 2015 9:23 am
by wilek666
Dear all,

Your method works like a charm, but I would like to disable one of payment method aacording to shipping in X-Shipping Pro module. Is it possible ? Please help me.

According to your instructions I'm able to disable payment method for the whole module: X-Shipping Pro.

Re: Disable payment option according to shipping

Posted: Fri Jan 02, 2015 11:33 pm
by wilek666
I found out the solution, basically I duplicate xshipping pro module and set up desired shipments and blocked whole copied module.

Re: Disable payment option according to shipping

Posted: Tue Mar 14, 2017 8:31 pm
by garygajesjr
Hi,
Can some help me in this situation? im using v2.3

Re: Disable payment option according to shipping

Posted: Tue Mar 14, 2017 8:45 pm
by garygajesjr
Working in v2.3
I just add this code before if status
if (isset($this->session->data['shipping_method']['code']) && strpos($this->session->data['shipping_method']['code'], 'weight.weight') !== false) {
$status = false;
}
Thanks

Re: Disable payment option according to shipping

Posted: Wed Nov 07, 2018 11:56 pm
by agamelas
hi!

I would like to use the XML to disable payment methods according to shipping i choose... but i do not know what variables i must change. can someone help?