Definition at line 8 of file oxpricelist.php.
| Public Member Functions | |
| getBruttoSum () | |
| getNettoSum () | |
| getVatInfo () | |
| getPriceInfo () | |
| getMostUsedVatPercent () | |
| addToPriceList ($oPrice) | |
| Protected Attributes | |
| $_aList = array() | |
| oxPriceList.getBruttoSum | ( | ) | 
| oxPriceList.getNettoSum | ( | ) | 
| oxPriceList.getVatInfo | ( | ) | 
Returns VAT values sum separated to different array elements depending on VAT
Definition at line 52 of file oxpricelist.php.
| oxPriceList.getPriceInfo | ( | ) | 
Return prices separated to different array elements depending on VAT
Definition at line 72 of file oxpricelist.php.
| oxPriceList.getMostUsedVatPercent | ( | ) | 
Iterates through applied VATs and fetches VAT for delivery. If not VAT was applied - default VAT (myConfig->dDefaultVAT) will be used
Definition at line 92 of file oxpricelist.php.
| oxPriceList.addToPriceList | ( | $ | oPrice | ) | 
Add an oxPrice object to prices array
| oxprice | $oPrice oxprice object | 
Definition at line 109 of file oxpricelist.php.
| oxPriceList.$_aList = array()  [protected] | 
Definition at line 15 of file oxpricelist.php.
 1.5.5
 1.5.5