Remove Back, Next and Summary Labels from order guide in mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 01:28 AM
Hi,
Order guide when displayed in portal we can see Back(Describe Needs), Next and Summary at the top.
The same is displayed in mobile but in a different way.
I want to remove these labels from mobile.
I check in portal this order guide is linked to "sc_order_guide_expanded" widget. I have found out line in HTML and tried to remove these line but this only got removed from portal not on mobile. I tried to modify the value of Back to something "XYZ" in ui_message(Back is fetched by data.m.step1 = gs.getmessage("Describe Needs)") then it is getting applied to portal and mobile. Also i have found out that whatever i make changes to to HTML part of the widget it only getting applied to portal. So, I how the order guide displayed in mobile is connected widgets ? or what widget i should check and which part of the code ?