Jump to content

Edit History

knacky

knacky

/* only order page */
if($this->context->controller->php_self == 'order')
{
	your code
}

/* only identity page */
if($this->context->controller->php_self == 'identity')
{
	your code
}

You can find the site names in SEO.

obrazek.png.2dd70613ea673ae3fa12180468559480.png

Developers often fail to add a site restriction option to the module settings.

knacky

knacky

/* only order page */
if($this->context->controller->php_self == 'order')
{
	your code
}

/* only identity page */
if($this->context->controller->php_self == 'identity')
{
	your code
}

You can find the site names in SEO.

obrazek.png.2dd70613ea673ae3fa12180468559480.png

×
×
  • Create New...