Commit d08f5c9a by liumengfei

优化google feed

parent 07c00039
......@@ -342,7 +342,7 @@ class GoogleFeed extends Command
$data['size'] = $sizeText;
$data['item group id'] = $mpu;
$data['material'] = '';
$data['shipping(country:price)'] =':'. $this->scopeConfigInterface->getValue('carriers/flatrate/price') . ' USD';
$data['shipping(country:price)'] ='US:'. $this->scopeConfigInterface->getValue('carriers/flatrate/price') . ' USD';
$data['shipping weight'] = $product->getWeight();
$data['custom label 0'] = '';
$data['custom label 1'] = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment