• hello,
    on the page that displays the list of products in a specific category to which I have applied a discount, only the first product in the list appears with the discount. We display the others at full price but if I open the product I correctly display the discounted price. Plugin version used: 2.31.1

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author Donald FALY

    (@donaldlaly)

    Hi @mbclick , what kind of products are displayed on the page?
    Please can you share a screenshot of the category page?

    Thread Starter mbclick

    (@mbclick)

    I’m currently using the old 2.30 version and it’s working.

    I’ve the same problem with flatsome theme and different sales lists working until upgrade and now working only on the first product of the list

    Plugin Author Donald FALY

    (@donaldlaly)

    We are currently working to resolve this issue. An update will be available soon.

    Plugin Author Donald FALY

    (@donaldlaly)

    Hello, an update is available. Please update the plugin.

    Hello,
    I have updated the plugin to the latest version and the problem persists. On the product category page, the discount is only shown on the first one.

    Plugin Author Donald FALY

    (@donaldlaly)

    Hello @mlcshop please are you using a page builder?
    Can you please provide more details about your theme? Maybe it is a compatibility issue

    Yes, I use Elementor and Elementor Pro

    The theme is Valeska.

    Problem persists also with flatsome theme

    Thread Starter mbclick

    (@mbclick)

    i use elementor free and theme OceanWp

    The problem is in the file /includes/class-wad-products-list.php on the line 753. WordPress generates the following query:

    select distinct id from wp_posts where post_parent in(‘11165,6797′) and post_type=’product_variation’

    It should be:

    select distinct id from wp_posts where post_parent in(11165,6797) and post_type=’product_variation’

    The value inside the IN operator is formatted as a string and should be an array.

    Plugin Author Donald FALY

    (@donaldlaly)

    Hello, thank you @shelle89 for your contribution. We are looking into this problem. I will give you an update soon.

    Hi! I was having the same problem when updating to version 2.31.3 but I reinstalled the previous 2.28.2 and now it works again ok even with WP 6.2

    Does last update fix this problem?

    Plugin Author Donald FALY

    (@donaldlaly)

    Hello, an update fixing this issue will be available next week. Thank you for your patience.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘In the product list, only the first one shows the discount’ is closed to new replies.