Set the shipping cost

48 Views Asked by At

How to set the cost of delivery by Ajax request? I tried using this method, but it still didn't change the cost..

$values['shipment_cost'] = 50;
$values['shipment_package_fee'] = 90;
vmPSPlugin::storePSPluginInternalData($values);
0

There are 0 best solutions below