Announcement

Collapse
No announcement yet.

Adding a data field to the orders export file

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

    Adding a data field to the orders export file



    --------------Boundary-00=_QSUSR942QL8000000000
    Content-Type: Text/Plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable

    Can anyone tell me how I can customize the orders.dat export file to incl=
    ude=0D
    the cost data?=0D
    =0D
    Any help much appreciated.=0D
    =0D
    JK
    --------------Boundary-00=_QSUSR942QL8000000000--


    #2
    Adding a data field to the orders export file



    Jimi,

    FYI: this group is for MivaScript...not Miva Merchant which is an application written in
    Mivascript. The group you want is Merchant Coders...that being said...there is no "cost"
    field in the orders database. If you want to "cost" of a product you would need to create
    a function to call the Products.dbf file and get the products.d.cost field value as you
    rip through the OrdItems.dbf for the products associated with that order.


    -Bruce
    ......................................
    PHOSPHOR Media
    Featuring: StoreMan - A smarter way to manage Miva Merchant(tm) Store Content.
    Download a hassle-free demo today
    <A HREF ="http://www.phosphormedia.com/go.mv?ID=listsm">http://www.phosphormedia.com/go.mv?ID=listsm</A>
    ......................................




    > -----Original Message-----
    > From: [email protected] [mailto:[email protected]]On
    > Behalf Of Jimi King
    > Sent: Tuesday, January 04, 2005 7:53 AM
    > To: [email protected]
    > Subject: [meu] Adding a data field to the orders export file
    >
    >
    > Can anyone tell me how I can customize the orders.dat export file to include
    > the cost data? Any help much appreciated. JK
    > --
    > Internal Virus Database is out-of-date.
    > Checked by AVG Anti-Virus.
    > Version: 7.0.296 / Virus Database: 265.6.3 - Release Date: 12/21/04
    >
    --
    Internal Virus Database is out-of-date.
    Checked by AVG Anti-Virus.
    Version: 7.0.296 / Virus Database: 265.6.3 - Release Date: 12/21/04


    Comment


      #3
      Adding a data field to the orders export file



      Yes, Bruce is right - this is not the right list to post the question to. It
      is not even clear if you are asking for an advice on coding or modifying the
      export module, or if it is a plain user question asking for an available
      solution. In the later case, you should post to the Miva Merchant User List
      instead. You can also try the free version of Ultra Batch - in the Product
      List mode it exports also the "cost" field. You can find the free limited
      module at <A HREF ="http://www.mivacentral.com/truxoft/?product=TRUXOFT-MMUBAT ">http://www.mivacentral.com/truxoft/?...TRUXOFT-MMUBAT </A>

      Ivo Truxa

      | http://miva.truxoft.com
      | Advanced Miva Merchant modules



      -----Original Message-----
      From: [email protected] [mailto:[email protected]] On Behalf
      Of Bruce - Phosphor Media
      Sent: Wednesday, January 05, 2005 2:49 AM
      To: [email protected]
      Subject: RE: [meu] Adding a data field to the orders export file

      Jimi,

      FYI: this group is for MivaScript...not Miva Merchant which is an
      application written in
      Mivascript. The group you want is Merchant Coders...that being said...there
      is no "cost"
      field in the orders database. If you want to "cost" of a product you would
      need to create
      a function to call the Products.dbf file and get the products.d.cost field
      value as you
      rip through the OrdItems.dbf for the products associated with that order.


      -Bruce
      ......................................
      PHOSPHOR Media
      Featuring: StoreMan - A smarter way to manage Miva Merchant(tm) Store
      Content.
      Download a hassle-free demo today
      <A HREF ="http://www.phosphormedia.com/go.mv?ID=listsm">http://www.phosphormedia.com/go.mv?ID=listsm</A>
      ......................................




      > -----Original Message-----
      > From: [email protected] [mailto:[email protected]]On
      > Behalf Of Jimi King
      > Sent: Tuesday, January 04, 2005 7:53 AM
      > To: [email protected]
      > Subject: [meu] Adding a data field to the orders export file
      >
      >
      > Can anyone tell me how I can customize the orders.dat export file to
      include
      > the cost data? Any help much appreciated. JK
      > --
      > Internal Virus Database is out-of-date.
      > Checked by AVG Anti-Virus.
      > Version: 7.0.296 / Virus Database: 265.6.3 - Release Date: 12/21/04
      >
      --
      Internal Virus Database is out-of-date.
      Checked by AVG Anti-Virus.
      Version: 7.0.296 / Virus Database: 265.6.3 - Release Date: 12/21/04


      Comment

      Working...
      X