OXID eShop CE
4.10.6
|
Protected Member Functions | |
_getParentProduct ($sParentId) | |
_getAddUrlParams () | |
_processProduct ($oProduct) | |
_prepareMetaDescription ($sMeta, $iLength=200, $blDescTag=false) | |
_prepareMetaKeyword ($sKeywords, $blRemoveDuplicatedWords=true) | |
_addTagsToList ($oArticleTagList, $aTags, $aAddedTags) | |
_getSeoObjectId () | |
_additionalChecksForArticle () | |
_getSubject ($iLang) | |
_getVendorBreadCrumb () | |
_getRecommendationListBredCrumb () | |
_getTagBreadCrumb () | |
_getSearchBreadCrumb () | |
_getCategoryBreadCrumb () | |
Protected Member Functions inherited from oxUBase | |
_getComponentNames () | |
_processRequest () | |
_getMetaFromSeo ($sDataType) | |
_getMetaFromContent ($sMetaIdent) | |
_forceNoIndex () | |
_setNrOfArtPerPage () | |
_removeDuplicatedWords ($aInput, $aSkipTags=array()) | |
_getRequestParams ($blAddPageNr=true) | |
_getSeoRequestParams () | |
_addPageNrParam ($sUrl, $iPage, $iLang=null) | |
_canRedirect () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxUBase | |
static | $_aCollectedComponentNames = null |
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.
|
protected |
Runs additional checks for article.
Definition at line 686 of file details.php.
|
protected |
Adds tags to passed oxArticleTagList object
oxArticleTagList | $oArticleTagList | article tags list object |
array | $aTags | tags array to add to list |
array | $aAddedTags | tags, which are already added to list |
Definition at line 526 of file details.php.
|
protected |
In case list type is "search" returns search parameters which will be added to product details link
Definition at line 202 of file details.php.
|
protected |
|
protected |
Returns current product parent article object if it is available
string | $sParentId | parent product id |
Definition at line 183 of file details.php.
|
protected |
Recommendation list bread crumb
Definition at line 1625 of file details.php.
|
protected |
|
protected |
Returns active product id to load its seo meta info
Reimplemented from oxUBase.
Definition at line 611 of file details.php.
|
protected |
returns object, associated with current view. (the object that is shown in frontend)
int | $iLang | language id |
Reimplemented from oxUBase.
Definition at line 1003 of file details.php.
|
protected |
Tag bread crumb
Definition at line 1643 of file details.php.
|
protected |
|
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 341 of file details.php.
|
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 370 of file details.php.
|
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 248 of file details.php.
Details::addme | ( | ) |
Validates email address. If email is wrong - returns false and exits. If email address is OK - creates price alarm object and saves it (oxpricealarm::save()). Sends price alarm notification mail to shop owner.
Definition at line 1179 of file details.php.
Details::addTags | ( | ) |
Adds tags from parameter
Definition at line 474 of file details.php.
Details::addToRecomm | ( | ) |
Adds article to selected recommendation list
Definition at line 446 of file details.php.
Details::cancelTags | ( | ) |
Cancels tags editing mode
Definition at line 584 of file details.php.
Details::canChangeTags | ( | ) |
Checks if rating functionality is on and allowed to user
Definition at line 1504 of file details.php.
Details::drawParentUrl | ( | ) |
Template variable getter. Returns if draw parent url
Definition at line 749 of file details.php.
Details::editTags | ( | ) |
Sets tags editing mode
Definition at line 554 of file details.php.
Details::getAccessoires | ( | ) |
Template variable getter. Returns accessories of article
Reimplemented from oxUBase.
Definition at line 950 of file details.php.
Details::getActPicture | ( | ) |
Template variable getter. Returns active picture
Definition at line 824 of file details.php.
Details::getActPictureId | ( | ) |
Template variable getter. Returns id of active picture
Reimplemented in MoreDetails.
Definition at line 812 of file details.php.
Details::getAlsoBoughtTheseProducts | ( | ) |
Template variable getter. Returns list of customer also bought these products
Reimplemented from oxUBase.
Definition at line 967 of file details.php.
Details::getArtPic | ( | $sPicNr | ) |
Template variable getter. Returns selected picture
string | $sPicNr | picture number |
Definition at line 850 of file details.php.
Details::getBidPrice | ( | ) |
Template variable getter. Returns bid price
Definition at line 1237 of file details.php.
Details::getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 1133 of file details.php.
Details::getBundleArticle | ( | ) |
Details::getCanonicalUrl | ( | ) |
Returns view canonical url
Reimplemented from oxUBase.
Definition at line 1110 of file details.php.
Details::getCaptcha | ( | ) |
Template variable getter. Returns object of handling CAPTCHA image
Definition at line 1161 of file details.php.
Details::getCrossSelling | ( | ) |
Template variable getter. Returns cross selling
Reimplemented from oxUBase.
Definition at line 896 of file details.php.
Details::getDefaultSorting | ( | ) |
Returns default category sorting for selected category
Reimplemented from oxUBase.
Definition at line 1561 of file details.php.
Details::getEditTags | ( | ) |
Returns if tags will be edit
Reimplemented from oxUBase.
Definition at line 625 of file details.php.
Details::getLinkType | ( | ) |
Details::getMetaDescription | ( | ) |
Template variable getter. Returns meta description
Reimplemented from oxUBase.
Definition at line 1080 of file details.php.
Details::getNavigationParams | ( | ) |
Returns array of params => values which are used in hidden forms and as additional url params. NOTICE: this method SHOULD return raw (non encoded into entities) parameters, because values are processed by htmlentities() to avoid security and broken templates problems This exact fix is added for article details to parse variant selection properly for widgets.
Reimplemented from oxUBase.
Definition at line 217 of file details.php.
Details::getParentName | ( | ) |
Template variable getter. Returns parent article name
Definition at line 761 of file details.php.
Details::getParentUrl | ( | ) |
Template variable getter. Returns parent article name
Definition at line 780 of file details.php.
Details::getPictureGallery | ( | ) |
Template variable getter. Returns picture gallery of current article
Definition at line 797 of file details.php.
Details::getPictures | ( | ) |
Template variable getter. Returns pictures of current article
Definition at line 836 of file details.php.
Details::getPicturesProduct | ( | ) |
Details::getPriceAlarmStatus | ( | ) |
Return price alarm status (if it was send)
Definition at line 1227 of file details.php.
Details::getProduct | ( | ) |
Returns current product
Reimplemented from oxUBase.
Reimplemented in MoreDetails.
Definition at line 647 of file details.php.
Details::getProductsDeliveryList | ( | ) |
Template variable getter. Returns delivery list for current product
Definition at line 1448 of file details.php.
Details::getRDFaBusinessEntityLoc | ( | ) |
Gets content id of company info page (About Us)
Definition at line 1482 of file details.php.
Details::getRDFaBusinessFnc | ( | ) |
Gets business function of the gr:Offering
Definition at line 1362 of file details.php.
Details::getRDFaCustomers | ( | ) |
Gets the types of customers for which the given gr:Offering is valid
Definition at line 1372 of file details.php.
Details::getRDFaDeliveryChargeSpecLoc | ( | ) |
Gets content id of delivery information page
Definition at line 1462 of file details.php.
Details::getRDFaDeliverySetMethods | ( | ) |
Returns delivery methods with assigned delivery sets.
Definition at line 1435 of file details.php.
Details::getRDFaGenericCondition | ( | ) |
Gets a generic description of product condition
Definition at line 1392 of file details.php.
Details::getRDFaNormalizedRating | ( | ) |
Details::getRDFaPaymentChargeSpecLoc | ( | ) |
Details::getRDFaPaymentMethods | ( | ) |
Details::getRDFaValidityPeriod | ( | $sShopConfVar | ) |
Sets and returns validity period of given object
string | $sShopConfVar | object name |
Definition at line 1340 of file details.php.
Details::getRDFaVAT | ( | ) |
Details::getReviews | ( | ) |
Template variable getter. Returns reviews of current article
Reimplemented in Review.
Definition at line 879 of file details.php.
Details::getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html
Reimplemented from oxUBase.
Definition at line 1289 of file details.php.
Details::getSearchTitle | ( | ) |
Returns search title. It will be set in oxLocator
Definition at line 1013 of file details.php.
Details::getSelectLists | ( | ) |
Template variable getter. Returns selectlists of current article
Definition at line 862 of file details.php.
Details::getSimilarProducts | ( | ) |
Template variable getter. Returns similar article list
Reimplemented from oxUBase.
Definition at line 913 of file details.php.
Details::getSimilarRecommListIds | ( | ) |
Return array of id to form recommend list.
Reimplemented from oxUBase.
Definition at line 932 of file details.php.
Details::getSortingParameters | ( | ) |
Returns sorting parameters separated by "|"
Definition at line 1581 of file details.php.
Details::getTag | ( | ) |
Template variable getter. Returns current tag
Definition at line 1100 of file details.php.
Details::getTagCloudManager | ( | ) |
Returns tag cloud manager class
Definition at line 1521 of file details.php.
Details::getTags | ( | ) |
Returns all tags
Definition at line 637 of file details.php.
Details::getTitle | ( | ) |
Returns current view title. Default is null
Reimplemented from oxUBase.
Reimplemented in RecommAdd.
Definition at line 1059 of file details.php.
Details::getVariantSelections | ( | ) |
Details::getViewId | ( | ) |
Returns prefix ID used by template engine.
Reimplemented from oxUBase.
Reimplemented in Review.
Definition at line 261 of file details.php.
Details::isPriceAlarm | ( | ) |
Template variable getter. Returns if price alarm is disabled
Definition at line 984 of file details.php.
Details::isReviewActive | ( | ) |
Template variable getter. Returns if review module is on
Definition at line 1551 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 1044 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 select lists (oxArticle::GetSelectLists()), prepares HTML meta data (details::_convertForMetaTags()). Returns name of template file details::_sThisTemplate
Reimplemented from oxUBase.
Reimplemented in Review, and RecommAdd.
Definition at line 285 of file details.php.
Details::saveReview | ( | ) |
Saves user ratings and review text (oxReview object)
Reimplemented in Review.
Definition at line 398 of file details.php.
Details::setCatTreePath | ( | $sActCatPath | ) |
active category path setter
string | $sActCatPath | category tree path |
Definition at line 1033 of file details.php.
Details::setSearchTitle | ( | $sTitle | ) |
Returns search title setter
string | $sTitle | search title |
Definition at line 1023 of file details.php.
Details::showRdfa | ( | ) |
Returns if page has rdfa
Reimplemented from oxView.
Definition at line 1303 of file details.php.
Details::showRDFaProductStock | ( | ) |
Details::showZoomPics | ( | ) |
Template variable getter. Returns if to show zoom pictures
Definition at line 1539 of file details.php.
|
protected |
Definition at line 114 of file details.php.
|
protected |
Definition at line 72 of file details.php.
|
protected |
Definition at line 86 of file details.php.
|
protected |
Definition at line 79 of file details.php.
|
protected |
Definition at line 166 of file details.php.
|
protected |
Definition at line 42 of file details.php.
|
protected |
Definition at line 33 of file details.php.
|
protected |
Definition at line 129 of file details.php.
|
protected |
Definition at line 174 of file details.php.
|
protected |
Definition at line 136 of file details.php.
|
protected |
Definition at line 150 of file details.php.
|
protected |
Definition at line 107 of file details.php.
|
protected |
Definition at line 51 of file details.php.
|
protected |
Definition at line 93 of file details.php.
|
protected |
Definition at line 24 of file details.php.
|
protected |
Definition at line 100 of file details.php.
|
protected |
Definition at line 143 of file details.php.
|
protected |
Definition at line 58 of file details.php.
|
protected |
Definition at line 65 of file details.php.
|
protected |
Definition at line 157 of file details.php.
|
protected |
Definition at line 121 of file details.php.
|
protected |
Definition at line 17 of file details.php.