I want to do same sequence in summary box like all option is showing of bundle product. Please check below screenshot.
I have tried to edit in this path but unable to do this. app/code/Mymodue/Catalog/view/frontend/templates/catalog/product/view/summary.phtml
Anyone have an Idea, How can do that?
Hello @ravi22varma1
may be above link help you.
If works then mark as as solution.
Hi @Sunil Patel I have applied same solution which you given in commit.
But nothing is reflecting.
Is there any other solution. please help. I am stuck last 1.5 day.
Thanks in advance
Hello @ravi22varma1
after did changes have you did setup:upgrade and static content deploy
Hi @Sunil Patel
Yes ran both command and tested with 3-4 four products but not getting any change.
I have cross check commits which added/removed lines and match the code also.
I am using magento 2.2.2
Kindly help.
Hello @ravi22varma1
app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php
in that they added optionsPosition
into json file
can you please print the config array and check json are giving position or not
Hi @Sunil Patel
Sorry for delay. I have checked array and print this $optionsArray and config data but didn't get any response. Added die also but page running.
can you please help me where can actually do and so I can fix this.