Dade88 / jigoshop

Jigoshop is an eCommerce plugin for WordPress forged from years of experience by the WordPress Community & the Jigoshop Team.

Home Page:http://www.jigoshop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jigoshop is a feature-packed eCommerce plugin built upon Wordpress core functionality ensuring excellent performance and customizability.

Quick start

To get started, check out our installation guide!

  1. You can also clone the git repo:

    git clone git://github.com/jigoshop/jigoshop.git
    
  2. Or download it into your WordPress plugin directory:

    https://github.com/jigoshop/jigoshop/zipball/master

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/jigoshop/jigoshop/issues

Contributing

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:

Change Log

See CHANGELOG.md

Project information

Shortcodes description

  • 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"

About

Jigoshop is an eCommerce plugin for WordPress forged from years of experience by the WordPress Community & the Jigoshop Team.

http://www.jigoshop.com

License:Other


Languages

Language:PHP 80.1%Language:JavaScript 14.3%Language:CSS 5.3%Language:HTML 0.2%Language:Shell 0.1%