• Resolved dipokemon

    (@dipokemon)


    Good afternoon, I’m using the Woo Products widget, how can I add the available quantity to the product card?
    Screenshot example.
    And translation support via WPML is required.

    https://skr.sh/sJQYtGXwIzt

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leap13

    (@leap13)

    Hi @dipokemon

    Actually, this option is not available at the moment in the widget. Our devs team would be glad to check and see if it’s doable from their end. Please send us a message on our website from here.

    Regards

    Thread Starter dipokemon

    (@dipokemon)

    @leap13, A small function in functions.php helped me

    add_action( 'pa_woo_product_after_title', 'show_stock_shop' );
     
    function show_stock_shop() {
       global $product;
       echo wc_get_stock_html( $product );
    }
    • This reply was modified 1 year, 7 months ago by dipokemon.
    Plugin Author Leap13

    (@leap13)

    Awesome, so glad to hear that you managed to add it ??

    Please let me know if you need any further assistance.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stock status in product card’ is closed to new replies.