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
setPricePrefix
⇦
Back to PhocacartPrice class
Method setPricePrefix
public
setPricePrefix
(mixed
$prefix
)
Class:
PhocacartPrice
Project:
Phoca Cart
Method setPricePrefix - Source code
public function setPricePrefix($prefix) { $this->price_prefix = $prefix; }