smartstore / SmartStoreNET

Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
http://www.smartstore.com/en/net
GNU General Public License v3.0
2.64k stars 1.46k forks source link

Google Merchant Center misbehaviour #2223

Open TripleNico opened 3 years ago

TripleNico commented 3 years ago

Today we did some testing with Google Merchant Center (GMC) and export --> Import into platforms like Facebook and we bumped into a few this:

  1. If "Request for Price" is enabled and also "Price" has a value than in the export the price is mentioned but not that "Request for Price" is active. Meaning a customer can see the price via GMC but not via our own shop. What i would expect is that GMC will shop the product with something like "Request for Price" as text.
  2. DependingPrice doesn't work with GMC. Meaning that products that have discounts due to the use of DependingPrices this isn't exported in GMC
  3. GMC is currently not supported by the SmartStore WebApi, is there a way to set the GMC Category of a product via an Api?

For now, that's it :-)

TripleNico commented 3 years ago

Any news on this topic?