

Public Member Functions | |
| render () | |
| savevariant ($sOXID=null, $aParams=null) | |
| savevariants () | |
| deleteVariant () | |
| changename () | |
| addsel () | |
Admin article variants manager. Collects and updates article variants data. Admin Menu: Manage Products -> Articles -> Variants.
Definition at line 8 of file article_variant.php.
| Article_Variant.addsel | ( | ) |
| Article_Variant.changename | ( | ) |
| Article_Variant.deleteVariant | ( | ) |
| Article_Variant.render | ( | ) |
Loads article variants data, passes it to Smarty engine and returns name of template file "article_variant.tpl".
Reimplemented from oxAdminDetails.
Definition at line 16 of file article_variant.php.
| Article_Variant.savevariant | ( | $ | sOXID = null, |
|
| $ | aParams = null | |||
| ) |
Saves article variant.
| string | $sOXID Object ID | |
| array | $aParams Parameters |
Definition at line 91 of file article_variant.php.
| Article_Variant.savevariants | ( | ) |
Saves all article variants at once.
Definition at line 144 of file article_variant.php.
1.6.2