Plugin error and cnflict: Unable to publish Product
-
Hello
I am not able to publish my product as plugin has error
please fix the code in file.
I was having console error
An invalid form control with name=’tiered_pricing_fixed_quantities_variable[]’ is not focusable. ?
There was issue with value field default it was taking 1 though min value is 2
and also name attribute value is having unwanted space<input type=”number”min=”2″value=”<?php echo esc_attr( $amount ); ?>”
placeholder=”<?php esc_attr_e( ‘Quantity’, ‘tier-pricing-table’ ); ?>”
name=” <?php echo esc_attr( $quantityFieldName ); ?>”>
/wp-content/plugins/tier-pricing-table/views/admin/components/tiered-pricing-rules-form.php
LIne 143
Screens recording
https://www.awesomescreenshot.com/video/31089289?key=e42ce79392f222442131963227c38736
- You must be logged in to reply to this topic.