Home Forums WoodMart support forum Products ordination

Products ordination

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #138506

    dogvibe
    Participant

    Hello! First I would like to thank you for the great work you did in the last major update. It’s been amazing!

    I would like to know if it is possible that on the main store page the ordering of the products is by popularity selected by default. Is there any way to do it in your theme? Can i delete or hide the standard organization?

    Thank you very much!

    #138567

    Bogdan Donovan
    Keymaster

    Hi,

    Store page product sorting can be changed by default Woocommerce setting in Customize -> Woocommerce -> Product catalog -> Default product sorting. (https://prnt.sc/otcz5q)

    You can hide the standart product organization by adding the following Custom CSS code to your Custom CSS area.

    .woodmart-shop-tools .woocommerce-ordering {
    	display: none;
    }

    Regards

    #138652

    dogvibe
    Participant

    Hi there!

    It´s worked! It´s perfect!

    Thank you very much!!!

    Leonardo

    #138675

    Eric Watson
    Participant

    You are welcome!

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