Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fixed: Validation Errors


Recommended Posts

product_info.php with product options : label gives a validating error. (for="input1")

<label for="input1" class="col-form-label col-sm-3 text-left text-sm-right">

(The value of the for attribute of the label element must be the ID of a non-hidden form control.)

 

 

Link to comment
Share on other sites

11 minutes ago, Rwe said:

product_info.php with product options : label gives a validating error. (for="input1")

<label for="input1" class="col-form-label col-sm-3 text-left text-sm-right">

(The value of the for attribute of the label element must be the ID of a non-hidden form control.)

Thank You!  This fix will be in the 1.0.0.3 push.

Link to comment
Share on other sites

product_reviews.php?products_id=4

validating errors:

<img src="images/apple-1.jpg" alt="Apples" title="Apples" width="100" height="80" class="img-fluid" hspace="5" vspace="5" />

The hspace attribute on the img element is obsolete

 

 

Link to comment
Share on other sites

2 minutes ago, Rwe said:

product_reviews.php?products_id=4

validating errors:

<img src="images/apple-1.jpg" alt="Apples" title="Apples" width="100" height="80" class="img-fluid" hspace="5" vspace="5" />

The hspace attribute on the img element is obsolete

Same error found in products_review_write as well.  Thank You.

Will be pushed in 1.0.0.3

Link to comment
Share on other sites

 index.php?cPath=1

Duplicate attribute class.

line 103

<select name="filter_id" onchange="this.form.submit()" class="form-control input-sm" class="form-control">

 

 

 

Link to comment
Share on other sites

4 minutes ago, Rwe said:

 index.php?cPath=1

Duplicate attribute class.

line 103

<select name="filter_id" onchange="this.form.submit()" class="form-control input-sm" class="form-control">

 

Thank You.  Will be pushed in 1.0.0.3

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...