Article details information page. Collects detailed article information, possible variants, such information as crosselling, similarlist, picture gallery list, etc. OXID eShop -> (Any chosen product).
Definition at line 9 of file details.php.
Details._getAddUrlParams | ( | ) | [protected] |
In case list type is "search" returns search parameters which will be added to product details link
Definition at line 297 of file details.php.
Details._getParentProduct | ( | $ | sParentId | ) | [protected] |
Returns current product parent article object if it is available
string | $sParentId parent product id |
Definition at line 241 of file details.php.
Details._getSeoObjectId | ( | ) | [protected] |
Returns active product id to load its seo meta info
Reimplemented from oxUBase.
Definition at line 635 of file details.php.
Details._getSubject | ( | $ | iLang | ) | [protected] |
returns object, assosiated with current view. (the object that is shown in frontend)
int | $iLang language id |
Reimplemented from oxUBase.
Definition at line 1219 of file details.php.
Details._prepareMetaDescription | ( | $ | sMeta, | |
$ | iLength = 200 , |
|||
$ | blDescTag = false | |||
) | [protected] |
Returns current view meta data If $sMeta parameter comes empty, sets to it article title and description. It happens if current view has no meta data defined in oxcontent table
string | $sMeta user defined description, description content or empty value | |
int | $iLength max length of result, -1 for no truncation | |
bool | $blDescTag if true - performs additional dublicate cleaning |
Reimplemented from oxUBase.
Definition at line 400 of file details.php.
Details._prepareMetaKeyword | ( | $ | sKeywords, | |
$ | blRemoveDuplicatedWords = true | |||
) | [protected] |
Returns current view keywords seperated by comma If $sKeywords parameter comes empty, sets to it article title and description. It happens if current view has no meta data defined in oxcontent table
string | $sKeywords user defined keywords, keywords content or empty value | |
bool | $blRemoveDuplicatedWords remove dublicated words |
Reimplemented from oxUBase.
Definition at line 423 of file details.php.
Details._processProduct | ( | $ | oProduct | ) | [protected] |
Processes product by setting link type and in case list type is search adds search parameters to details link
object | $oProduct product to process |
Definition at line 311 of file details.php.
Details.addme | ( | ) |
Validates email address. If email is wrong - returns false and exits. If email address is OK - creates prcealarm object and saves it (oxpricealarm.save()). Sends pricealarm notification mail to shop owner.
Definition at line 1465 of file details.php.
Details.addTags | ( | ) |
Details.addToRecomm | ( | ) |
Details.cancelTags | ( | ) |
Details.canChangeTags | ( | ) |
Checks if rating runctionality is on and allwed to user
Definition at line 473 of file details.php.
Details.canRate | ( | ) |
Checks if rating runctionality is on and allwed to user
Reimplemented in Review.
Definition at line 451 of file details.php.
Details.drawParentUrl | ( | ) |
Template variable getter. Returns if draw parent url
Definition at line 928 of file details.php.
Details.editTags | ( | ) |
Details.getAccessoires | ( | ) |
Template variable getter. Returns accessoires of article
Reimplemented from oxUBase.
Definition at line 1169 of file details.php.
Details.getActPicture | ( | ) |
Template variable getter. Returns active picture
Definition at line 995 of file details.php.
Details.getActPictureId | ( | ) |
Template variable getter. Returns id of active picture
Definition at line 984 of file details.php.
Details.getActZoomPic | ( | ) |
Template variable getter. Returns active zoom picture id
Definition at line 1074 of file details.php.
Details.getAlsoBoughtTheseProducts | ( | ) |
Template variable getter. Returns list of customer also bought thies products
Reimplemented from oxUBase.
Definition at line 1185 of file details.php.
Details.getArtPic | ( | $ | sPicNr | ) |
Template variable getter. Returns selected picture
string | $sPicNr picture number |
Definition at line 1030 of file details.php.
Details.getAttributes | ( | ) |
loading full list of attributes
Definition at line 647 of file details.php.
Details.getBidPrice | ( | ) |
Template variable getter. Returns bid price
Definition at line 1521 of file details.php.
Details.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 1403 of file details.php.
Details.getCanonicalUrl | ( | ) |
Returns view canonical url
Reimplemented from oxUBase.
Definition at line 1301 of file details.php.
Details.getCaptcha | ( | ) |
Template variable getter. Returns object of handling CAPTCHA image
Definition at line 841 of file details.php.
Details.getCategory | ( | ) |
Template variable getter. Returns product's root category
Definition at line 915 of file details.php.
Details.getCrossSelling | ( | ) |
Template variable getter. Returns crosssellings
Reimplemented from oxUBase.
Definition at line 1116 of file details.php.
Details.getEditTags | ( | ) |
Returns if tags will be edit
Reimplemented from oxUBase.
Definition at line 673 of file details.php.
Details.getIcons | ( | ) |
Template variable getter. Returns icons of current article
Definition at line 1041 of file details.php.
Details.getLastProducts | ( | $ | iCnt = 4 |
) |
Template variable getter. Returns last seen products
int | $iCnt product count |
Definition at line 870 of file details.php.
Details.getLinkType | ( | ) |
Details.getManufacturer | ( | ) |
Template variable getter. Returns product's vendor
Definition at line 902 of file details.php.
Details.getMediaFiles | ( | ) |
Template variable getter. Returns media files of current product
Definition at line 854 of file details.php.
Details.getParentName | ( | ) |
Template variable getter. Returns parent article name
Definition at line 938 of file details.php.
Details.getParentUrl | ( | ) |
Template variable getter. Returns parent article name
Definition at line 954 of file details.php.
Details.getPictureGallery | ( | ) |
Template variable getter. Returns picture galery of current article
Definition at line 970 of file details.php.
Details.getPictures | ( | ) |
Template variable getter. Returns pictures of current article
Definition at line 1017 of file details.php.
Details.getPicturesProduct | ( | ) |
Details.getPriceAlarmStatus | ( | ) |
Return pricealarm status (if it was send)
Definition at line 1511 of file details.php.
Details.getProduct | ( | ) |
Returns current product
Reimplemented from oxUBase.
Definition at line 723 of file details.php.
Details.getRatingCount | ( | ) |
Template variable getter. Returns rating count
Definition at line 1387 of file details.php.
Details.getRatingValue | ( | ) |
Template variable getter. Returns rating value
Definition at line 1359 of file details.php.
Details.getReviews | ( | ) |
Template variable getter. Returns reviews of current article
Reimplemented in Review.
Definition at line 1100 of file details.php.
Details.getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html
Reimplemented from oxUBase.
Definition at line 1580 of file details.php.
Details.getSearchTitle | ( | ) |
Returns search title. It will be setted in oxlocator
Definition at line 1229 of file details.php.
Details.getSelectLists | ( | ) |
Template variable getter. Returns selectlists of current article
Definition at line 1084 of file details.php.
Details.getSimilarProducts | ( | ) |
Template variable getter. Returns similar article list
Reimplemented from oxUBase.
Definition at line 1132 of file details.php.
Details.getSimilarRecommLists | ( | ) |
Template variable getter. Returns recommlists
Reimplemented from oxUBase.
Definition at line 1148 of file details.php.
Details.getTag | ( | ) |
Template variable getter. Returns current tag
Definition at line 1291 of file details.php.
Details.getTagCloudManager | ( | ) |
Returns tag cloud manager class
Reimplemented from oxUBase.
Definition at line 693 of file details.php.
Details.getTags | ( | ) |
Details.getTagSeparator | ( | ) |
Details.getTitle | ( | ) |
Returns current view title. Default is null
Reimplemented from oxUBase.
Definition at line 1278 of file details.php.
Details.getVariantList | ( | ) |
Details.getVariantListExceptCurrent | ( | ) |
Returns variant lists of current product excludes currently viewed product
Definition at line 822 of file details.php.
Details.getVariantSelections | ( | ) |
Details.getVendor | ( | ) |
Template variable getter. Returns product's vendor
Definition at line 889 of file details.php.
Details.getViewId | ( | ) |
Returns prefix ID used by template engine.
Reimplemented from oxUBase.
Reimplemented in Review.
Definition at line 324 of file details.php.
Details.getZoomPics | ( | ) |
Template variable getter. Returns zoom pictures
Definition at line 1063 of file details.php.
Details.isEditableTags | ( | ) |
Returns if tags can be changed, if user is loggen in and product exists.
Definition at line 707 of file details.php.
Details.isMdVariantView | ( | ) |
Should we show MD variant selection? - Not for 1 dimension variants.
Definition at line 1319 of file details.php.
Details.isMoreTagsVisible | ( | ) |
Should "More tags" link be visible.
Reimplemented from oxUBase.
Definition at line 1570 of file details.php.
Details.isPersParam | ( | ) |
Checks should persistent parametere input field be displayed
Definition at line 1337 of file details.php.
Details.isPriceAlarm | ( | ) |
Template variable getter. Returns if pricealarm is disabled
Definition at line 1201 of file details.php.
Details.isReviewActive | ( | ) |
Template variable getter. Returns if review modul is on
Definition at line 1377 of file details.php.
Details.loadVariantInformation | ( | ) |
loading full list of variants, if we are child and do not have any variants then let's load all parent variants as ours
Definition at line 259 of file details.php.
Details.morePics | ( | ) |
Template variable getter. Returns true if there more pictures
Definition at line 1006 of file details.php.
Details.noIndex | ( | ) |
If product details are accessed by vendor url view must not be indexable
Reimplemented from oxUBase.
Definition at line 1264 of file details.php.
Details.render | ( | ) |
If possible loads additional article info (oxarticle.getCrossSelling(), oxarticle.getAccessoires(), oxarticle.getReviews(), oxarticle.GetSimilarProducts(), oxarticle.GetCustomerAlsoBoughtThisProducts()), forms variants details navigation URLs loads selectlists (oxarticle.GetSelectLists()), prerares HTML meta data (details._convertForMetaTags()). Returns name of template file details._sThisTemplate
Reimplemented from oxUBase.
Reimplemented in RecommAdd, and Review.
Definition at line 348 of file details.php.
Details.saveReview | ( | ) |
Saves user ratings and review text (oxreview object)
Reimplemented in Review.
Definition at line 487 of file details.php.
Details.setCatTreePath | ( | $ | sActCatPath | ) |
active category path setter
string | $sActCatPath category tree path |
Definition at line 1253 of file details.php.
Details.setSearchTitle | ( | $ | sTitle | ) |
Returns search title setter
string | $sTitle search title |
Definition at line 1241 of file details.php.
Details.showZoomPics | ( | ) |
Template variable getter. Returns if to show zoom pictures
Definition at line 1052 of file details.php.
Details.$_aAlsoBoughtArts = null [protected] |
Definition at line 169 of file details.php.
Details.$_aAttributes = null [protected] |
Definition at line 109 of file details.php.
Details.$_aLastProducts = null [protected] |
Definition at line 85 of file details.php.
Details.$_aMediaFiles = null [protected] |
Definition at line 79 of file details.php.
Details.$_aPicGallery = null [protected] |
Definition at line 127 of file details.php.
Details.$_aReviews = null [protected] |
Reimplemented in Review.
Definition at line 139 of file details.php.
Details.$_aSelectLists = null [protected] |
Definition at line 133 of file details.php.
Details.$_aTags = null [protected] |
Definition at line 61 of file details.php.
Details.$_aUserRecommList = null [protected] |
Reimplemented in RecommAdd.
Definition at line 67 of file details.php.
Details.$_aVariantList = null [protected] |
Definition at line 16 of file details.php.
Details.$_blCanEditTags = null [protected] |
Definition at line 55 of file details.php.
Details.$_blCanRate = null [protected] |
Definition at line 37 of file details.php.
Details.$_blEditTags = null [protected] |
Definition at line 49 of file details.php.
Details.$_blIsInitialized = false [protected] |
Definition at line 182 of file details.php.
Details.$_blMdView = null [protected] |
Definition at line 196 of file details.php.
Details.$_blShowSorting = true [protected] |
Reimplemented from oxUBase.
Definition at line 43 of file details.php.
Details.$_blTop5Action = false [protected] |
Reimplemented from oxUBase.
Definition at line 214 of file details.php.
Details.$_dRatingValue = null [protected] |
Definition at line 202 of file details.php.
Details.$_iLinkType = null [protected] |
Definition at line 189 of file details.php.
Details.$_iPriceAlarmStatus = null [protected] |
Definition at line 226 of file details.php.
Details.$_iRatingCnt = null [protected] |
Definition at line 208 of file details.php.
Details.$_oAccessoires = null [protected] |
Definition at line 163 of file details.php.
Details.$_oCaptcha = null [protected] |
Definition at line 73 of file details.php.
Details.$_oCategory = null [protected] |
Definition at line 103 of file details.php.
Details.$_oCrossSelling = null [protected] |
Reimplemented in Review.
Definition at line 145 of file details.php.
Details.$_oManufacturer = null [protected] |
Definition at line 97 of file details.php.
Details.$_oParentProd = null [protected] |
Definition at line 30 of file details.php.
Details.$_oRecommList = null [protected] |
Reimplemented in Review.
Definition at line 157 of file details.php.
Details.$_oSimilarProducts = null [protected] |
Reimplemented in Review.
Definition at line 151 of file details.php.
Details.$_oVendor = null [protected] |
Definition at line 91 of file details.php.
Details.$_sBidPrice = null [protected] |
Definition at line 220 of file details.php.
Details.$_sParentName = null [protected] |
Definition at line 115 of file details.php.
Details.$_sParentUrl = null [protected] |
Definition at line 121 of file details.php.
Details.$_sSearchParamForHtml = null [protected] |
Definition at line 232 of file details.php.
Details.$_sSearchTitle = null [protected] |
Definition at line 175 of file details.php.
Details.$_sThisTemplate = 'page/details/details.tpl' [protected] |
Reimplemented from oxView.
Reimplemented in RecommAdd, and Review.
Definition at line 23 of file details.php.