Public Member Functions | |
render () | |
Public Attributes | |
const | SHOP_FIELD_SET_SIZE = 64 |
Protected Member Functions | |
_getNonCopyConfigVars () | |
_copyConfigVars ($oShop) |
Admin article main shop manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Main Menu -> Core Settings -> Main.
Definition at line 9 of file shop_main.php.
Shop_Main._copyConfigVars | ( | $ | oShop | ) | [protected] |
Copies base shop config variables to current
oxshop | $oShop new shop object |
Definition at line 141 of file shop_main.php.
Shop_Main._getNonCopyConfigVars | ( | ) | [protected] |
Returns array of config variables which cannot be copied
Definition at line 124 of file shop_main.php.
Shop_Main.render | ( | ) |
Executes parent method parent.render(), creates oxCategoryList and oxshop objects, passes it's data to Smarty engine and returns name of template file "shop_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 26 of file shop_main.php.
const Shop_Main.SHOP_FIELD_SET_SIZE = 64 |
Definition at line 17 of file shop_main.php.