For more information... RTFM!
NAVIGATION
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

PriceField

Specify the name of a column that holds product prices.

Synopsis

PriceField  colname

The parameter is expected to be a column name that is present in the ProductFiles table(s), The default is "price".

Scope

This directive is only available for use in the local (catalog.cfg) configuration file.  It will not affect any other website in any way.  This directive will not work in the global (interchange.cfg) configuration file. 

Description

This directive specifies the name of a column, in the ProductFiles table(s), that stores product prices.

Example

Using a non-standard price column name

PriceField  our_price

Using locale-specific price columns for exchange rates

PriceField    price_gbp

Locale en_US  PriceField  price_usd
Locale de_DE  PriceField  price_euro
Locale fr_FR  PriceField  price_euro

See also

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Tuesday 27 June 2006 at 10:52 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us