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