Announcement

Collapse
No announcement yet.

Where are order details kept?

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

    Where are order details kept?

    Hi,

    Does anyone know orders are placed on the server when a successful order has been made. Im thinking about interacting with the orders waiting on the server somehow before the "Retrieve Orders" button is clicked within actinic?

    Does anyone know where the details are stored? Are they stored in plain-text or are they encrypted in some way?

    Thanks!

    #2
    They get stored in files with a .ord extenion, such as TT01RF000001.ord after the order number. They are always encrypted - good luck interacting with them.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Damn!

      2 mins after posting i just discovered the .ord files created when an order is placed. And your right ... encrypted!

      Which script is it then generates an .ord file though?

      Im trying to create an .ord file on the server using a scripting language without actually making an order through actinic.

      Ouch!

      Comment


        #4
        OrderScript.pm. Also see the included files for the rest. It'll be a B I G job.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          as i thought!

          Which is a shame!

          Could i do this in some other tricky way?

          E.g. find the variables that are passed to the orderscript during the checkout process, and then mimic that process to create an order file?

          Comment

          Working...
          X