No i do not use a external plugin for changing TAX amount. It's nop core functionality that's used.
Sorry, but i have noticed that it becomes zero if i do a reload on the checkout.
Is it possible to trigger a reload on the sum?
It would be nice if i don't need to do a reload on the whole page.
Hi i am having a problem regarding when i enter a VAT number in the checkout. After the number is entered the tax is not zero it's still the same. I have enabled the option "Assume that VAT number is legit." in taxSettings.
I would like it to be zero if a customer enters a VAT number.
I am running version 3.9.
Hi, I can't see any support for mobile view with these filters.
Is there any solution to this or do I need to make it my self?
My best regards / Robin
Nice, i appreciate it a lot!
The upgrade process is it only to change the .dll file? Or is there som major changes in the views as well?
Yes i assume we have to add it manually. The problem for me is how do i access the attribute from commentBox, because that is some SimpleCheckout Specific attribute.
This is a custom plugin Klarna checkout https://github.com/Motillo/klarna-checkout-nopcommerce.
The thing is that this plugin has its own placeOrder. And when i place a order with example some standard methods, the attribute is inserted in some magic way on the order. But not when this plugin trigger the placeOrder function.
See row 465 here https://github.com/Motillo/klarna-checkout-nopcommerce/blob/master/src/Controllers/KlarnaCheckoutController.cs
After that order is placed i could manually add the CheckoutAttributeDescription on the order, but i need to access the information the customer added.
My best regards / Robin
It has to be somewhere when you call PlaceOrder function you update the order somehow.
What should I add after this has been processed.
var placeOrderResult = _orderProcessingService.PlaceOrder(processPaymentRequest);