-
Notifications
You must be signed in to change notification settings - Fork 34
classes_modules_payment_ishoporderitem.class
Daniel Spors edited this page Dec 19, 2023
·
2 revisions
Order items Models must implement this.
Gets the price per item converted into the requested currency.
Definition: public function GetAmount($currency)
Returns: float
The price per item converted into $currency
Parameters:
-
string $currency
Currency code
Gets the discount.
Definition: public function GetDiscount()
Returns: float
The discount
Gets the handling cost.
Definition: public function GetHandling()
Returns: float
Cost for handling
Gets the items name.
Definition: public function GetName()
Returns: string
The item name
Gets the quantity.
Definition: public function GetQuantity()
Returns: float
The quantity
Gets the shipping cost.
Definition: public function GetShipping()
Returns: float
Cost for shipping