Can i use 2 shipping methods in nopcommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
I have setted shipping by zip address method, and if costumer set the address during the step 3 in the checkout process the shipping value is calculated. But i want to insert the fixet rate shipping too, i mean, if user go to first page of chackout it should see the fixed rate of shipping for the selected products. is it possible and how?
7 years ago
yorke1988 wrote:
I have setted shipping by zip address method, and if costumer set the address during the step 3 in the checkout process the shipping value is calculated. But i want to insert the fixet rate shipping too, i mean, if user go to first page of chackout it should see the fixed rate of shipping for the selected products. is it possible and how?


Hi,

You can not have fixed rate shipping cost per selected product, if you are using shipping by zip. may be you can customize this behaviour!
7 years ago
I think he means to see the single fixed shipping rate in the Cart page (as opposed to message "shipping calculated....")

If you only use "Fixed Rate" rate calc method, and it's your only method, then the fixed rate would appear on the cart page.  But if you have a second method (e.g By Weight), then you get the "shipping calculated...." on the cart page.   Explain more about what you are trying to achieve, because if the rate is dependent on zip, then it does not make sense to show a fixed rate on the cart page (unless you want to default to use one of the customer's saved addresses, but that would require custom development).
7 years ago
I want at the first page at shopping cart to display the additional shipping for the products. After entering the addrezz and zip at the next steps i would like to be used the other method
7 years ago
yorke1988 wrote:
I want at the first page at shopping cart to display the additional shipping for the products. After entering the addrezz and zip at the next steps i would like to be used the other method


yes it is possible in that case need to customize your code


checkout any product from here you can see your expected result  
here first showing additional charge and then showing additional charge with zip selected charge

----------------------------------  If the Post Is helpful Please Vote Up.

Thanks advance for watching my post
Best regard
Bibhuti Barai
7 years ago
How to customize my code? Do you have some example code? Or give me some more inatructions pls? Thank you about your answers
7 years ago
Hi bibhuti.bs-23 i take a look your site, but i don't understand a lot. Do you have some solution for me?
7 years ago
You might be able to follow how DeliveryDate is set / displayed:

\Presentation\Nop.Web\Views\Product\_DeliveryInfo.cshtml

\Presentation\Nop.Web\Models\Catalog\ProductDetailsModel.cs
7 years ago
Hi New York, thank you for your answer but i'm not realy sure what u mean? Can u explain me more pls?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.