Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

readme.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

This WordPress plugin enables theme developers to develop a Fik Stores compatible themes, exposing products and other common functions.

Installation

  1. Install in you /wp-content/plugins directory.
  2. Activate plugin.

Frequently Asked Questions

In order to create a thumbnail gallery for products, you must add a Custom Field to the product, where the key will be "product_image" and the value will be the ID of the image uploaded to the WordPress media library. Add as meny "product_image" custom fields as images needed.

Quantity in a product may be modified adding a custom field named "quantity", setting quantity to 0 will triger the Out of stock state for a product.

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues