Page 1 of 1

Can't find include

PostPosted: Thu Jun 18, 2015 2:30 am
by FredW
Hi folks,

I am using the familiar responsive design theme which uses he BB- templates. I want the sku displayed and had to modify the BB-ProductDefine.sst to make that happen, but it does not cover the subproducts.

From what I can tell, in the BB-ProductDefine.sst, there is an include for BB-Product-SubCheckbox.sst that i may need to modify.

However, I'm not able to locate that include in the list of includes.

Am I missing something?

If there is another way to do this without a custom templates, please let me know.

Thanks in advance,
Fred

Re: Can't find include

PostPosted: Thu Jun 18, 2015 11:08 am
by Jim
The file, BB-Product-SubCheckbox.sst , is found in the Products template area not the Includes.

EDIT, The reason it isn't in the includes directory is because the template file is used as the override template for subproducts in the Loop Subproducts section.
Code: Select all
][-- LOOP SUBPRODUCTS --]
   [-- SUBPRODUCTS BB-Product-SubCheckbox.sst --]
[-- END_LOOP SUBPRODUCTS --]

Re: Can't find include

PostPosted: Thu Jun 18, 2015 11:40 am
by FredW
Thanks Jim,

I'll look there.
Fred