Shop_ProductBundleItem
The Shop_ProductBundleItem represents a bundle item in a bundle product. For example, it can represent CPU in a computer product. Bundle items contain bundle item products (objects of Shop_BundleItemProduct class).
Class fields
- $name - the bundle item name (e.g. CPU or RAM).
- $description - the bundle item description.
- $is_required - determines whether the item is required. Boolean value.
- $control_type - determines the control type to be used on the store pages. String value. Possible values are: dropdown, checkbox, radio.
- $images - a collection (Db_DataCollection) of images associated with the bundle item. Each element in the collection is an object of the Db_File class.
- $product - a reference to the master bundle product (Shop_Product), which hosts this bundle item.
- $item_products - a collection (Db_DataCollection) of item products. Each element in the collection is an object of Shop_BundleItemProduct class.
Next: Phpr_Request
Previous: root_url
Return to Reference

