• Resolved kelitu

    (@kelitu)


    Hi BrikPanel team,

    As always, great work on the plugin and thank you for keeping it free for all.

    On the Brikpanel Dashboard, is it possible to show the total number of products in the woocommerce store? The normal is to show the number of products, but if they have variations, then you must create a function to show it. Not as attractive as the dashboard :-).

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support latti

    (@niyht)

    Thank you very much, I’ve made all the changes you requested and released the new version 3.2.4 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.

    Thread Starter kelitu

    (@kelitu)

    It works beautifully. Thank you @niyht.

    Thread Starter kelitu

    (@kelitu)

    Quick note: The numbers do not update when we make changes. When I run a quick database query, you find that when I use this on SQL, or export the csv, I get the same numbers but not on the dashboard. Is it because I am using the woocommerce for legacy as opposed to the HPOS?

    SELECT
    post_status,
    COUNT(*) AS total
    FROM wp_posts
    WHERE post_type IN (‘product_variation’)
    AND post_status IN (‘publish’)
    GROUP BY post_status;

    Plugin Support latti

    (@niyht)

    Thank you very much, I’ve made all the changes you requested and released the new version 3.2.6 . If you notice anything missing, please let me know here. In the meantime, you need to download and install the new version from the plugin’s wp.org page because the update notification will appear after 24 hours.

    Thread Starter kelitu

    (@kelitu)

    Resolved very well. Thank you @niyht.

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

You must be logged in to reply to this topic.