Some of my products have very long descriptions that include text, tables and images. Plus, certain groups of products each share the bulk of the same long description. I’d like to add an HTML snippet to a file folder then call it up for insertion where appropriate. Example:
Product 123
Short Descr: Red Tricycle
Long Descr: Text specific to Product 123, Red Tricycle
[COLOR=“DarkOrange”]Snippet: General product data for all Tricycles[/COLOR]
Product 789
Short Descr: Blue Tricycle
Long Descr: Text specific to Product 789, BlueTricycle
[COLOR=“DarkOrange”]Snippet: same general data as product 123[/COLOR]
I know zero PHP programming, but it would something like:
Or better yet, use Smarty code somehow:
{$snippet}
Any ideas?