Public Member Functions | |
render () | |
getEditObject () | |
getSearchProductArtNr () | |
getSearchProduct () | |
getMainProduct () | |
getProductList () | |
addThisArticle () | |
deleteThisArticle () | |
storno () | |
updateOrder () | |
Protected Attributes | |
$_oSearchProduct = null | |
$_oSearchProductList = null | |
$_oMainSearchProduct = null | |
$_oEditObject = null |
Admin order article manager. Collects order articles information, updates it on user submit, etc. Admin Menu: Orders -> Display Orders -> Articles.
Definition at line 8 of file order_article.php.
Order_Article.addThisArticle | ( | ) |
Adds article to order list.
Definition at line 166 of file order_article.php.
Order_Article.deleteThisArticle | ( | ) |
Removes article from order list.
Definition at line 190 of file order_article.php.
Order_Article.getEditObject | ( | ) |
Order_Article.getMainProduct | ( | ) |
Returns product found by search. If product is variant - returns parent object
Definition at line 113 of file order_article.php.
Order_Article.getProductList | ( | ) |
Returns product list containing searchable product or its parent and its variants
Definition at line 143 of file order_article.php.
Order_Article.getSearchProduct | ( | ) |
If possible returns searched/found oxarticle object
Definition at line 91 of file order_article.php.
Order_Article.getSearchProductArtNr | ( | ) |
Order_Article.render | ( | ) |
Executes parent method parent.render(), creates oxorder and oxvoucherlist objects, appends voucherlist information to order object and passes data to Smarty engine, returns name of template file "order_article.tpl".
Reimplemented from oxAdminDetails.
Definition at line 48 of file order_article.php.
Order_Article.storno | ( | ) |
Cancels order item
Definition at line 214 of file order_article.php.
Order_Article.updateOrder | ( | ) |
Updates order articles stock and recalculates order
Definition at line 252 of file order_article.php.
Order_Article.$_oEditObject = null [protected] |
Definition at line 39 of file order_article.php.
Order_Article.$_oMainSearchProduct = null [protected] |
Definition at line 32 of file order_article.php.
Order_Article.$_oSearchProduct = null [protected] |
Definition at line 16 of file order_article.php.
Order_Article.$_oSearchProductList = null [protected] |
Definition at line 25 of file order_article.php.