Announcement

Collapse
No announcement yet.

OUI/MMUI Store Framework Exporter Beta

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • wcw
    replied
    Re: OUI/MMUI Store Framework Exporter Beta

    It does not create a framework file. I am assuming it gets the previously unavailable data in some of the fields like headers and footers. The previous exporter did get the data if it was mmui, but not openui.

    If you had a token in the product description, e.g. %product_name%, it does not do anything with that. The token will still be there. So you have to edit your descriptions where you embedded openui tokens inside data fields like descriptions. Otherwise when the product page displays you would see that token %product_name%, not the actual data. The reason is 1) there is no token %product_name% in mm5, 2) you can't parse tokens in the product descriptions in mm5, not even like &mvt:product:name;. You can only use tokens in templates.

    Leave a comment:


  • Siamese-Dream.Com
    replied
    Re: OUI/MMUI Store Framework Exporter Beta

    Thank You, Rick and Leslie:

    Having been part of the beta testing on this, these modules work very well!
    Yes, but what exactly do they export?

    Order Exporter sounds pretty self explanatory, but what does exporting a "framework" mean???

    Do you mean that it would create a file / files that could then be used as a "framework" in Merchant 5.5?

    Also, I am a little confused by the sentence:

    this Framework exporter does NOT attempt to parse the OUI tokens
    Do you really mean parse (as opposed to translate or change a token into storemorph code)?

    Anyway, any further explanation you could provide would be greatly appreciated.

    I think what people would REALLY need is something that exports much of the data from the OUI database tables.

    Leave a comment:


  • lesliekirk
    replied
    Re: OUI/MMUI Store Framework Exporter Beta

    Having been part of the beta testing on this, these modules work very well!

    Leave a comment:


  • Rick Wilson
    started a topic OUI/MMUI Store Framework Exporter Beta

    OUI/MMUI Store Framework Exporter Beta

    We've completed initial testing on our OUI/MMUI Store Framework Exporter.

    There's 4 unique modules in here all for 4.x compiled:

    1. MMUI Framework Exporter**
    2. OUI Framework Exporter*

    Both of these work in the same way, install them, go to Stores - StoreName - Utilities - Export and you'll see a new Export Framework option. Then go to a PR6 or MMUI PR7 and install the Framework.

    3. Catalog Exporter
    4. Order Exporter

    Both of them create XML exports and you use the XML importer in 5.5 to upload the file and it imports.

    It's important to note that specifically if you're using OUI, this Framework exporter does NOT attempt to parse the OUI tokens. This tool is not designed to make a one click 4.x OUI export/import into 5.5 that gets you all the way to a live store, but instead the goal is to get you 70 - 90% of the way there and save you time (and therefore money) in completing the final steps.

    You'll need to look at your Dev site once you've installed the Framework and go look for all the un-rendered OUI tokens and replace them with something meaningful in the 5.5 universe.

    *export-openui-layout5.mvc v4.2408

    These are the known issues we're seeing regarding the OpenUI export module:

    1) Engine versions before 5.03 will always fail, since they do not implement the "tar_create" function, which is required to generate the framework package file (no workaround other than an engine upgrade).

    2) Engine versions before 5.07 will intermittently send corrupted email attachments due to an engine bug, however, the valid package file can still be retrieved from the data directory on the server.

    3) Module versions 4.2404 and 4.2405 have a bug related to how "../" relative images are parsed out of some page templates, which causes any of these images to fail to be copied and their references are reduced to <img src="">. These versions also suffer from a susceptibility to crash when parsing certain types of broken HTML for image and CSS tags.

    Release Notes for export-openui-layout5.mvc:

    Initial version 4.2404

    4.2405
    - Fixed a bug where image destination path generation was causing some images
    to be listed in the control file as /mm5/, or whatever the user defined target
    image directory was set to.

    4.2406
    - Fixed a bug related to how "../" relative images are parsed out of some page
    templates, which causes any of these images to fail to be copied and their
    references are reduced to <img src="">. These versions also suffer from a
    susceptibility to crash when parsing certain types of broken HTML for image and
    CSS tags.

    4.2407
    - Fixed a bug that allowed non-existent CSS files that were referenced in the
    "CSS Styles" input field to be included in the control file's image list, thus
    causing the framework install to fail.

    4.2408
    - Corrected false positive in some cases when checking for a file with zero
    length

    - Removed code that was pulling JavaScript src files, because of tracking code eval errors

    - Corrected an issue where images could sometimes be displayed in the list of CSS files

    ** Update to export-mmui-layout5.mvc

    v1.0002
    -Fixed bugs BUG#5761 and BUG#5759 where the external file parsing functions
    exhibited the same issues as the OpenUI layout export module, in which they
    were replacing templates that did not reference any external files with empty
    strings
    Attached Files
    Last edited by wsmith; 09-08-10, 08:43 AM.
Working...
X