J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Page not valid, Virtuemart product page with price (1 viewing) 
Go to bottom
TOPIC: Page not valid, Virtuemart product page with price
#6486
Ornicom sprl
Fresh Boarder
Posts: 4
User Offline
Page not valid, Virtuemart product page with price Karma: 0  
I use Virtuemart and I have a page not valid for every product page with price
The critical error is : Incorrect use of html balise
The attribute 'no' may not appear in tag 'span'. Line 58

I have no problem for a product page without price

Example of page with error: https://www.ornicom.com/products/SYNCRO-NETworking-Board.html
 
Logged Logged  
  The administrator has disabled public write access.
#6487
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Page not valid, Virtuemart product page with price Karma: 79  
That's because Virtuemart uses non standard attributes that are not valid and can't be accepted by the AMP format.

For this reason there are parameters that allows to exclude invalid tags or attributes.

In your case you have to specify all the invalid attributes used by Virtuemart in such pages 'no,numeric,noise,key,1008' or even better completely exclude the element by CSS selector: ''div.PricebasePrice'
 
Logged Logged  
  The administrator has disabled public write access.
#6488
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Page not valid, Virtuemart product page with price Karma: 79  
.
 
Logged Logged  
  The administrator has disabled public write access.
#6489
Ornicom sprl
Fresh Boarder
Posts: 4
User Offline
Re:Page not valid, Virtuemart product page with price Karma: 0  
The problem is resolved with exclude div.PricebasePrice

Thank you again for your support
 
Logged Logged  
  The administrator has disabled public write access.
Go to top