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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -