Reputation: 1
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);
Upvotes: 0
Views: 46