Madrid: Enabling "Portal Settings" tab on Catalog Items

Marci
Tera Contributor

I was reviewing this thread to figure out how to change our Order Now option to Submit:

Thread Here

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?

1 ACCEPTED SOLUTION

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

Thank you,
Abhishek Gardade

View solution in original post

9 REPLIES 9

AbhishekGardade
Giga Sage

Hello Marci,

Check out this,

find_real_file.png

Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade

Thank you,
Abhishek Gardade

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.

find_real_file.png

 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

Thank you,
Abhishek Gardade

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.

find_real_file.png

 

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.

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

Thank you,
Abhishek Gardade