Package DE_EPAGES::Product::API::Constants
Some constants
$CSV_SPECIAL_PRODUCTITEMS (ref.array.string)
csv export import constants
- 0 - do not export this attributes
- 1 - export this attributes, also if not exportable
PRODUCT_IMAGES_SIZES
(ref.hash.array.int)
image dimensions for automatic resizing. Hash key
is the image size postfix ('s'=small, 'm'=medium, 'l'=large, 'h'=huge, 'xs'=thumbnail).
Hash value is the image size as array reference [width, height].
PRODUCT_LARGE_IMAGE_SIZES
(ref.array.string)
image dimensions for automatic resizing of the large product image.
PRODUCT_IMAGE_SIZE_NAMES
(ref.hash.string)
maps image size postfix (see PRODUCT_IMAGES_SIZES)
to product attribut name, for example 'xs' => 'ImageThumbnail'.
PRODUCT_IMAGES_JPEG_QUALITIES (ref.hash.string)
Quality value for JPEG images, 0 - 100 | integer
PRODUCT_ATTRIBUTE_DEPENDENCY
(ref.hash.string)
maps a product attribute to another on which it depends