Home Forums WoodMart support forum Add "number of products" under category

Add "number of products" under category

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #314095

    aleasaro
    Participant

    Hi,

    I am using the product category grid, I want to display the total number of products of each category, how can I do that?

    THanks

    Attachments:
    You must be logged in to view attached files.
    #314181

    Hello,

    The product number is shown by default. Please check your custom CSS perhaps you have hidden them.

    If you cannot find the reason, please, provide the site admin access. Insert credentials into the private content block.

    Best Regards

    #314362

    aleasaro
    Participant

    Hi,

    You have the details, I also want to hide price for all the products on the website. Please add css code that will hide price for all products. (I cannot use the catalog mode because it disables the product options which I really need).

    Thanks

    #314411

    Hello,

    This option was “On” https://gyazo.com/24761d2057264a2ac40cd5e9a7a156d3 I have disabled, the product count appeared, please check.

    If you have any questions please feel free to contact us.

    Best Regards

    #314441

    aleasaro
    Participant

    Hi,

    You didnt reply anything regarding my question about the price.

    #314548

    Hello,

    Sorry.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .price {
    display:none!important;
    }

    Best Regards

    #314557

    aleasaro
    Participant

    Hi,

    Thanks.

    I also want to hide addtocart button for all the products.

    #314564

    Hello,

    Please update the credentials I cannot log in.

    Best Regards

    #314585

    aleasaro
    Participant

    i did now

    #314662

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-action-btn.wd-add-cart-btn {
        display: none;
    }

    Best Regards

    #314784

    aleasaro
    Participant

    Hi,

    I typed your code, it didnt work. Add to cart still appears

    #314823

    Hello,

    Please provide the page URL where the button remains.

    Best Regards

Tagged: 

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