Home Forums WoodMart support forum Shop/Category Page Price Display

Shop/Category Page Price Display

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

    shopakr
    Participant

    1. Is there a way to display the Sale Price and Regular Price at the Shop/Category Page Level. With a slash through the sale price. I know that WooCommerce out of the Box did this at the Category Page Level but for some reason your theme is suppressing this.
    2. Hide Out of Stock Message on the Shop/Category Page (but not the product page) https://www.screencast.com/t/mkMoOQKdGqmq

    #287102

    Hello,

    I saw the screenshot you attached and visited your website.

    1) Please provide a relevant screenshot of the specific area to check it myself and help you out accordingly.

    2) The out of stock is not not displaying as you mentioned on the category page. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/NrBPm8G

    Best Regards

    #287391

    shopakr
    Participant

    1) It only displays the Slash through pricing from Regular to Sale Price on the Shop/Category Page if it is a Simple Product. Example:https://www.screencast.com/t/QqcNG7b4d
    But not on a Variable Product On Sale. Example: https://www.screencast.com/t/6LAKfpilK

    2) That is because I applied the following CSS that Woodmart provided in a previous ticket of
    .stock.in-stock {
    display: none;
    }
    But then I realized that it hid the Stock Level on the Product Page as well. I only want to Hide the In Stock and Out of Stock Message on the Shop/Category Page and the Woodmart Product Carousel Element. Do you have CSS for that.

    #287450

    Hello,

    I saw the screenshots you attached.

    1) It is the default behavior for the variable products. If you want to display the sale price like simple products then you can try adding the same sale price for each variation.

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce div.product .out_of_stock_color {
        display: none;
    }

    Best Regards

    #287683

    shopakr
    Participant

    1) I did have a Sale Price applied to the Variant Sample I sent you, and it still does not display the Regular Price with Slash threw, only the Sale Price
    Variant With Sale Price Assigned:https://www.screencast.com/t/vhby5lcMz3
    BackEnd Setting: https://www.screencast.com/t/udHqw1ye

    2)That CSS did not hide the Stock Message Display. I believe the CSS will have to reference the Element in order to work properly.
    To be more clear.
    I DO NOT want any stock messages to display on the Woodmart Product Carousel Element:
    Here: https://www.screencast.com/t/WyRXSSERR
    And I DO NOT want any stock messages to display on the Shop/Archive/Category Page:
    Here: https://www.screencast.com/t/yO6fdWTHoS9A
    But I DO want it to display on the Product Page:
    Here: https://www.screencast.com/t/8Kr8RQrOY4Jc

    #287804

    Hello,

    I saw the screenshots you attached.

    1) You need to set the sale price the same for each product variation then clear cache and check back.

    If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.

    2) Please replace the previous Custom CSS with the following then clear cache and check back.

    .product-grid-item .stock.in-stock {
    display: none;
    }

    Best Regards.

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