Skip to content

Fix for not saving in CE 1.7.0.2 #5

@ohelmtcm

Description

@ohelmtcm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions