Announcement

Collapse
No announcement yet.

Create Basket ID?

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

    Create Basket ID?



    Any one have any thoughts.
    Using a session ID I need to create a basket_id, but can't figure it out...

    Bill



    #2
    Create Basket ID?



    Use the force luke....(i.e., look at a copy of db.mv)

    -bruce

    > -----Original Message-----
    > From: [email protected]
    > [mailto:[email protected]] On Behalf Of Bill Gilligan
    > Sent: Tuesday, April 12, 2005 6:03 PM
    > To: Miva Merchant Coders
    > Subject: [mrc] Create Basket ID?
    >
    > Any one have any thoughts.
    > Using a session ID I need to create a basket_id, but can't
    > figure it out...
    >
    > Bill
    >
    >

    Comment


      #3
      Create Basket ID?



      Been there done that - can find what lastupdate is....
      Or can't create it...

      O Great Obewan.,...

      Bill

      =============================
      Bill Gilligan
      Gilligan On-Line
      www.gilliganonline.com
      850-233-8775

      > -----Original Message-----
      > From: [email protected]
      > [mailto:[email protected]] On Behalf Of Bruce
      > Golub - Phosphormedia.com
      > Sent: Tuesday, April 12, 2005 8:21 PM
      > To: 'Miva Merchant Coders'
      > Subject: RE: [mrc] Create Basket ID?
      >
      > Use the force luke....(i.e., look at a copy of db.mv)
      >
      > -bruce
      >
      > > -----Original Message-----
      > > From: [email protected]
      > > [mailto:[email protected]] On Behalf Of Bill Gilligan
      > > Sent: Tuesday, April 12, 2005 6:03 PM
      > > To: Miva Merchant Coders
      > > Subject: [mrc] Create Basket ID?
      > >
      > > Any one have any thoughts.
      > > Using a session ID I need to create a basket_id, but can't
      > > figure it out...
      > >
      > > Bill
      > >
      > >

      Comment


        #4
        Create Basket ID?



        Dear Bill,

        <MvFUNCTION NAME = "_DB_Store_Open_BasketLastUpdate" STANDARDOUTPUTLEVEL =
        "" ERROROUTPUTLEVEL = "syntax, expression">
        <MvASSIGN NAME = "l.ok" VALUE = 1>

        <MvIF EXPR = "{ NOT g._DB_Store_BasketLastUpdate_Open }">
        <MvOPEN NAME = "BasketLastUpdate"
        DATABASE = "{ g._DB_Store_Directory $ 'basklupd.dbf' }"
        INDEXES = "{ g._DB_Store_Directory $ 'blup_ses.mvx' }">
        <MvIF EXPR = "{ MvOPEN_Error }">
        <MvDO FILE = "{ g.Library_Filename_Utilities }" NAME = "l.ok" VALUE =
        "{ Error( 'MER-DTB-00001', MvOPEN_Error ) }">
        <MvELSE>
        <MvASSIGN NAME = "g._DB_Store_BasketLastUpdate_Open" VALUE = 1>
        <MvFILTER NAME = "BasketLastUpdate" FILTER = "{ NOT
        BasketLastUpdate.d.deleted }">
        </MvIF>
        </MvIF>

        <MvFUNCTIONRETURN VALUE = "{ l.ok }">
        </MvFUNCTION>


        Thank you,

        Nerd Boy

        1-573-292-1136
        <A HREF ="http://www.nerdboyinc.com">http://www.nerdboyinc.com</A>
        <A HREF ="http://www.doyoureallycare.com">http://www.doyoureallycare.com</A>
        <A HREF ="http://www.nbicentral.com">http://www.nbicentral.com</A>
        <A HREF ="http://www.crosstowntraffic.net">http://www.crosstowntraffic.net</A>
        Your alternative source for Miva Merchant Modules

        For Customer Service and Support:
        <A HREF ="http://www.nbisupport.com">http://www.nbisupport.com</A>
        or send email to: [email protected]

        <A HREF ="http://www.nerdboyproductions.com">http://www.nerdboyproductions.com</A>
        <A HREF ="http://www.asmallurl.com">http://www.asmallurl.com</A>
        <A HREF ="http://www.nbiracing.com">http://www.nbiracing.com</A>
        <A HREF ="http://www.yourlottosite.com">http://www.yourlottosite.com</A>

        ----- Original Message -----
        From: "Bill Gilligan" <[email protected]>
        To: "'Bruce Golub - Phosphormedia.com'" <[email protected]>; "'Miva
        Merchant Coders'" <[email protected]>
        Sent: Tuesday, April 12, 2005 8:27 PM
        Subject: RE: [mrc] Create Basket ID?


        > Been there done that - can find what lastupdate is....
        > Or can't create it...
        >
        > O Great Obewan.,...
        >
        > Bill
        >
        > =============================
        > Bill Gilligan
        > Gilligan On-Line
        > www.gilliganonline.com
        > 850-233-8775
        >
        >> -----Original Message-----
        >> From: [email protected]
        >> [mailto:[email protected]] On Behalf Of Bruce
        >> Golub - Phosphormedia.com
        >> Sent: Tuesday, April 12, 2005 8:21 PM
        >> To: 'Miva Merchant Coders'
        >> Subject: RE: [mrc] Create Basket ID?
        >>
        >> Use the force luke....(i.e., look at a copy of db.mv)
        >>
        >> -bruce
        >>
        >> > -----Original Message-----
        >> > From: [email protected]
        >> > [mailto:[email protected]] On Behalf Of Bill Gilligan
        >> > Sent: Tuesday, April 12, 2005 6:03 PM
        >> > To: Miva Merchant Coders
        >> > Subject: [mrc] Create Basket ID?
        >> >
        >> > Any one have any thoughts.
        >> > Using a session ID I need to create a basket_id, but can't
        >> > figure it out...
        >> >
        >> > Bill
        >> >
        >> >

        Comment


          #5
          Create Basket ID?



          Thanks for the suggestions - led me down the right path, and now my light saber is fully charged for
          the next meeting with Darth and Obewhan.....

          Bill


          Comment

          Working...
          X