Adding New Checkout Step on Nop 4.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
Hello,
Im trying to add a new Checkout Step on the NopCommerce One Page Checkout.
I created new CSHTML and Model for my New Checkout Point. I also did created in the Checkout Controller a new Methode. I changed the Code for the Shipping Step(OpcSaveShippingMethod) so it calls my new Methode. This Methodes links via update section to my new CSHTML File. I set a break point in the New CSHTML, this Point gets reached, but the Website does not change it is still in the Shipping Method Step.
Does somebody knows what i have to Change to get to my new Checkout Step?
1 ano atrás
do you check public.onepagecheckout.js code?
1 ano atrás
I did check the js File.
So i copied the shipping Funtion and changed some variables to the Name of my New Method.
I probaly have changed something wrong or not enough.
Here is the Pastebin:
https://pastebin.com/yLa7vJ4i
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.