php - sitelink searchbox for opencart 2.0.3.1 -


hey using opencart 2.0.3.1 , want put schema.org markup in header of opencart site, pasted inside header.php (which can find in catalog/controller/common/header.php ) added schema.org markup below

$data['scripts'] = $this->document->getscripts(); 

and added

<?php if($sitelinks_search_box) echo $sitelinks_search_box; ?>  below <base href="<?php echo $base; ?>"  

which in header.tpl

catalog/view/theme/default/template/common/header.tpl 

but still not able schema.org source when view source! please help.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -