

Public Member Functions | |
| render () | |
| save () | |
| copyArticle ($sOldId=null, $sNewId=null, $sParentId=null) | |
| saveinnlang () | |
| addDefaultValues ($aParams) | |
| getCategoryList () | |
| getVendorList () | |
| getManufacturerList () | |
Protected Member Functions | |
| _copyCategories ($sOldId, $sNewId) | |
| _copyAttributes ($sOldId, $sNewId) | |
| _copySelectlists ($sOldId, $sNewId) | |
| _copyCrossseling ($sOldId, $sNewId) | |
| _copyAccessoires ($sOldId, $sNewId) | |
| _copyStaffelpreis ($sOldId, $sNewId) | |
| _copyArtExtends ($sOldId, $sNewId) | |
| _formJumpList ($oArticle, $oParentArticle) | |
| _getTitle ($oObj) | |
Protected Attributes | |
| $_sSavedId = 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.
| Article_Main._copyAccessoires | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying accessoires assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 456 of file article_main.php.
| Article_Main._copyArtExtends | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying article extends
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 505 of file article_main.php.
| Article_Main._copyAttributes | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying attributes assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 377 of file article_main.php.
| Article_Main._copyCategories | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying category assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 343 of file article_main.php.
| Article_Main._copyCrossseling | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying crossseling assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 431 of file article_main.php.
| Article_Main._copySelectlists | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying selectlists assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 406 of file article_main.php.
| Article_Main._copyStaffelpreis | ( | $ | sOldId, | |
| $ | sNewId | |||
| ) |  [protected] | 
        
Copying staffelpreis assignments
| string | $sOldId Id from old article | |
| string | $sNewId Id from new article | 
Definition at line 481 of file article_main.php.
| Article_Main._formJumpList | ( | $ | oArticle, | |
| $ | oParentArticle | |||
| ) |  [protected] | 
        
Function forms article variants jump list.
| object | $oArticle article object | |
| object | $oParentArticle article parent object | 
Definition at line 631 of file article_main.php.
| Article_Main._getTitle | ( | $ | oObj | ) |  [protected] | 
        
Returns formed variant title
| object | $oObj product object | 
Definition at line 671 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 618 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 246 of file article_main.php.
| Article_Main.getCategoryList | ( | ) | 
Returns shop manufacturers list
Definition at line 686 of file article_main.php.
| Article_Main.getManufacturerList | ( | ) | 
Returns shop manufacturers list
Definition at line 711 of file article_main.php.
| Article_Main.getVendorList | ( | ) | 
Returns shop manufacturers list
Definition at line 698 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 24 of file article_main.php.
| Article_Main.save | ( | ) | 
Saves changes of article parameters.
Reimplemented from oxAdminView.
Definition at line 104 of file article_main.php.
| Article_Main.saveinnlang | ( | ) | 
Saves article parameters in different language.
Definition at line 520 of file article_main.php.
Article_Main.$_sSavedId = null [protected] | 
        
Definition at line 16 of file article_main.php.
 1.6.2