lat9 / gpsf

An update to the previous Numinix version, now supporting Zen Carts 1.5.6 and above (including 1.5.8a) as well as PHP versions 5.6 through 8.2.
GNU General Public License v2.0
2 stars 2 forks source link

Suggestion: exclusion of some products from the feed generation #17

Closed torvista closed 6 months ago

torvista commented 6 months ago

...to make the skipped products list into a real-errors only/fix-me list...

A simple text skip-list would do.

But since all products should have a google category assigned: that is a new database field per product (in my setup). Perhaps a specific string ("xxx") in this field could make it a skipped product? Just ideas...

torvista commented 6 months ago

I see there's all sorts of voodoo in \classes\gpsf\gpsfBase.php for such things

lat9 commented 6 months ago

Yea, I should add an example to the Wiki to show some basic processing like that.

torvista commented 6 months ago

My bad for not even noticing the Wiki, my speed reading is pretty bumpy these days.

lat9 commented 6 months ago

At a minimum, there's now that Wiki link in the repo's base readme.md.