php-google-merchant-feed
php-google-merchant-feed copied to clipboard
PHP package, that generates Google Merchant XML Feed
These commits add missing shipping attributes, including the Shipping object's subattributes.
Added several attributes for gender, pattern, size type, size system, dimensions, weight, energy efficiency, etc. Since Facebook and Intagram's commerce manager catalog feed uses Google merchant feed XML, with a...
Hello ! I have this error when i try to launch the build of an XML feed, : Fatal error: Declaration of Vitalybaev\GoogleMerchant\RssElement::xmlSerialize(Sabre\Xml\Writer $writer) must be compatible with Sabre\Xml\XmlSerializable::xmlSerialize(Sabre\Xml\Writer $writer):...
Hi. We have a large database, so we don't have enought memory to hold all products until "$feed->build()" Is any workaround in order to print each product rather than wait...
I want to Add Product Quantity how to add? during searching i find a way [Quantity for Buy on Google ](https://support.google.com/merchants/answer/9451716?hl=en)[sell_on_google_quantity] in Google Marchant Feed. How to add? i've 10...
Please correct me, if this is already there (can't find it). https://support.google.com/merchants/answer/9218260?&ref_topic=6324338
In README.md, shipping price example is misleading as it looks like an amount in cents: `$shipping->setPrice('1300 USD');` It expects price in ISO 4217 format + max value is 1000 as...
Adding setters for [availability date](https://support.google.com/merchants/answer/6324470) and [expiration date](https://support.google.com/merchants/answer/6324499). Additionally adding the dev requirement `phpunit` as I stumbled across this when wanting write some tests.