-
Notifications
You must be signed in to change notification settings - Fork 138
Conversation
This was added in PR #148 but then edits in sale.order.line don't work.
The last commit actually fixes the issue with that |
Thnx @CGenie closed my pr so we can continue here. |
@CasVissers thank you for reporting that, I think I found the solution. |
@CGenie Thanks for the fix.
Error: http://www.sb.com/web/content/1035-16ff838/web.assets_backend.js:1414 ### TypeError: Cannot read property 'always' of undefined
|
|
Thanks for the prompt actions and reply. |
This reverts commit 4e23a99.
Hi there, any ETA for this one? |
@joezsweet Well we're testing this and fixing any issues that come up, can't quite estimate this but for us it looks stable and we already use it for one of the customers. |
Hi everyone!..i want to ask you about website_configurator...with this module functionality about 'Reset' button and others elements with js controllers don't work so that it produces that website configurator is incomplete because others python logic functions and controllers are good and e.g. in 'config_ok' button in the product_template form view the traslation doesn't work either. My question is, in your versions does these functions work properly?. Thanks in advance |
Without this, the variant prices aren't refreshed properly because the on change watches are not set up properly yet.
Hi guys!..commit 2602a24 fixes problem with onchange methods in form view like you said CGenie, thanks a lot, but configuration button (id='submit_configuration') doesn't send the request for variant creation..and in your last commit 042a26a ...in my version, the selected fields doesn't let me to pick any option. Thank you for your collab CGenie! |
I was studying that problem, and i watch that post method doesn't have any item so in controller method cfg_session it checks about if post variable has elements, so it doesn't return anything. This post variable required of an 'add_qty' number referring to quantity of variant to order. |
This allows for easier customization of the module.
… & value This makes it easier to extend with custom modules later.
@Danoolo For me this seems to work... I mean I do have the variants created. |
This is for easier extension of these (for example adding new view types).
This allows to easily change onchange/value_onchange/etc functions in product_config in dependent modules.
@CGenie thks a lot for interesting... |
I have installed spanish-AR language..can this language making that issue? |
Is this ready to be merged in 11.0? |
Well we work with this module for some time now and it seems to work fine. |
I guess the tests could be fixed, that is one thing that bothers me :) |
@CGenie did you test the |
0 wasn't rendered in t-att-min/max, had to coerce it to a string.
I just tried this module and struck the following error when clicking on the 'Add to Cart' button. Nothing happens in the browser - just this error in the log. Traceback (most recent call last): Is the Website configurator working properly for others? FYI, the 'Add to Cart' button works fine for webstore purchases of products that are not 'Configurable Templates'. |
@bennals For me works fine!...but in website_product_configurator you do not have to add it to the cart, you only have to configure the variant and then it add to cart inmediatly... |
@bennals Excuse me i got it...well that error says that product with 'product_id' has a None type value, try to follow the controller.py file...above in this chatter i mentioned an error similar when a configure in website and i had to manually add a value for the dict key 'add_qty'.. #152 (comment) ...maybe it's not the solution for your problem and i dont remember the error dialogue i got.. |
This is an extension of #148 but I managed to migrate the web wizard and as far as I can tell everything works, even the reconfiguration of
sale.order.line
as noted in #148 (comment)