FIX wrong position of the error
-
Hi,
thank you for your work on this pluglin.I noticed a small bug, the error isn’t printed inside the span with class berocket_minmax, but right after.
At line 1001 of main.php your code is
wc_add_notice( '<span class="berocket_minmax" style="display:none;"></span>'.$error, $error_type );
while I think it should be
wc_add_notice( '<span class="berocket_minmax" style="display:none;">'.$error.'</span>', $error_type );
In this way it would be easier to give a style to the notice.
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FIX wrong position of the error’ is closed to new replies.