K
Asked
Please allow me to enter the html code in the product details.
Product Details
Please allow me to enter the html code in the product details.
using the latest version.
It's fine when typing. If you save you will lose your code like this:
Please help.
html input
>>
<p><img src="https://soqu.co.kr/image/catalog/2021_soqu/s_R200215_094.jpg" style="width: 1200px;"><br></p>
>>-------Information after saving
<p>
<img src="\"\\\"" xss="\"removed\"">
</p>
https://coa.hotitem.co/product/soqu-bio-peptide-face-cream-w
Product Details
Please allow me to enter the html code in the product details.
using the latest version.
It's fine when typing. If you save you will lose your code like this:
Please help.
html input
>>
<p><img src="https://soqu.co.kr/image/catalog/2021_soqu/s_R200215_094.jpg" style="width: 1200px;"><br></p>
>>-------Information after saving
<p>
<img src="\"\\\"" xss="\"removed\"">
</p>
https://coa.hotitem.co/product/soqu-bio-peptide-face-cream-w
- MSAnsweredHello,
You can use `stripslashes` The product view file is `themes/default/shop/views/pages/view_product.php` You can do something like `stripslashes($product->product_details)`
Thank you - KAnswered? stripslashes($product
themes/default/shop/views/pages/view_product.php
The code could not be found.
Where can I make corrections? There is no corresponding source code in the location file below.
thank you - MSAnsweredThe file path mentioned in the coomment is correct and relative to your uploaded folder. Thanks
- Login to Reply