Home Forums WoodMart support forum Show Attributes on Product Page

Show Attributes on Product Page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #626495

    kontaktme
    Participant

    Hi there.
    I enabled the attributes on PDP. And it shows all attributes by default.
    Is there any option to show only weight. on no other custom attributes? No color, no size etc.
    weight is a default attribute from the WooCommerce Product. the others are “custom” properties.
    Many thanks for your feedback.

    Attachments:
    You must be logged in to view attached files.
    #626538

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #626597

    kontaktme
    Participant

    Hi, please find the credentials below.
    I must say your Theme is Worldclass! absolut fan of Woodmart.

    If there is any option to configure the Attribute Box on Product Page Frontend, it would be perfect.
    My goal is to show weight Info only on PDP.
    Thanks a lot
    Anias

    #626650

    Hello,

    Apologies, but I am unable to access or log in to your site due to security restrictions.
    https://ibb.co/7vH5nwx

    Best Regards

    #626711

    kontaktme
    Participant

    Hi, this is a simple JS Challenge from my firewall. Can you please wait for 5 seconds, and it should go away, as it says on the screen.
    Or tell me you country where you are accessing from?

    Best
    Anias

    #626793

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_color {
        display: none !important;
    }
    tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_groesse-rucksack {
            display: none !important;
    }
    tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_hueftgurt {
                display: none !important;
    }

    Best Regards

    #627224

    kontaktme
    Participant

    That worked awesome!! thanks a lot!!
    Have a great weekend!

Viewing 7 posts - 1 through 7 (of 7 total)