- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019 09:05 AM
I was reviewing this thread to figure out how to change our Order Now option to Submit:
However - I don't see the tab for portal settings on our catalog items at all, nor can I find any documentation on how to make it visible.
Can anyone help me with this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2019 06:23 AM
As you are in Madrid, There is one field ISOLATED SCRIPT on client script> Make sure that you MAKE IT FALSE/UNCHECK.
I Guess you need to configure a form and then need to add a isolated field on client script form.
Thanks,
Abhishek
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019 01:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2019 01:27 PM
Hello Marci,
OPTION 1:
In maintain cartlayouts and the layout = item ordering widget, Button labels -> Order Now label, change the label to submit or text of your choice, that should do the trick.
OPTION 2
Write an on Load Catalog Client Script for the particular catalog item you want to change the Label to Submit as below:
document.getElementById("oi_order_now_button").innerHTML='Submit';
Make sure that You need to uncheck checbox on catalog client script form names as ISOLATED SCRIPT. If field ISOLATED SCRIPT is not available on form then configure form layout and add it.
Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2019 05:31 AM
Hey Abhishek,
I am currently on the default view and it's not showing. I also tried the other two options to see if maybe the tab would show however no luck.
I also tried the second option for the client script but it didn't seem to do anything on the item I tested.
I'm hesitant to change the button label from the back end completely as we are also using catalogue items for an inventory of hardware and we want the "Order Now" button on for those.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2019 06:23 AM
As you are in Madrid, There is one field ISOLATED SCRIPT on client script> Make sure that you MAKE IT FALSE/UNCHECK.
I Guess you need to configure a form and then need to add a isolated field on client script form.
Thanks,
Abhishek
Abhishek Gardade