Commit 1669b4b9 by lmf

优化bug

parent 052a5cee
......@@ -207,7 +207,7 @@ class FacebookFeed extends Command
$mediaUrl = $currentStore->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA);
$data['link'] = $product->getProductUrl();
$data['image_link'] = $mediaUrl . 'catalog/product' . $product->getImage();
$data['brand'] = "Joshine";
$data['brand'] = "";
$data['google_product_category'] = '';
$data['fb_product_category'] = '';
$data['quantity_to_sell_on_facebook'] = '';
......
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