i4w_prod-smallimage
Usage
This shortcode will return the content of the field 'SmallImage' from your Keap application's list of products. It may also be used in the long form, [i4w_product].
Parameters
| Parameter | Description | Default | Required |
|---|---|---|---|
| id | The product's Id. | - | Yes |
| imgwidth | Image width in pixels. | - | No |
| imgheight | Image height in pixels. | - | No |
| imgborder | Image border in pixels. | - | No |
Example
Shortcode
[i4w_prod id='1234' field='SmallImage' imgwidth='150' imgheight='150' imgborder='0']
Shortcode
[i4w_product id='1234' field='SmallImage' imgwidth='150' imgheight='150' imgborder='0']
Notes
info
The number '1234' stands for the product ID. A separate shortcode will automatically be generated for every product in your application.
The shortcode [i4w_db_prod_1234_smallimage] is now obsolete in favor of this one.