• Resolved botoxparty

    (@adamhammad)


    Hey Sebastien,

    Really love your work on this plugin, just some feedback. I had to fork this plugin so that it would work for my needs.

    Features that I had to add

    > Change a cart item variation
    > All responses from the cart are formatted as such (example):

    {
    ok: true,
    message: "Product quantity was increased to 3",
    count: 5,
    cart: Array of cart items
    }

    My reasons for including the cart in every response is so that I don’t have to call get_cart after each update, the count is always included, i’ll probably end up adding the totals too. Makes for a muchhhhh faster cart API.

    Best,
    Adam

    • This topic was modified 5 years, 5 months ago by botoxparty.
    • This topic was modified 5 years, 5 months ago by botoxparty.
  • The topic ‘Amalgamate cart responses’ is closed to new replies.