-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
Great module, thanks for making it available. We had a problem with CE 1.7.0.2 where the data was not getting saved. It was caused by the following in sales_convert_quote_to_order returning blank:
if ($shipNote = $observer->getEvent()->getQuote()->getShipNote())
The solution was to adding the following into config.xml inside the global tags:
<fieldsets>
<sales_convert_quote>
<shipnote><to_order>*</to_order></shipnote>
</sales_convert_quote>
</fieldsets>
Hope that's of help to someone else, baffled me for a while!
Metadata
Metadata
Assignees
Labels
No labels