Gift Message

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
SamsSteins
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 92
Joined: Thu Jul 10, 2008 11:43 am
Location: Lancaster PA
Contact:

Gift Message

Post by SamsSteins » Tue Sep 08, 2009 9:21 am

Is there a way to add a gift message to order after it has been submitted?

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

Re: Gift Message

Post by mazhar » Sat Sep 26, 2009 12:16 am

You need some customization to accomplish this. All back end support is available all you need is to expose this functionality to Receipt and MyOrder page so that customer can access it after placement. All you need is to make a new page that have the logic to iterate over order items and list all products with a text for gift message and finally a save button at bottom. Once some one saves some gift messages just iterate over shown order items get message text and then put it orderItem.GiftMessage field save the object. Have a look ConLib/GiftWrapPage.ascx and ConLib/Utility/GiftWrapOptions.ascx control about how to process gift messages.

Post Reply