I want to get the value of the variable "PrazoEntrega" that returns, and insert in the same HikaShop the plugin is doing with the variable "Valor", that goes back to the hikashop by the method:
$rate -> shipping_price = $Valor;
$rate -> shipping_id = $rate->shipping_params->correios_servico;
$usable_rates[] = $rate;
Resume, I want add in "shipping_params" the value "PrazoEntrega". Like:
(Ex)
$rate -> shipping_DeliveryTime = $PrazoEntrega;
$rate -> shipping_id = $rate->shipping_params->correios_servico;
$usable_rates[] = $rate
See? I want the name in HikaShop for "Delivery Time Params", because i not found in source