Home › Forums › Basel support forum › Quantity select field › Reply To: Quantity select field
November 8, 2018 at 4:28 pm
#88091
Artem Temos
Keymaster
Try to replace this line
$html .= '<button type="submit" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';
with this one
$html .= '<button type="submit" value="' . $product->get_id() . '" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';