string|boolean getASIN(
)
|
|
Fetches the product's ASIN, or Amazon Standart Item Number.
Each product sold at Amazon is identified by a different ASIN. ASINs are usually different in different Amazon sites. Although the product's ASIN in not usually changed when encoded, a decoded version is returned.
Tags:
string|boolean getListPrice(
[bool
$selective = true])
|
|
The listed price of the item including its currency symbol.
The function can be selective, in this case it will only return the price if it exists and is different than $ourPrice.
Tags:
Parameters:
string|boolean getSavings(
[boolean
$selective = true])
|
|
Calculates the difference between Amazon's price and the list price.
If the list price is not strictly greater than Amazon's price, savings are not calculated (since there are none) and false is returned.
If money is saved, the difference between Amazon's price and the list price is returned including the currency symbol.
Tags:
Parameters: