
admin._productSection.gsp Maven / Gradle / Ivy
Show all versions of mybusiness Show documentation
Product Workflow
Workflow when adding a new product and features should be:
Product Feature Category > Product Feature > Product >
The remain steps have no particular order:
Standard Feature Application, Product Feature Application,
Product Category, and Good Identification.
Product
Product is a table for items displayed in the application product pages.
Product images use Photos listed in the next section. Multiples photos and be linked to a Product.
There is an HTML editor used for product descriptions. The editor can also be used to
display images on the page.
For information on the editor see: HTML Editor
Product List
Photo is a table for photos with links to the photo files on the filesystem or CDN.
images must be in PNG, and JPG format.
Uploaded images should be larger than 400px W x 400px H.
Images can be edited and converted using many image editing programs such as Adobe Photoshop or the free
open-source alternative GIMP available at www.gimp.org
Uploaded images are copied and scaled to thumb (50px W x 50px H), small (150px W x 150px H),
and large (400px W x 400px H).
It is best if images are proportional to this (1X Width x 1X Height) before uploading
to eliminate cropping of image.
Current image file size is limited to 1MB. This can be adjusted in the code.
Photo List
Product Feature Category
Product Feature Category is a table for grouping product features like
colors, and sizes to be used as selectable option
categories on product detail pages.
Product Feature Category List
Product Feature
Product Feature is a table for features and options available with Products.
This could be colors like blue, red and sizes like small, large, etc.
Product Feature List
Product Feature Application
Product Feature Application is a join table that ties a Product Feature to
a Product. This is used to build the list of selectable options by feature
category on a product's detail page.
Product Feature Application List
Product Category
Product Category is a table for product categories. Products may
belong to many categories. Examples would be "Dog Supplies", "Collars",
and "New Products".
Product Categories have a hierarchy that allows sub-categories to be more specific.
When selecting Product Categories using the Product create or edit forms you only
need to select the most specific ones. For example selecting Collars will
automatically add Dog Supplies. If this also a New Product you will need to
select this also as New Products is not a ancestor of Collars.
Product Category List
Good Identification
Good Identification is a table to hold various codes and id numbers
a product may have. Product has a "number" field that is for the primary
number used to identify it and is used in product listings This could be any
id you want but is usually the SKU. Good Identification
is for additional codes such a SKU, UPC, etc.
Good Identification List
Import Sheet
Import Sheet is a table to hold product spreadsheets used to add and update
product listings as well as comments generated during processing.
Import Sheet List
Specials
Special is a table for date based product specials or sales to display on
the Specials page.
Specials can be added and removed from the page through the administration page.
Specials have a begin and end date as well as an enable/disable toggle.
Special List
Payments
Payments should be confirmed through PayPal's website.
Payment List