Hello,
i have along html code for FAQ page which i wanna paste to (product descriptions) field but the code saving not completely. I check the database product_descriptions table and it was on LONGTEXT but doesn't worked. What to do ?
I use Abantecart v.1.4.1 NOVATOR
php 8.3
Hi, if your html-description is too big for database saving try to save this as html-file. You can create some subfolder for such huge descriptions.
Then add iframe tag (https://www.w3schools.com/TAGS/tag_iframe.asp) into your product description with source url to this file.
Quote from: abolabo on March 27, 2025, 06:15:24 AM
Hi, if your html-description is too big for database saving try to save this as html-file. You can create some subfolder for such huge descriptions.
Then add iframe tag (https://www.w3schools.com/TAGS/tag_iframe.asp) into your product description with source url to this file.
I already have the same code and page on other website with the same version of cart and php and working fine.