Site logo file
API
Search
Phoca.cz Main Site
Phoca Cart
Phoca Cart Demo
Search
Search
Advanced Search
Methods
__construct
getPriceCurrencyTitle
setPriceDecimals
setPriceDecSymbol
setPriceThousandsSep
setPriceFormat
setPricePrefix
setPriceSuffix
setCurrency
getPriceFormat
setPrefix
setSuffix
getTaxFormat
getPriceItems
getPriceItem
roundPrice
getPriceItemsShipping
getPriceItemsPayment
getCurrencyAndRateByOrder
correctMinusPrice
getPriceItemsChangedByAttributes
convertPriceDefaultToCurrentCurrency
convertPriceCurrentToDefaultCurrency
cleanPrice
You are here:
Home
Phoca Cart
PhocacartPrice
setSuffix
⇦
Back to PhocacartPrice class
Method setSuffix
public
setSuffix
(mixed
$suffix
)
Class:
PhocacartPrice
Project:
Phoca Cart
Method setSuffix - Source code
public function setSuffix($suffix) { $this->price_suffix = $suffix; }