dismine
dismine
Confirm. Just debugged the same issue. I use `FixedRateTax` which by default returns `TaxInclusiveFixedPrice` for `pricing_policy`. To see correct calculations, `OSCAR_OFFERS_INCL_TAX` must be always in on state. Which is fine...
>You are using the CustomerForm via Cascade, right? Correct. >Then you have to create you own version of a CustomerForm and register your own implementation of CustomerFormPlugin. There you can...
Hi, unfortunately it doesn't work for some reason. I don't get any error, but also do not see any field. I basically copied CustomerForm from checkout.py, renamed it and replaced...
>if it can help you, I just try with this, I see the fields it takes. Thank you. Yes, i also see fields when my custom form class has name...
It seems i have found the place that causes the issue: First of all ``` class DialogFormPluginBase(ShopPluginBase): ... def render(self, context, instance, placeholder): """ Return the context to render a...
Can i use this feature if i will install package from PyPi?
Thank you for quick reply. > This soon will be available, so please be patient. I will.
Should I send a PR?
Hi, i am not dispy developer, but send file to client works for me. Can you post here simple example i can test to know if i can reproduce your...
> ret = **dispynode.dispy_send_file**('D:/aaa.ini') # send file to client Your problem is here. Just simply use it without dispynode. Like this: `ret = dispy_send_file('D:/aaa.ini') # send file to client`