On the Product Templates screen,
I don't understand how Merchant Fields are used:
Merchant Fields
Specify additional data to be collected on the merchant add / edit product forms.
When should these be used?
How is data collected on the "merchant product forms"?
Product Templates - Merchant Fields
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Product Templates - Merchant Fields
I think that is a scenario like the book template which has an isbn field and in the product, you apply that template and put in the isbn number for that book.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: Product Templates - Merchant Fields
Merchant field values are meant to be provided by merchant and customer can only see that info. For example let's take example of book. If you are creating a product which actually is a book then every book has an author. You can use book product template and specify the author information to be shown with product. Customer can see this information on product details page.
-
- Ensign (ENS)
- Posts: 17
- Joined: Fri Oct 02, 2009 3:01 pm
Re: Product Templates - Merchant Fields
Can one disable the merchant fields from being seen by the customer? I have used them to collect additional information about items for internal use. I'll concatenate that data into the description if I want it displayed.
Thank you for helping!!!
Sean
Thank you for helping!!!
Sean
Re: Product Templates - Merchant Fields
Yes possible all you need is to go to your product details page and edit Show Product 1 scriptlet and then set ShowCustomFields property of Product description control to false. Something like
Code: Select all
[[ConLib:ProductDescription ShowCustomFields="false"]]