Home Forums WoodMart support forum Product quantity input not present in the related/upsells/cross-sell ribbons Reply To: Product quantity input not present in the related/upsells/cross-sell ribbons

#571332

Luke Nielsen
Keymaster

Hello,

In the next update, we will fix that issue, if you want to fix that now, find these files:

woocommerce/single-product/related.php
woocommerce/single-product/up-sells.php

find this string: 'product_quantity' => woodmart_get_opt( 'product_quantity' ) and change to this one: 'product_quantity' => woodmart_get_opt( 'product_quantity' ) ? 'enable' : 'disable',

Kind Regards