Announcement

Collapse
No announcement yet.

Possible to include variant product code in orders flat file export?

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

    Possible to include variant product code in orders flat file export?

    It would be helpful to have the ability to include the product code or SKU of the inactive variant product as part of the export orders flat file. Is this possible? If so, could someone point me in the direction of how this might be accomplished? It will save me a lot of access database programming.

    Thanks,
    Lori

    #2
    Re: Possible to include variant product code in orders flat file export?

    You can't modify the existing exports to include it, but you can create your own custom export using Miva's Template Based Batch Reports. You can create a new report that will export data in any format you need and you have native access to the variant code/sku:

    Code:
    &mvt:item:parts[1]:sku;
    &mvt:item:parts[1]:code;
    Here is a thread describing how to make the batch report export a csv file vs outputting to the screen:

    http://extranet.miva.com/forums/show...047#post421047
    http://extranet.miva.com/forums/show...036#post425036
    Last edited by Brennan; 03-19-15, 10:40 AM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X