Skip to content

A simple, public CSV product feed for your woocommerce product catalog.

Notifications You must be signed in to change notification settings

dgrundel/woo-product-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

woo-product-feed

A simple, public CSV product feed for your woocommerce product catalog.

Once installed and activated, visit:

http://yourblog.com/?woo_product_feed

Options

Products are pulled from the database using WordPress' built-in get_posts() method.

You can read the docs for this method here:

You can set the following args via GET or POST params:

  • numberposts
  • offset
  • category
  • orderby
  • order
  • include
  • exclude
  • meta_key
  • meta_value
  • post_parent

Examples

Get the first 5 products:

http://yourblog.com/?woo_product_feed&numberposts=5

Get products in category with ID 47:

http://yourblog.com/?woo_product_feed&category=47

Get products ordered by product name (post_title), A to Z (ascending):

http://yourblog.com/?woo_product_feed&orderby=title&order=asc

About

A simple, public CSV product feed for your woocommerce product catalog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages