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![]()


Reply With Quote

