Home Forums WoodMart support forum Attributes Tab

Attributes Tab

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #232062

    gspo84
    Participant

    Good day
    I want to change the source code so that when I activate “Show attributes table after short description” function the table show after ADD TO CART button not before.
    It is very easy just need to find source for that function

    #232096

    Hello,

    Please find the file: woodmart/inc/integrations/woocommerce/functions.php and edit this function woodmart_display_product_attributes()

    Best Regards

    #242796

    gspo84
    Participant

    Good day
    Can you tell me where can I find the position of woodmart_display_product_attributes() ?

    I found woodmart_display_product_attributes() , but cant find which function does it put in the position after price.

    #242883

    Hello,

    This function is hooked with this code:
    add_action( 'woocommerce_single_product_summary', 'woodmart_display_product_attributes', 21 );

    Best Regards

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