Announcement

Collapse
No announcement yet.

Obtain Data from ACD Pro module via Order ID

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

    Obtain Data from ACD Pro module via Order ID

    Hi,

    I'm having a store where ACD Pro module is in work, and I'm needed to get the information it stores in 'FulfillmentModule_ProcessOrder' function. I have no idea about how it stores this information in DB and I don't have access to the store's DB either.

    Has anyone ever faced something like this and got it to work ? It'd be really helpful if someone has some examples related to this module.
    Rajnish Sinha
    ---------------------
    https://twitter.com/rajnishsi

    #2
    You'll need to write your own query. I don't recall if ACD mod stores the order id though. Sebenza module right? Contact Brennan for potential help on ACD tables.

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    Comment


      #3
      Since you have to interact directly with the database, I'd highly recommend porting this over to built in Basket/Order custom fields. More work now, less frustration later.
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment


        #4
        Scott , yeah, it is Sebenza module. I'm struggling with the table definitions with this module. I sure will try to get help from Brennan .

        Bruce , you are right, but the store has been using that module for years and I first need to get that old data stored in ACD tables correctly, only then I'll be able to implement custom order fields.
        Last edited by rajnishsi; 02-02-16, 10:58 AM.
        Rajnish Sinha
        ---------------------
        https://twitter.com/rajnishsi

        Comment


          #5
          Are you trying to pull this data in the page templates or in your module?
          Brennan Heyde
          VP Product
          Miva, Inc.
          [email protected]
          https://www.miva.com

          Comment


            #6
            Here is what the table structure looks like:

            s0x_SS_ACEDPRO_fields
            id
            title
            content

            s0x_SS_ACEDPRO_results
            session_id
            order_id
            basket_id
            last_name
            acd_id
            content

            However if you are trying to get this data in the page templates there is an item you can assign Invoice/emails

            https://sebenza.freshdesk.com/suppor...ro-results-pr8

            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


              #7
              Thanks Brennan, I was looking for having this via Mivascript. Got this via joins between those tables.
              Rajnish Sinha
              ---------------------
              https://twitter.com/rajnishsi

              Comment

              Working...
              X