Package DE_EPAGES::Product::API::Constants
Some constants
STOCK_IS_ORDERABLE (integer)
product can be ordered even if out of stock, no
message (0)
STOCK_HAS_LONGER_DELIVERYTIME (integer)
product can be ordered even if out of
customer is informed about longer delivery time (1)
STOCK_NO_ADDTOBASKET (integer)
if the product is out of stock, it is still visible,
but cannot be added to the basket (2)
STOCK_NOT_VISIBLE (integer)
the product is hidden if out of stock (3)
$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_ATTRIBUTE_DEPENDENCY
(ref.hash.string)
maps a product attribute to another on which it depends