Enable Ship Message

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
myvo04
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 29
Joined: Thu Apr 24, 2008 8:14 am

Enable Ship Message

Post by myvo04 » Thu Apr 16, 2009 12:04 pm

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?

User avatar
triplw
Commander (CMDR)
Commander (CMDR)
Posts: 144
Joined: Sat Jan 12, 2008 5:34 pm
Contact:

Re: Enable Ship Message

Post by triplw » Thu Apr 16, 2009 1:08 pm

You set the property in the scriptlet:

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

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

Re: Enable Ship Message

Post by mazhar » Fri Apr 17, 2009 6:35 am

Read reference documentation under Admin -> About -> ConLib Reference for complete list of settings for all built in ConLib controls.

myvo04
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 29
Joined: Thu Apr 24, 2008 8:14 am

Re: Enable Ship Message

Post by myvo04 » Wed Apr 22, 2009 7:03 am

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?

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

Re: Enable Ship Message

Post by mazhar » Wed Apr 22, 2009 7:09 am

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.

Post Reply