November Happy Hour will be moved to Thursday December 5th.
Hi,
I have an issue related to Shipping Method cost which is at the time of checkout.
In shipping method I am using Base Price+ Price for Weight Jurisdiction.
The problem is when i am retrieving the Shipping Method Cost Using { ShippingManager.GetShippingMethodCases}
I am getting the only Price for Weight Jurisdiction which is not coming with added base price .
But at the time of cart validation it is being added with it.
Where I am facing problem:-
Shipping method: Base Price 5 || weight jurisdiction for New Castle 5 for weight 0-More 10
User just adding product in cart .
Now after adding address user can see the shipping cost =>10
But it should 10+5(Base price)
Is there any solution for that
Hi,
I have an issue related to Shipping Method cost which is at the time of checkout.
In shipping method I am using Base Price+ Price for Weight Jurisdiction.
The problem is when i am retrieving the Shipping Method Cost Using { ShippingManager.GetShippingMethodCases}
I am getting the only Price for Weight Jurisdiction which is not coming with added base price .
But at the time of cart validation it is being added with it.
Where I am facing problem:-
Shipping method: Base Price 5 || weight jurisdiction for New Castle 5 for weight 0-More 10
User just adding product in cart .
Now after adding address user can see the shipping cost =>10
But it should 10+5(Base price)
Is there any solution for that