The include file core_001_se_basic_product.sst that you have just above
your [-- IF PRODUCT.DisplaySKU --] already displays the SKU if the
checkbox is checked which is what you are checking with [-- IF
PRODUCT.DisplaySKU --]. So if the box is checked then you should see
the SKU displayed 2 times with this code.
If you always want the SKU to display and you want to use the include
file core_001_se_basic_product.sst for the rest of your product layout
then make a copy of the core_001_se_basic_product.sst using the Copy
ShopSite template button and modify the the section of the template that
displays the SKU to only display the sku and not do the [-- IF
PRODUCT.DisplaySKU --] check.
Jim
Paul Schuster wrote:
Oh. It looks like I DO have it in an IF statement! Heres the products
section of the template as I have it now:
[-- DEFINE PRODUCT --]
[-- VAR.define "product" --]
[-- INCLUDE elite_001_pr_vars.sst PROCESS --]
[-- INCLUDE core_001_se_basic_product.sst PROCESS --]
[-- IF PRODUCT.DisplaySKU --]
br
[-- PRODUCT.SKUSize Begin --][-- PRODUCT.SKUStyle Begin --]
[-- PRODUCT.SKU --]
[-- PRODUCT.SKUStyle End --][-- PRODUCT.SKUSize End --]
[-- END_IF --]
[-- END_DEFINE PRODUCT --]
What do you think Jim?
"Jim" <jstavast@xmission.com> wrote in message
news:eab4ju$1a0$1@eval.shopsite.com...
Have you tried [-- PRODUCT.SKU --] ? Just don't put it in an IF statment
that checks to see if it should be displayed or not.
Jim
Jim
Paul Schuster wrote:
Let me restate what I just posted: The Edit Product Layout toggle for
displaying the SKU may work for an individual product, but is there a way
to make all the product SKUs show up on template driven pages other than
the checkout? (Hope thats clearer than mud)
"Paul Schuster" <pdschuster@yahoo.com> wrote in message
news:eaaul8$thr$1@eval.shopsite.com...
Has anybody had difficulty with getting SKU numbers to display from a
custom template? I know that by default they dont show up, but in the
Edit Product Layout window I have the Check here to display the SKU of
this product toggled on. I have messed with the product template as well
trying to add SKU tags but without any progress. Even after doing a
regen.
Paul