AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: G. O. on March 27, 2025, 04:56:56 AM

Title: Table of product_descriptions
Post by: G. O. on March 27, 2025, 04:56:56 AM
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
Title: Re: Table of product_descriptions
Post by: 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.

Title: Re: Table of product_descriptions
Post by: G. O. on March 27, 2025, 06:25:42 AM
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.