Shipping Shipping(
String
$price, [String
$rate = '']
)
|
|
Constructor
Parameters:
|
String |
$price: |
The price to calculate shipping |
|
String |
$rate: |
The rate to use |
void display(
String
$price, [String
$rate = '']
)
|
|
Display the Shipping
Parameters:
|
String |
$price: |
The price to calculate Shipping |
|
String |
$rate: |
The rate to use |
API Tags:
Redefinition of:
- Html::display()
- Display the html
int get(
[String
$price = ''], [String
$rate = '']
)
|
|
Get the Shipping
Parameters:
|
String |
$price: |
The price to calculate |
|
String |
$rate: |
The Rate. I.e. 25 % |
API Tags:
| Return: | The Rate as html |
| Static: | |
Redefinition of:
- Html::get()
- Get the complete html for a key
Get the complete html for a Shipping calculation
API Tags:
Redefinition of:
- Html::getHtml()
- Get Html
Get the Shipping Rate as html
API Tags:
Get the Shipping to pay
API Tags:
Get the Shipping text as html
API Tags:
int rate(
[String
$rate = '']
)
|
|
Get the Shipping Rate
Parameters:
|
String |
$rate: |
The Rate. I.e. 25 % |
API Tags:
| Return: | The Rate as html |
| Static: | |
String text(
[String
$rate = '']
)
|
|
Get the Shipping Text
Parameters:
|
String |
$rate: |
The Rate. I.e. 25 % |
API Tags:
| Return: | The Text as html |
| Static: | |