Page 1 of 1

Enable Ship Message

Posted: Thu Apr 16, 2009 12:04 pm
by myvo04
I am trying to enable the Ship Message text box on the checkout page. I have changed the _EnableShipMessage variable from false to true (located in the code of ConLib\OnePageCheckout.ascx.cs), but the Ship Message textbox still does not appear on the checkout page. Is there something else I need to do to make this box visible?

Re: Enable Ship Message

Posted: Thu Apr 16, 2009 1:08 pm
by triplw
You set the property in the scriptlet:

[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true" AllowAnonymousCheckout="true"]]

Re: Enable Ship Message

Posted: Fri Apr 17, 2009 6:35 am
by mazhar
Read reference documentation under Admin -> About -> ConLib Reference for complete list of settings for all built in ConLib controls.

Re: Enable Ship Message

Posted: Wed Apr 22, 2009 7:03 am
by myvo04
I set the property in the scriplet but that didn't seem to work either. I initially tried this on my custom page, but when that didn't work, I tried it on the "out of the box" checkout page and that also did not work. I also tried to find the reference documentation in Admin > About > ConLib Reference but can't seem to find that folder. Is that file navigation in my web site or the AbleCommerce help?

Re: Enable Ship Message

Posted: Wed Apr 22, 2009 7:09 am
by mazhar
Go to merchant side and then click on ConLib Reference menu item under Help menu. Then on ConLib Reference page select OnePageCheckout control in drop down and it will show you available list of properties and their usage for this control.