Support » Plugin: WooCommerce Unit Of Measure » Show UOM on Yith Request a Quote for variable products

  • hi!

    Thank you again for this fantastic plugin!
    I wrote here 8 month ago to add uom to Request a Quote page (yith plugin)(https://wordpress.org/support/topic/add-unit-of-measure-to-yith-request-a-quote-tab/)

    this was the solution

    <td class="product-uom" data-title="<?php _e( 'Unità di Misura', 'yith-woocommerce-request-a-quote' ); ?>" >
                            <?php
    					        $dmkt_uom_output = get_post_meta( $_product->post->ID, '_woo_uom_input', true );
                                echo $dmkt_uom_output;
                            ?>
    					</td>

    but now when I add variable products on quote request list I can’t see related uom. Better, I have some variable products I added via wp all import(importing uom on _woo_uom_input custom field) and on these I see uom in quote request page, then I have other variable products created manually and on these I can’t see uom on quote request list, but I can’t understand why.

    Is possible to show uom on all variable products added to quote request list?

    thanks in advance
    best regards

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

Viewing 1 replies (of 1 total)
  • Thread Starter davemktg86

    (@davemktg86)

    hi!
    anyone have a possible solution? I tried again to fix it but I can’t understand why I can’t see the uom…

    help please

Viewing 1 replies (of 1 total)
  • The topic ‘Show UOM on Yith Request a Quote for variable products’ is closed to new replies.