• Resolved roadlink

    (@roadlink)


    Hi,
    When I add short description compare button was seeing under it.

    I fixed it like this, now it is above the description.

    I guess you also should apply it.

    OPEN
    ever-compare/includes/classes/Frontend/Manage_Compare.php

    FIND
    add_action( ‘woocommerce_single_product_summary’, [ $this, ‘button_print’ ], 35 );

    REPLACE

    add_action( 'woocommerce_single_product_summary', [ $this, 'button_print' ], 31 );

    • This topic was modified 3 years, 10 months ago by roadlink.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Position fix’ is closed to new replies.