Hi, i wonder what variable or syntax is used to get the id of an ez page, like for example:
if ezpage number=1 then do this command. help please, thanks
Hi, i wonder what variable or syntax is used to get the id of an ez page, like for example:
if ezpage number=1 then do this command. help please, thanks
/index.php?main_page=page&id=1
hope this helps!
hi, i mean on php conditions like:
if(page id == 1){
codes;
}
is there a global variable ready from zen cart to get that page id == #?
I guess I should ask what you are trying to do cause their are several ways:
for example:
if (in_array($ezpage_id,explode(",",'2,5'))) {
codes;
}
ok that's a clue thanks, will try it.
i want some images on my header to appear different on pages.
You might take a look at this:
http://www.zen-cart.com/index.php?ma...roducts_id=832
great!! i'll try this mod, thanks