Templates

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
janice
Ensign (ENS)
Ensign (ENS)
Posts: 12
Joined: Thu Apr 25, 2013 10:24 am

Templates

Post by janice » Tue May 14, 2013 12:52 pm

I noticed in templates there is a field for Value. The documentation does not explain it. Can someone from AC explain what is it's use? Is this a dollar value? Also I'm using AC Gold and it will not let me assign templates from the product level. I have to go to the template level and assign products. With that said I have not been able to successfully assign all templates to the desired products. Using AC Gold, Build 5410

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: Templates

Post by ForumsAdmin » Wed May 15, 2013 4:03 am

Value means value of the field. It could be anything. Text, number, currency or whatever. It is up to the merchant to use it the way it suits.

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: Templates

Post by Naveed » Wed May 15, 2013 5:50 am

Also I'm using AC Gold and it will not let me assign templates from the product level. I have to go to the template level and assign products. With that said I have not been able to successfully assign all templates to the desired products. Using AC Gold, Build 5410
You can assign product templates to products from "Admin -> Edit Product -> Edit Product Templates" (~/Admin/Products/EditProductTemplate.aspx?ProductId=XX) page. Assign the templates to product and when done, click "Save" button at the top of page to save changes.

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

Re: Templates

Post by jmestep » Wed May 15, 2013 6:24 am

We reported it as a bug to Able and they said it was supposed to be fixed in R5. I had found a patch for it that worked on a test site and I just put that patch on your site and tested it with a test product . If it didn't work, please post back here.
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

janice
Ensign (ENS)
Ensign (ENS)
Posts: 12
Joined: Thu Apr 25, 2013 10:24 am

Re: Templates

Post by janice » Wed May 15, 2013 6:53 am

Judy,
I emailed you separately. Naveed it did not work.

janice
Ensign (ENS)
Ensign (ENS)
Posts: 12
Joined: Thu Apr 25, 2013 10:24 am

Re: Templates

Post by janice » Wed May 15, 2013 6:54 am

In regards to value it can be a dollar value that will add dollars to the total when selected?

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

Re: Templates

Post by jmestep » Thu May 16, 2013 5:59 am

The patch was this:
In the Admin/Product/EditProductTemplate.cs
Add _Product.Save();
After _Product.TemplateFields.Save();

You cannot add a dollar amount to the product price from a template field without custom programming, only options and kits.
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

Post Reply