Public Member Functions | |
moveLeft () | |
moveRight () | |
inPopup () | |
setCompareItemsCnt ($iCount) | |
getCompareItemsCnt () | |
getCompareItems () | |
setCompareItems ($aItems) | |
setNoPaging () | |
getCompArtList () | |
getAttributeList () | |
getSimilarRecommListIds () | |
getPageNavigation () | |
getOrderCnt () | |
getBreadCrumb () | |
Protected Member Functions | |
_setArticlesPerPage ($iNumber) | |
_removeArticlesFromPage ($aItems, $oList) | |
_changeArtListOrder ($aItems, $oList) | |
Protected Attributes | |
$_iCntPages = 1 | |
$_iOrderCnt = null | |
$_iArticlesPerPage = 3 | |
$_iCompItemsCnt = null | |
$_aCompItems = null | |
$_oArtList = null | |
$_oAttributeList = null | |
$_oRecommList = null | |
$_oPageNavigation = null | |
$_blBargainAction = true | |
$_blShowTagCloud = false | |
$_sThisTemplate = 'page/compare/compare.tpl' | |
$_aSimilarRecommListIds = null |
Comparing Products. Takes a few products and show attribute values to compare them.
Definition at line 7 of file compare.php.
Compare._changeArtListOrder | ( | $ | aItems, | |
$ | oList | |||
) | [protected] |
Changes order of list elements
array | $aItems article array | |
object | $oList article list array |
Definition at line 373 of file compare.php.
Compare._removeArticlesFromPage | ( | $ | aItems, | |
$ | oList | |||
) | [protected] |
Cuts page articles
array | $aItems article array | |
object | $oList article list array |
Definition at line 346 of file compare.php.
Compare._setArticlesPerPage | ( | $ | iNumber | ) | [protected] |
$_iArticlesPerPage setter
int | $iNumber article count in compare page |
Definition at line 246 of file compare.php.
Compare.getAttributeList | ( | ) |
Template variable getter. Returns attribute list
Definition at line 292 of file compare.php.
Compare.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 427 of file compare.php.
Compare.getCompareItems | ( | ) |
Compare.getCompareItemsCnt | ( | ) |
Template variable getter. Returns article list count in comparison
Definition at line 201 of file compare.php.
Compare.getCompArtList | ( | ) |
Template variable getter. Returns comparison's article list in order per page
Definition at line 266 of file compare.php.
Compare.getOrderCnt | ( | ) |
changes default template for compare in popup
Definition at line 410 of file compare.php.
Compare.getPageNavigation | ( | ) |
Template variable getter. Returns page navigation
Reimplemented from oxUBase.
Definition at line 328 of file compare.php.
Compare.getSimilarRecommListIds | ( | ) |
Return array of id to form recommend list.
Reimplemented from oxUBase.
Definition at line 310 of file compare.php.
Compare.inPopup | ( | ) |
changes default template for compare in popup
Definition at line 180 of file compare.php.
Compare.moveLeft | ( | ) |
moves current article to the left in compare items array
Definition at line 106 of file compare.php.
Compare.moveRight | ( | ) |
moves current article to the right in compare items array
Definition at line 143 of file compare.php.
Compare.setCompareItems | ( | $ | aItems | ) |
Compare item $_aCompItems setter
array | $aItems compare items i new order |
Definition at line 235 of file compare.php.
Compare.setCompareItemsCnt | ( | $ | iCount | ) |
Articlelist count in comparison setter
integer | $iCount compare items count |
Definition at line 191 of file compare.php.
Compare.setNoPaging | ( | ) |
turn off paging
Definition at line 254 of file compare.php.
Compare.$_aCompItems = null [protected] |
Definition at line 43 of file compare.php.
Compare.$_aSimilarRecommListIds = null [protected] |
Definition at line 100 of file compare.php.
Compare.$_blBargainAction = true [protected] |
Reimplemented from oxUBase.
Definition at line 78 of file compare.php.
Compare.$_blShowTagCloud = false [protected] |
Reimplemented from oxUBase.
Definition at line 85 of file compare.php.
Compare.$_iArticlesPerPage = 3 [protected] |
Definition at line 29 of file compare.php.
Compare.$_iCntPages = 1 [protected] |
Definition at line 15 of file compare.php.
Compare.$_iCompItemsCnt = null [protected] |
Reimplemented from oxUBase.
Definition at line 36 of file compare.php.
Compare.$_iOrderCnt = null [protected] |
Definition at line 22 of file compare.php.
Compare.$_oArtList = null [protected] |
Definition at line 50 of file compare.php.
Compare.$_oAttributeList = null [protected] |
Definition at line 57 of file compare.php.
Compare.$_oPageNavigation = null [protected] |
Definition at line 71 of file compare.php.
Compare.$_oRecommList = null [protected] |
Definition at line 64 of file compare.php.
Compare.$_sThisTemplate = 'page/compare/compare.tpl' [protected] |
Reimplemented from oxView.
Definition at line 93 of file compare.php.