Home Forums WoodMart support forum Additional information (attributes) format

Additional information (attributes) format

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #145806

    horny_fungus
    Participant

    Hi. Your theme has a nice feature to show additional information (attributes and their values table) not in tab but before add to cart button. Can you please tell me what’s the function name and how can I:
    1) change format to:
    ◆ <attribute1>: <attribute value>
    ◆ <attribute2>: <attribute value>
    etc.
    starting with symbol, “:” after attribute name, attribute value shown right after attribute name, no deviders between lines
    2) rearrange attributes positions
    3) filter attributes conditionally – do not show certain attribute if it has more than one value

    #145832

    Artem Temos
    Keymaster

    Hello,

    This table is generated by WooCommerce code and its template and we don’t have an instruction on how to customize that part. As for the order of the attributes, you can try to change it in Dashboard -> Products -> Attributes.

    Kind Regards

    #145836

    horny_fungus
    Participant

    1) OK, can you please at least tell what’s your function name for “Show attributes table after short description” option. Where I can find it’s code and how I can modify it.
    2) Maybe it is possible to disable completely “additional information” and use custom function to display attributes?

    #145839

    Artem Temos
    Keymaster

    1. The function that displays the table is located in the file woodmart/inc/integrations/woocommerce/functions.php and called woodmart_display_product_attributes.

    2. You can try to disable our theme’s option and then turn off this tab in WooCommerce.

    #145978

    horny_fungus
    Participant

    As for the order of the attributes, you can try to change it in Dashboard -> Products -> Attributes.

    And how I can affect position of attributes not listed there – dimensions and weight?

    #146021

    Artem Temos
    Keymaster

    Sorry, but you can’t change them without additional WooCommerce customization.

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