X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   What $main is product detail page? - clarification on page types (https://forum.x-cart.com/showthread.php?t=60025)

believein 07-01-2011 02:16 AM

What $main is product detail page? - clarification on page types
 
Could someone confirm what the page types are please;

Id like some way to identify the product detail page.

$main eq "cart" = shopping cart page
$main eq "checkout" = checkout page

$main eq "catalog" = product list page

$main eq 'help' = help pages (including contact)

what $main is the product detail page? The following does not seem to work for me.

{if $main eq "product" }
This is a product detail page
{/if}

cflsystems 07-01-2011 04:07 AM

Re: What $main is product detail page? - clarification on page types
 
It is "product". Look in home_main.tpl and common_templates.tpl for various $main values

believein 07-01-2011 05:32 AM

Re: What $main is product detail page? - clarification on page types
 
{if $main eq "product" }id="product" {/if}

seems to work for me now. How strange.

Many thanks for clarifying!


All times are GMT -8. The time now is 01:50 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.