/home/techb158/immovalet.com/platform/plugins/ecommerce/src/Models
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/src/Models/ShippingRuleItem.php (868B)
attributes['adjustment_price'] = (float)str_replace(',', '', $value);
}
/**
* @return string
*/
public function getAdjustmentPriceAttribute()
{
return number_format($this->attributes['adjustment_price'], 0, false, false);
}
}