• Resolved Fujyn

    (@arwah12)


    Hello, all
    Can you help me
    I added a short code to the page, to display products sorted by the lowest price for products with discounts / sales, except for products in the “bundles, special-deals, free” category
    but the product display is very damaged

    [sale_products category="bundles,special-deals,free" columns="3" orderby="price" order="ASC" operator="NOT IN" paginate=true per_page=18]

    is there something wrong with this code
    and i don’t understand the code problem
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    Please explain a bit more about what you mean by “product display is very damaged”. Also, please provide a URL to the page where you are displaying this product list so we can see how it’s displaying at the moment.

    Looking at the shortcode, I think you would need to change a few things — please try changing it to this to see if it makes a difference:

    
    [sale_products category="bundles,special-deals,free" columns="3" orderby="price" order="ASC" cat_operator="NOT IN" paginate="true"]
    

    I hope that helps!

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘display products sorted by the lowest price for products with sale’ is closed to new replies.