Hi there,
I have a few items that I have set up a shipping profile to charge $XX dollars for shipping per item. Those items have variations. My issue is if someone buys 1 of an item the flat rate shipping charge is applied. If they buy any additional items of that same item the same rate is charged. So if they buy 20 of an item, they will only be charged shipping of one item.
Is there a fix? I would rather not charge Fedex rates for this item. Thanks
Hi @Crafted72 ,
I assume that you have created more than one shipping profile. When using multiple shipping profiles, if orders contain products from different profiles or locations, this will result in combined rates at the checkout. I think a similar thing is happening in your case. The only workaround will be an app.
Hi @Anindita ,
Thanks for the reply. It is not happening across profiles, although I haven’t checked that. It is within one profile. I have a flat rate of $10 shipping. If someone orders multiple, they still only pay $10. Is there know way for that to multiply? TIA
Jason
@Anindita
I already have the fedex app from pluginhive. Is there a workaround in there? Or does pluginhive make one?
Jason
This could be solved with Carrier Service API. An app would could provide an endpoint which would be used by Shopify to get correct rates. This endpoint would do simple math like quantity times fixed rate and return to Shopify.