Jagai
Results
1
comments of
Jagai
$item->setId($product->id); $item->setTitle($product->nombre); $item->setDescription($product->modelo->descripcion); $item->setLink($url); $item->setImage($imglink); $item->setPrice("{$product->precio} ARS"); $item->setGoogleCategory('1604'); $item->setBrand($product->marca->nombre); $item->setGtin(false); $item->setCondition('new'); $item->setAvailability('in stock'); // $item->setShipping(''); // Some additional properties $item->setSize($product->medida->nombre); // Add this product to the feed $feed->addProduct($item); } //...