Announcement

Collapse
No announcement yet.

Database isn't open somehow.

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

    #16
    Initiating this from the warehouse server isn't an option.
    My initial question about the error messages, I don't see an answer coming. I am attacking that issue in a different way.

    So far it seems the only method I can update inventory that consider Basket Inventory is using that Provide XML snippet.

    I'd like to use the JSON snippet method if it can be stacked to handle all (3K+) products and gracefully ignore products that don't exist in Miva any longer:

    Code:
    {
        Edit_Product: 'shirt',
        CustomField_Values:
        {
            baskinv:
            {
                total_inv: 500
           }
       }
    }
    But, I am not seeing a way to submit this without using MvCall to call the store I am on.
    What about MvDo for json.mvc? And how does the JSON payload get passed so json.mvc will process the object as if it's s.json_data? And what function needs to be called to process this JSON string?

    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

    Working...
    X