[interchange-cvs] interchange - heins modified dist/foundation/catalog.cfg

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Sep 2 10:47:00 EDT 2003


User:      heins
Date:      2003-09-02 13:47:04 GMT
Modified:  dist/foundation catalog.cfg
Log:
* Actually commit the change....

* Bring MV_DEFAULT_SEARCH_{TABLE,FILE} into catalog.cfg so it is easier
  to hunt down. We can't unset it in catalog_before.cfg because it will
  break just about every catalog out there.

Revision  Changes    Path
2.25      +11 -1     interchange/dist/foundation/catalog.cfg


rev 2.25, prev_rev 2.24
Index: catalog.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/catalog.cfg,v
retrieving revision 2.24
retrieving revision 2.25
diff -u -r2.24 -r2.25
--- catalog.cfg	27 Jul 2003 04:30:54 -0000	2.24
+++ catalog.cfg	2 Sep 2003 13:47:04 -0000	2.25
@@ -405,8 +405,18 @@
 PriceField      0
 CommonAdjust    :sale_price, ;:price, ;$, ==:options
 
+
+## Only search products table by default, don't want returns from any variants
+## or other subsidiary ProductsFile
+Variable MV_DEFAULT_SEARCH_TABLE products
+Variable MV_DEFAULT_SEARCH_FILE  products
+
+## Set which tables can contain products for order
 ProductFiles   products
-### WARNING -- look below 
+
+### WARNING -- look below Some of the above definitions -- typically
+### ProductFiles, Profile, CommonAdjust, OptionType, and other product-
+### based definitions -- are re-set in the next included file.
 
 #==========================================================================#
 







More information about the interchange-cvs mailing list