If catalog item is having image, I don't want to see image if I added that catalog item to an order guide.

Haceena Shaik
Tera Expert

Hi all,

Is there any functionality in order guide hide the image of catalog item when it is ordered through order guide.

I don't want to remove image  in catalog item. At the same time when I added to order guide, its should be invisible.

Can you please suggest me if any possibility??

 

Regards,

 

3 REPLIES 3

simonezini
Mega Sage

Hi @Haceena Shaik ,

try setting the CSS class in the sc_cat_item_guide page.

Go to Pages (under the Service Portal menu section, see screenshot), then search for "sc_cat_item_guide".

Here, set specific CSS for that page:

.row .m-b-lg {
	display:none;
}

Doing this, you'll hide all the HTML div containing the catalog item image.

 

If someone will find this, hope this helps!

 

Simone

Hi @simonezini,

 

I tested it and it infact remove the item image, but produces some problems for the first row of item:

Enrique_atlafy_0-1723635753496.png

 

Did you encounter this issue?

 

Regards.

 

Hi @Enrique_atlafy ,

no, I didn't. Here is my order guide:

simonezini_0-1724141178619.png

 

All toggle buttons are right-aligned correctly, same as for the "Options" label for mandatory field.

 

Does your first catalog item contains multiple variables or just one variable? Did you try adding icons or descriptions to catalog items, to see if it could solve the issue?

Regards

Simone