I'm redesigning my store and one of the issues I seem to be having is having VAR tags carry over from within [--DEFINE PRODUCT--] to the More Info templates themselves.
Then I realized that I'm just working way too hard for something that should be simple.
The premise is that I'm using one More-Info template. For the purpose of this discussion, we'll call it 1sks-8.3-more-info
Within the more info template there's all the usual stuff, but with 8.3's new database fields being available, I've created a variety of HTML tables set to accept data from PRODUCT.Field1 through PRODUCT.Field10 - each of those tables is in it's own include file called specs-table-folder, or specs-table-fixed, or specs-table-flashlight, etc.
The idea is that I wanted to create a variable, called VAR.specs-table
Based on the product template selected, VAR.specs-table would be set to "Folder" or "Fixed" or "Flashlight" or whatever. Unfortunately, VAR.specs-table doesn't seem to be populating across to the more info page templates. Specifically, it doesn't seem to be travelling across all the varied includes being used to make the More Info template.
I know the VAR.specs-table is being set, because as a test I had it display on the page where the product is found. It just doesn't seem to be getting transferred to the more info page.
Should I just post the code I'm using or should I email this?
EDIT: Actually, here's another idea. Is there a tag for the product template (that the user selects in the back end, something like [-- PRODUCT.template --]? I don't see that anywhere in the tag specifications, despite the availbility of tags for alignments, images, etc.