I am attempting to add a sound clip to the description field of a product using the audio HTML tag. When I save the product information, I get a 403 error. I assume that my host doesn't like injecting HTML into the database via the admin site.
Using my host database interface, I can add the HTML tag manually. However, I can't switch over to the AbanteCart admin site to edit a product with an audio tag that I've added manually into the database.
I can see that AbanteCart is encoding HTML tags in the product description field, e.g., <p> gets encoded to remove the "<" and ">". I'd like to modify the code to do the same for audio tags, but I can't find in the source code where this is happening.
So, in short, does anyone know where AbanteCart encodes "<p>" before being sent to the product database?
Thanks in advance.
Peter