例如:我的产品价格是20美元,它有很多选项
黑色:+ 5 $
蓝色:-5 $
但是在产品细节中的下拉列表中显示
我想做的是:
Inside Product controller我发现这条线就像这样
$price = $this->currency->format($this->tax->calculate($option_value['price'], $product_info['tax_class_id'], $this->config->get('config_tax') ? 'P' : false));
我该怎么做?