Jigoshop is a feature-packed eCommerce plugin built upon Wordpress core functionality ensuring excellent performance and customizability.
To get started, check out our installation guide!
-
You can also clone the git repo:
git clone git://github.com/jigoshop/jigoshop.git
-
Or download it into your WordPress plugin directory:
Have a bug? Please create an issue here on GitHub!
https://github.com/jigoshop/jigoshop/issues
See CONTRIBUTING.md
Anyone and everyone is welcome to contribute. Jigoshop wouldn't be what it is today without the github community.
There are several ways you can help out:
- Raising issues on GitHub.
- Submit bug fixes or offer new features / improvements by sending pull requests.
- Offering your own translations.
See CHANGELOG.md
- Web: http://www.jigoshop.com
- Docs: http://forum.jigoshop.com/kb
- Twitter: http://twitter.com/jigoshop
- Source: http://github.com/jigoshop/jigoshop
jigoshop_product_list
- shortcode used to display list of product in column or row format, fetched by specified taxonomy and terms. Parameters:number
- number of products to download, default:jigoshop_catalog_per_page
option,order_by
- ordering of the products, default: "date",order
- type of ordering of the products, default: "desc",orientation
- orientation of items, default: "rows",taxonomy
- taxonomy to restrict products to, default: "product_cat",terms
- list of term slugs to fetch, can be an array or space separated string, default: empty,thumbnails
- decides whether to show thumbnails or not, default: "show",sku
- decides whether to show SKU value or not, default: "hide"