Sha256: da9b1b5a8653240edfbe7b049e10f1c1416eefb2fb75cc54c8cc89b6f6b0aff4

Contents?: true

Size: 1.86 KB

Versions: 24

Compression:

Stored size: 1.86 KB

Contents

title: Adding and Editing Products
slugs: products_new
language: en
status: published
********************************************

This is handled by three different tabs: the *Product Details* tab, the *Product Images* tab, and the *Taxes & Shipping* tab.

The Product Details Tab
-----------------------

* Title: this is the name of your product.
* Short description: the short description of your product is used in lists, search results, and in places where a long description wouldn't fit.
* Primary description: put your writing skills into good use and write the most compelling description you can.  This is where you convince people to buy!
* Publish: whether or not your product is ready for sale.
* Category: the category that your product belongs to.  You can manage categories in the [Product Categories][1] section.
* Price: the price, not including taxes or shipping.
* Featured: whether or not the product is given special prominence on your site.


**Options**

Options follow a simple format called YAML. Creating options is easy, just enter the name of attribute with a colon after it, and then underneath it indent each option with two spaces and a hyphen. For example, if you had a shirt and you wanted to allow the user to select colour and size, your options would look like this:
<pre>
Color:
  - Blue
  - Red
  - Green
  
Size:
  - Small
  - Medium
  - Large
</pre>

The Images Tab
--------------

Images are an essential part of marketing your product.  You should have at least one image and preferably three or more for each product you create.

You can upload images from your computer or choose images from the Asset Library.  Start by clicking the highlighted text that says "Add an image".


The Taxes & Shipping Tab
------------------------

This tab lets you specify applicable taxes and shipping fees for the product.


[1]: /forge/product_categories "Product Categories"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/db/help/products_new.help
forge-cli-0.1.9 lib/forge/db/help/products_new.help
forge-cli-0.1.8 lib/forge/db/help/products_new.help
forge-cli-0.1.7 lib/forge/db/help/products_new.help
forge-cli-0.1.6 lib/forge/db/help/products_new.help
forge-cli-0.1.5 lib/forge/db/help/products_new.help
forge-cli-0.1.4 lib/forge/db/help/products_new.help
forge-cli-0.1.3 lib/forge/db/help/products_new.help
forge-cli-0.1.2 lib/forge/db/help/products_new.help
forge-cli-0.1.1 lib/forge/db/help/products_new.help
forge-cli-0.1.0 lib/forge/db/help/products_new.help
forge-cli-0.0.18 lib/forge/db/help/products_new.help
forge-cli-0.0.17 lib/forge/db/help/products_new.help
forge-cli-0.0.16 lib/forge/db/help/products_new.help
forge-cli-0.0.15 lib/forge/db/help/products_new.help
forge-cli-0.0.14 lib/forge/db/help/products_new.help
forge-cli-0.0.13 lib/forge/db/help/products_new.help
forge-cli-0.0.12 lib/forge/db/help/products_new.help
forge-cli-0.0.11 lib/forge/db/help/products_new.help
forge-cli-0.0.10 lib/forge/db/help/products_new.help