Package DE_EPAGES::PriceList::API::PriceList
This package provides the main pricelist functions.
@EXPORT_OK |
Functions
GetCustomerPriceLists
Returns the price list that is valid for the customer at the current time. The price list may be assigned to the customer group or directly to the customer. Returns empty list if no price list is valid for this customer.
Syntax |
$aPriceLists = GetCustomerPriceLists( $Customer, $CurrencyID, $Shop, $User ); |
Input |
|
Return |
|
GetProductPriceList
Returns the price list that is valid for the customer and product at the current time. The price list may be assigned to the customer group or directly to the customer. Returns undef if no price list is valid for this customer.
Syntax |
$PriceList = GetProductPriceList($Product, $Customer, $CurrencyID, $Shop, $User ); |
Input |
|
Return |
|