OXID eShop CE
4.9.5
|
Protected Member Functions | |
_getEditValue ($oObject, $sField) | |
_processLongDesc ($sValue) | |
_resetCategoriesCounter ($sArticleId) | |
_setTags ($sTags, $sArticleId) | |
_copyCategories ($sOldId, $sNewId) | |
_copyAttributes ($sOldId, $sNewId) | |
_copyFiles ($sOldId, $sNewId) | |
_copySelectlists ($sOldId, $sNewId) | |
_copyCrossseling ($sOldId, $sNewId) | |
_copyAccessoires ($sOldId, $sNewId) | |
_copyStaffelpreis ($sOldId, $sNewId) | |
_copyArtExtends ($sOldId, $sNewId) | |
_formJumpList ($oArticle, $oParentArticle) | |
_getTitle ($oObj) | |
Protected Member Functions inherited from oxAdminDetails | |
_getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
_processEditValue ($sValue) | |
_getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
_generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
_createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
_getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
_setupNavigation ($sNode) | |
_resetCounts ($aIds) | |
Protected Member Functions inherited from oxAdminView | |
_getEditShop ($sShopId) | |
_getServiceProtocol () | |
_getShopVersionNr () | |
_addNavigationHistory ($sNode) | |
_getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
_resetContentCache () | |
_allowAdminEdit ($sUserId) | |
_getCountryByCode ($sCountryCode) | |
_authorize () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin article main manager. Collects and updates (on user submit) article base parameters data ( such as title, article No., short Description and etc.). Admin Menu: Manage Products -> Articles -> Main.
Definition at line 9 of file article_main.php.
|
protected |
Copying accessoires assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 585 of file article_main.php.
|
protected |
Copying article extends
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 633 of file article_main.php.
|
protected |
Copying attributes assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 479 of file article_main.php.
|
protected |
Copying category assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 445 of file article_main.php.
|
protected |
Copying crossseling assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 560 of file article_main.php.
|
protected |
Copying files
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 506 of file article_main.php.
|
protected |
Copying selectlists assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 535 of file article_main.php.
|
protected |
Copying staffelpreis assignments
string | $sOldId | Id from old article |
string | $sNewId | Id from new article |
Definition at line 610 of file article_main.php.
|
protected |
Function forms article variants jump list.
object | $oArticle | article object |
object | $oParentArticle | article parent object |
Definition at line 670 of file article_main.php.
|
protected |
Returns string which must be edited by editor
oxbase | $oObject | object whifh field will be used for editing |
string | $sField | name of editable field |
Reimplemented from oxAdminDetails.
Definition at line 106 of file article_main.php.
|
protected |
Returns formed variant title
object | $oObj | product object |
Definition at line 714 of file article_main.php.
|
protected |
Fixes html broken by html editor
string | $sValue | value to fix |
Definition at line 260 of file article_main.php.
|
protected |
Resets article categories counters
string | $sArticleId | Article id |
Definition at line 279 of file article_main.php.
|
protected |
Sets tags to article. Returns invalid tags array
Definition at line 300 of file article_main.php.
Article_Main::addDefaultValues | ( | $aParams | ) |
Sets default values for empty article (currently does nothing), returns array with parameters.
array | $aParams | Parameters, to set default values |
Definition at line 659 of file article_main.php.
Article_Main::addToCategory | ( | $sCatID, | |
$sOXID | |||
) |
Add article to category.
Definition at line 316 of file article_main.php.
Article_Main::copyArticle | ( | $sOldId = null , |
|
$sNewId = null , |
|||
$sParentId = null |
|||
) |
Copies article (with all parameters) to new articles.
string | $sOldId | old product id (default null) |
string | $sNewId | new product id (default null) |
string | $sParentId | product parent id |
Definition at line 339 of file article_main.php.
Article_Main::getCategoryList | ( | ) |
Returns shop manufacturers list
Definition at line 729 of file article_main.php.
Article_Main::getManufacturerList | ( | ) |
Returns shop manufacturers list
Definition at line 755 of file article_main.php.
Article_Main::getVendorList | ( | ) |
Returns shop manufacturers list
Definition at line 742 of file article_main.php.
Article_Main::render | ( | ) |
Loads article parameters and passes them to Smarty engine, returns name of template file "article_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file article_main.php.
Article_Main::save | ( | ) |
Saves changes of article parameters.
Reimplemented from oxAdminView.
Definition at line 121 of file article_main.php.
Article_Main::saveinnlang | ( | ) |
Saves article parameters in different language.
Definition at line 646 of file article_main.php.