• gemedj89

    (@gemedj89)


    Hello, the product price ordering does not work correctly.

    The ordering seems to be based on the _price meta value, which does not consistently match the price displayed on the frontend after discount.
    As a result, products are not ordered by their actual effective price (sale price), and the order appears inconsistent.

    WooCommerce natively uses wc_product_meta_lookup.min_price for correct price ordering.

    Could you please check a custom price-ordering filter?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support aprokaev

    (@aprokaev)

    Hello

    We can’t modify “wc_product_meta_lookup.min_price” directly , as product price can depend on role or cart contents (for example, category discount only if cart totals>100 ).

    But if your rules use only “Product filter” + “Product discount” (supported by shortcode [adp_product_onsale]) – we can implement correct sorting via hook “woocommerce_get_catalog_ordering_args”.

    Please submit your rules (json text) as new ticket to https://algolplus.freshdesk.com/
    Use >WooCommerce>Pricing Rules>Tools>Backup to get it.

    Thread Starter gemedj89

    (@gemedj89)

    Hello,

    I also tested the issue on your official demo
    https://demo.algolplus.com/

    Even when applying only a simple “Product discount” rule (no cart, no role, no conditions), products are still ordered incorrectly by price. This confirms that the issue is not related to custom rules or theme overrides on our side.

    It is unexpected that a pricing/discount plugin does not allow correct price-based product sorting, even in this basic and deterministic scenario.

    Additionally, I would like to report that your demo site currently shows a visible message stating HACKED BY LOST32X, which might indicate a security issue.

    Thank you for checking both points.

    Plugin Support aprokaev

    (@aprokaev)

    Hello

    1. Don’t worry about demo, it’s impossible to hack it.
    We allowed visitors to test features of our another plugin (Phone Orders), so “demo” user can add products/posts, even with title “hacked”.

    2. >>It is unexpected that a pricing/discount plugin does not allow correct price-based product sorting
    It’s common problem for WooCommerce pricing plugins.
    You can check our competitors.
    We don’t have ready solution too.

    3. We can fix product sorting for simple “Product discount” rules .
    Submit your rules as new ticket our helpdesk and we’ll prodive updated version for tests next week.

    Plugin Support aprokaev

    (@aprokaev)

    I saw your settings, thank you!
    We’ll reply tomorrow.

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

You must be logged in to reply to this topic.