public function get_variation_prices( $for_display = false ) {
$prices = $this->data_store->read_price_data( $this, $for_display );
foreach ( $prices as $price_key => $variation_prices ) {
$prices[ $price_key ] = $this->sort_variation_prices( $variation_prices );
}
return $prices;
}
When I put the mouse over the “+” button the message appears in the lower corner: https://snipboard.io/hU6Vil.jpg
I don’t know if it’s related to the problem.
There is another point which is, on the product page the quantity bar is with two arrows (Reference image: https://snipboard.io/RBSkjZ.jpg), which on the chorme and on the edge does not have, that only on firefox has. I would like to remove.