If catalog item is having image, I don't want to see image if I added that catalog item to an order guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 06:03 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 07:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 04:43 AM
Hi @simonezini,
I tested it and it infact remove the item image, but produces some problems for the first row of item:
Did you encounter this issue?
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 01:10 AM
Hi @Enrique_atlafy ,
no, I didn't. Here is my order guide:
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