• Resolved rdgajera

    (@rdgajera)


    Hi, I’m developing a plugin that automatically generates shipping dimensions upon option change, and when selecting large quantities, multiple small boxes are generated. I understand that in the premium version of your FedEx plugin, you support shipping multiple boxes. I would like to know if it is possible to use my array of dimension objects to calculate the shipping cost, either by a plugin filter or by any other way.
    Example: My product requires 3 shipping boxes, and therefore my plugin generates an array containing 3 objects, each containing a box’s dimensions:
    [
    { width: 12
    height: 18
    length: 10
    weight: 75
    },
    { width: 12
    height: 18
    length: 10
    weight: 75
    },
    { width: 12
    height: 18
    length: 10
    weight: 50
    }
    ]
    I would like to be able to use these values to calculate the shipping cost.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Rdgajera,

    Our premium plugin team will be able to do the customization to accommodate the external box calculation. If you are a premium customer please contact [email protected].

    We will see the possibility of having similar feature in the free version in future.

    Thread Starter rdgajera

    (@rdgajera)

    I’m not a premium customer yet, but I intend on upgrading if the premium version will support this. Can you give me a rough estimate of how long it will take to implement this?

    Once you purchase the plugin, raise a ticket at [email protected].

    That is the dedicated forum for the premium users

    Once you inform, it will take around 2-3 days.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Injecting Dimensions for Split Shipping from custom plugin’ is closed to new replies.