Announcement

Collapse
No announcement yet.

Accessing shopping cart data in code

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

    Accessing shopping cart data in code



    Greetings,

    I am building a PHP web application that will use Miva shopping cart.
    I need a way to retrieve the information in the shopping cart, such as items, taxes,
    shipping method, etc.

    Is there a way to retrieve this information real-time (that is, from the PHP
    application), rather than exporting out of the Miva database?

    Thanks,
    Pratick

    __________________________________________________
    Do You Yahoo!?
    Tired of spam? Yahoo! Mail has the best spam protection around
    http://mail.yahoo.com


    #2
    Accessing shopping cart data in code



    Hello,

    All the information, including session variables, etc. can and should be
    read from the dBase files...

    Best,
    Miklós


    > Greetings,
    >
    > I am building a PHP web application that will use Miva shopping cart.
    > I need a way to retrieve the information in the shopping cart, such as
    items, taxes,
    > shipping method, etc.
    >
    > Is there a way to retrieve this information real-time (that is, from the
    PHP
    > application), rather than exporting out of the Miva database?
    >
    > Thanks,
    > Pratick
    >
    > __________________________________________________
    > Do You Yahoo!?
    > Tired of spam? Yahoo! Mail has the best spam protection around
    > http://mail.yahoo.com
    >

    Comment


      #3
      Accessing shopping cart data in code



      Hello,

      All the information, including session variables, etc. can and should be
      read from the dBase files...

      Best,
      Miklós


      > Greetings,
      >
      > I am building a PHP web application that will use Miva shopping cart.
      > I need a way to retrieve the information in the shopping cart, such as
      items, taxes,
      > shipping method, etc.
      >
      > Is there a way to retrieve this information real-time (that is, from the
      PHP
      > application), rather than exporting out of the Miva database?
      >
      > Thanks,
      > Pratick
      >
      > __________________________________________________
      > Do You Yahoo!?
      > Tired of spam? Yahoo! Mail has the best spam protection around
      > http://mail.yahoo.com
      >

      Comment

      Working...
      X