hostxls Posted December 8, 2016 Share Posted December 8, 2016 Hello, Thanks for looking into this error. In the Product/Service/ Edit Product field It is not possible to use html in the 'Product Description" field what is stated as possible. Even using ( : ) is giving an error. Is this a known error in version 7? Chek this link to see the Error https://hostxls.com/clients/cart.php?gid=2 The html code I use is the following: <!DOCTYPE html> <html> <head> <style> table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #dddddd; text-align: left; padding: 8px; } tr:nth-child(even) { background-color: #dddddd; } </style> </head> <body> <table> <tr> <th>SSD VPS Plan</th> <th>Custom VPS SSD</th> </tr> <tr> <td>Managed</td> <td>Unmanaged</td> </tr> <tr> <td>Core</td> <td>1 Core</td> </tr> <tr> <td>RAM</td> <td>1024 MB (1GB)</td> </tr> <tr> <td>Opslag</td> <td>10GB SSD</td> </tr> <tr> <td>Bandbreedte</td> <td>1TB</td> </tr> <tr> <td>IP4</td> <td>Available</td> </tr> <tr> <td>IP6</td> <td>Available</td> </tr> <tr> <td>OS</td> <td>On Demand</td> </tr> </table> </body> </html> Personally, I do not think that the problem is the html I use, but rather the field that is not html compatible. If someone has the same problem solved, could you help us out. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted December 9, 2016 Author Share Posted December 9, 2016 Need help. can not enter new products. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.