Product Templates - Merchant Fields

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Product Templates - Merchant Fields

Post by Mike718NY » Thu Aug 06, 2009 1:04 pm

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"?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Product Templates - Merchant Fields

Post by jmestep » Thu Aug 06, 2009 2:32 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product Templates - Merchant Fields

Post by mazhar » Fri Aug 07, 2009 3:44 am

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.

seanhoward
Ensign (ENS)
Ensign (ENS)
Posts: 17
Joined: Fri Oct 02, 2009 3:01 pm

Re: Product Templates - Merchant Fields

Post by seanhoward » Mon Nov 02, 2009 6:12 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product Templates - Merchant Fields

Post by mazhar » Tue Nov 03, 2009 4:40 am

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"]]

Post Reply