Skip to content

Commit 7f42f44

Browse files
committed
More content for 2.2.0
1 parent cf2331e commit 7f42f44

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
108 KB
Loading

content/user/images/additional_images_database.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ In Zen Cart 2.2.0, a new mechanism for specifying additional images was introduc
1212
To specify additional images names in the database, follow these steps:
1313

1414
- Go to Admin > Configuration > Images and set Additional Images Handling to "Database."
15-
- Go to Admin > Modules > Plugin Manager > Scan For Additional Product Image Files for Database. Install this plugin.
16-
- Go to Tools > Scan Product Images To Database
17-
FIXME
15+
- Go to Admin > Modules > Plugin Manager > Scan Additional Product Images to Database. Install this plugin.
16+
- Go to Tools > Scan Product Images To Database.
17+
18+
Once you run the scan tool, the new `products_additional_images` table will be populated, and you may use the product editing page directly to manage your additional images.
19+
20+
![Additional Images on Product Edit page](/images/additional_images_product_edit.png)
21+
22+
23+

content/user/images/image_plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ The following plugins may be useful to you in keeping your images folder organiz
1515
### Image Handler and Multiple Images
1616
If you would prefer not to have to learn the [Image Filename Conventions](/user/images/image_filename_conventions/), you can [use Image Handler to add additional images to a product](/user/images/additional_images/#is-there-an-easier-way-to-manage-multiple-product-images).
1717

18+
Alternately, you may upgrade to Zen Cart 2.2.0, which uses the database to manage additional images - see [Additional Image Handling in the Database](/user/images/additional_images_database/).
19+

content/user/products/product_edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ when adding or editing a product are:
3737
- Products Description - details about the product
3838
- Products Quantity - quantity in inventory
3939
- [Products Model](/user/products/product_model/) - model number or SKU
40-
- Products Image - main photo for product
40+
- Products Image - main image for product. Starting in Zen Cart 2.2.0, you may also manage [additional product images](/user/images/additional_images_database) on this page.
4141
- Products URL - if there is another web page that provides more information, add the URL here
4242
- Products Shipping Weight - weight before adding packing materials
4343
- Length, Width and Height: Since Zen Cart 2.0.0 it has been possible to add [product dimensions](/user/shipping/shipping_dimensions/) to a product.

0 commit comments

Comments
 (0)