Product Sale Conunter - by 7sistemas - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler

  • Avatar: 7sistemas
    7sistemas
    Participant
    December 13, 2019 at 20:53

    Dear team, Is possible to move “product sale conunter” under “price” in single product page ? Bst. rgds.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2019 at 09:58

    Hello,

    Thanks for contacting us.
    Could you, please, provide a URL?

    Regards

    Avatar: 7sistemas
    7sistemas
    Participant
    December 14, 2019 at 22:25

    Hello

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 15, 2019 at 09:25

    Hello,

    Add this code in Theme Options > Theme custom CSS:

    .single-product .fixed-content {
        display: flex;
        flex-direction: column;
    }
    .single-product .product-content .product_title {
        order: 1;
    }
    .single-product .product-content .price {
        order: 2;
    }
    .single-product .product-information .product-sale-counter {
        order: 3;
    }
    .single-product .product-content .woocommerce-product-rating {
        order: 4;
    }
    .single-product .product_meta {
        order: 5;
    }
    .single-product .product-information .woocommerce-product-details__short-description {
        order: 6;
    }
    .single-product .product-information .cart {
        order: 7;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.