• Resolved rwkadmin2018

    (@rwkadmin2018)


    can i omit some fields when the customer compares products?
    For example I do not want the tags to show.
    Thank you
    Alan

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Rustaurius

    (@rustaurius)

    Hi rwk,

    It’s possible to omit any of the custom fields you have, but not categories, sub-categories, or tags at this time. We’ll add including those to our feature request list so that it’s possible in a future version.

    Thread Starter rwkadmin2018

    (@rwkadmin2018)

    Thank you,
    How do I omit the custom fields from the compare results?
    Alan

    Hi Alan,

    Could you send us the link to your website’s product catalogue page?

    Thread Starter rwkadmin2018

    (@rwkadmin2018)

    Hi.
    I dont want the top 3 fields when you compare
    Full range
    sub catagories
    tags

    http://www.knight-stoves.co.uk/all-stoves/

    thank you
    Alan

    Hi Alan,

    To hide those fields on the compare results table page, just add this code to the “Custom CSS” box in the Edit Catalogue page:

    .upcp-product-comparison-category, 
    .upcp-product-comparison-sub-category, 
    .upcp-product-comparison-tags {
        display: none;}
    Thread Starter rwkadmin2018

    (@rwkadmin2018)

    Perfect!
    Great help and service as always.
    Alan

    Thread Starter rwkadmin2018

    (@rwkadmin2018)

    Sorry, how do I omit custome fields from ths as well?
    Alan

    Hello rwkadmin2018,

    Do you mean that you don’t want to show the custom fields in the sidebar menu? If yes, then you could try using the following CSS:

    .prod-cat-sidebar-cf {
    display: none;
    }
    

    Best regards,

    Thread Starter rwkadmin2018

    (@rwkadmin2018)

    i want to omit a couple of custom fields from the results when you compare.
    Thank you
    Alan

    Hello rwkadmin2018,

    Coul you share the link to your compare page so we could provide you the CSS to use? Also, mention the custom fields that you don’t want to see in the compare page.

    Best regards,

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Compare option’ is closed to new replies.