Has anyone found a way to generate generic text fields like the "extrafields" on product pages and then link them to extra pages? We have several pages which are mostly copy. The 3dCart extra pages are structured so that everything - layout and styling markup, image references, and actual content - all go directly into "content", which makes it very dangerous for anyone who doesn't understand the markup to edit the text content. Much better would be to write the markup and bring the text in as [..field1], [..field2], [..field47], etc.
The database feed function can be used in a few cases, but it's really only applicable for some sort of list, because all the feeds have to in one block with the same styling, and can't be longer than 250 characters without generating sub-pages.
This seems like such a basic content management function it's hard to believe it doesn't exist.
The database feed function can be used in a few cases, but it's really only applicable for some sort of list, because all the feeds have to in one block with the same styling, and can't be longer than 250 characters without generating sub-pages.
This seems like such a basic content management function it's hard to believe it doesn't exist.
Comment