Enable Ship Message
Enable Ship Message
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
You set the property in the scriptlet:
[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true" AllowAnonymousCheckout="true"]]
[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true" AllowAnonymousCheckout="true"]]
Re: Enable Ship Message
Read reference documentation under Admin -> About -> ConLib Reference for complete list of settings for all built in ConLib controls.
Re: Enable Ship Message
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
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.