New Zenner
- Join Date:
- Sep 2010
- Posts:
- 32
- Plugin Contributions:
- 0
How to check product_info page?
Hi,
Is there any possible way in zencart through which i can check that whether the current page is product_info or not?
For example, Check Home page (Index Page)
<?php if(this_is_home_page){ ?>SOME CODE GOES HERE...
<?php } ?>The similar Way i want to check product info page.
Its very urgent please :blink: