Definition at line 9 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 53 of file oxpricelist.php.
oxPriceList.getPriceInfo | ( | ) |
Return prices separated to different array elements depending on VAT
Definition at line 73 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 16 of file oxpricelist.php.