Public Member Functions | |
getActiveCategory () | |
render () | |
setProduct ($oArticle) | |
getProduct () | |
getLink ($iLang=null) | |
isVatIncluded () | |
getWishId () | |
getRemoveFunction () | |
getToBasketFunction () | |
getDisableToCart () | |
getIndex () | |
getRecommId () | |
getIteration () | |
getRSSLinks () | |
getShowMainLink () | |
getAltProduct () | |
Protected Member Functions | |
_addDynParamsToLink ($sAddDynParams, $oArticle) | |
Protected Attributes | |
$_aComponentNames = array('oxcmp_user' => 1, 'oxcmp_basket' => 1, 'oxcmp_cur' => 1) | |
$_sTemplate = 'widget/product/boxproduct.tpl' | |
$_oArticle = null |
Article box widget
Definition at line 6 of file oxwarticlebox.php.
oxwArticleBox._addDynParamsToLink | ( | $ | sAddDynParams, | |
$ | oArticle | |||
) | [protected] |
oxwArticleBox.getActiveCategory | ( | ) |
Returns active category
Reimplemented from oxUBase.
Definition at line 39 of file oxwarticlebox.php.
oxwArticleBox.getAltProduct | ( | ) |
oxwArticleBox.getDisableToCart | ( | ) |
oxwArticleBox.getIndex | ( | ) |
Returns list item id with identifier
Definition at line 175 of file oxwarticlebox.php.
oxwArticleBox.getIteration | ( | ) |
oxwArticleBox.getLink | ( | $ | iLang = null |
) |
get link of current top view
int | $iLang requested language |
Reimplemented from oxUBase.
Definition at line 115 of file oxwarticlebox.php.
oxwArticleBox.getProduct | ( | ) |
Get product article
Reimplemented from oxUBase.
Definition at line 88 of file oxwarticlebox.php.
oxwArticleBox.getRecommId | ( | ) |
oxwArticleBox.getRemoveFunction | ( | ) |
oxwArticleBox.getRSSLinks | ( | ) |
oxwArticleBox.getShowMainLink | ( | ) |
Returns the answer if main link must be showed
Definition at line 220 of file oxwarticlebox.php.
oxwArticleBox.getToBasketFunction | ( | ) |
oxwArticleBox.getWishId | ( | ) |
oxwArticleBox.isVatIncluded | ( | ) |
Returns if VAT is included in price
Reimplemented from oxUBase.
Definition at line 125 of file oxwarticlebox.php.
oxwArticleBox.render | ( | ) |
Renders template based on widget type or just use directly passed path of template
Reimplemented from oxUBase.
Definition at line 54 of file oxwarticlebox.php.
oxwArticleBox.setProduct | ( | $ | oArticle | ) |
Sets box product
oxArticle | $oArticle Box product |
Definition at line 78 of file oxwarticlebox.php.
oxwArticleBox.$_aComponentNames = array('oxcmp_user' => 1, 'oxcmp_basket' => 1, 'oxcmp_cur' => 1) [protected] |
Reimplemented from oxWidget.
Definition at line 16 of file oxwarticlebox.php.
oxwArticleBox.$_oArticle = null [protected] |
Definition at line 31 of file oxwarticlebox.php.
oxwArticleBox.$_sTemplate = 'widget/product/boxproduct.tpl' [protected] |
Definition at line 23 of file oxwarticlebox.php.