Linux 软件免费装

Podsync AI Product Feed Auditor

开发者 globalmatchhub
更新时间 2026年9月2日 21:59
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

barcode ean merchant center gtin upc

下载

0.1.0 0.1.1 0.1.2

详情介绍:

A shopping channel rejects a product and does not really tell you why. The usual advice is to open Merchant Center once a week and work through the diagnostics tab. That means you find out after the rejection, and a rejected product sells nothing in the meantime. This plugin runs those checks in your own shop instead, before anything is sent. It does two things, in the order that actually helps. First it tells you what is wrong. Thirty-five checks against what the shopping channels ask for, run over your real products, sorted by whether the problem stops your whole shop, stops one product, or just costs you position. Ten products with no barcode become one line that says so, with links to three of them. Then it builds the feed. For channels that read an address, you get an address to paste in. For channels that ask you to upload the file yourself, you get the file. Products with a blocking problem are left out rather than sent broken, because a feed full of rejects gets the whole shop marked down, including the products that were fine. Barcode check digits A barcode with one digit mistyped is worse than no barcode at all. It looks right on your product screen, it passes an "is this field filled in" test, and the channel silently fails to match it. From the outside nothing appears to be wrong, so there is nothing prompting you to look. This plugin does the arithmetic. A GTIN, UPC, EAN or ISBN carries a check digit calculated from the digits before it, so a mistyped code can be caught before it costs you anything. It also catches the commonest version of the mistake: a thirteen digit code with the last digit dropped, which still looks like a valid twelve digit one. Be clear about what this can and cannot know. The channels separate a code that is invalid, meaning the arithmetic does not come out, from one that is incorrect, meaning the arithmetic is fine but the code belongs to a different product. Arithmetic finds the first. Only the manufacturer's own records can settle the second, so no plugin should claim to. What it checks What it will never do Built for a real catalogue A shop with twenty thousand products cannot be checked inside one page load, and a screen that dies halfway is worse than a slow one. The check runs in pieces with a progress bar, and each piece hands back well inside what your host allows. The feed is written to a working file and swapped into place only when it is whole, so a channel reading at that moment gets the previous feed or the new one, never half of either. Keeping up without updating The shopping channels change what they ask for. Those requirements live in a signed rule file the plugin fetches once a day, so a change on their side does not wait for a plugin release. Every file is checked against a signature made with a key that is not in this plugin, refused if it is older than the one already in use, and refused if it describes anything the plugin does not already know how to do. If any of that fails, or the server cannot be reached, your shop carries on with the rules it already had.

屏幕截图:

  • Settings: the four things WooCommerce does not record and every channel asks for.
  • Feeds: an address for the channels that read one, a download for the ones that do not.

常见问题:

Does this put my products on ChatGPT?

No plugin can. Those channels admit merchants themselves, and at the time of writing not every shop is eligible. What this does is get your product data into the shape they ask for and build the file, so that when you apply you are not turned down for the data.

Will it change my products?

No. It reads your shop and reports. Every fix is something you do yourself, on your own product screens.

My shop has thousands of products. Will this time out?

The check runs in pieces and shows progress. Each piece stops well before your host would.

What if the plugin author disappears?

Your shop keeps working. The rules are bundled inside the plugin, and the copy already saved keeps being used. Nothing about the check or the feed depends on the author's server being up.

Which barcode formats are checked?

GTIN-8, UPC-12, EAN-13 and GTIN-14, including the leading-zero form.

This tells me what is wrong today. What about next month?

This plugin answers the question you ask on the day you run it. A shop drifts, though: bulk edits blank a field, an import runs badly, a channel quietly raises its bar. None of that produces an error, and the products simply stop appearing. A separate paid add-on, AI Shopping Feed Pro, keeps the history and emails you on the day something that used to pass stops passing. It is an add-on: it never switches anything off here, and this plugin stays complete on its own. Details and price

更新日志:

0.1.2 0.1.1 0.1.0