• Resolved pneupresstires

    (@pneupresstires)


    Hi

    Just purchased premium.

    Quick question.

    How would you go about disabling the automatic display notice message in cart and just using the short code version? I am using function to show to the points message before cart shipping…and now have 2 messages? also, {display: none} does not work for some reason with css.

    I would just like for the short code to show in cart page and disable message that appears normally.

    `add_action( ‘woocommerce_cart_totals_before_shipping’, ‘action_function_points’ );
    function action_function_points(){
    echo do_shortcode(“[xt_woopr_messages]”);

    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘short code display only, how?’ is closed to new replies.