Hello,
I've done lots of custom templates with older versions of SS (8 and earlier). Newer templates are so loaded with options I'm having trouble
getting things to work by copying existing template and editing code.
Using 3Column-Product template. Copied and renamed. Assigned new template to product - put on test page. Set up names and number of extra product fields I will be using.
1) In the original template about 515 lines down it shows
[-- ELSE_IF VAR.ExtraProductFields "yes" --]
This seems to imply to me that extra fields should work in this SS template as long as set up in back office.
Looks like they should display below PRODUCT.MoreInformationText
The info does not show up....
2) I want the extra fields to show on main product description - not more info page - I cannot find where I would insert the code.
[-- IF PRODUCT.Field1 --]<p><b>[-- STORE.ProductField1 --]:</b> [-- PRODUCT.Field1 --]</p>[-- END_IF --]
[-- IF PRODUCT.Field2 --]<p><b>[-- STORE.ProductField2 --]:</b> [-- PRODUCT.Field2 --]</p>[-- END_IF --]
[-- IF PRODUCT.Field3 --]<p><b>[-- STORE.ProductField3 --]:</b> [-- PRODUCT.Field3 --]</p>[-- END_IF --]
Appreciate help if someone can clue me in so this displays under the image - or anywhere at this point.
Between all the code/processes for w/ or w/o sub products I can't figure where to place.
3) No, I don't want to build template from scratch