Jump to content

cart display


janditlev

Recommended Posts

ok i get it! :)

 

go to modules/blockcart/blockcart.php

before last closing bracket add this code:
 

	public function hookDisplayNav($params){
		$params['blockcart_top'] = true;
		return $this->hookTop($params);
	}

go to modules > positions

click on "transplant" button

from first dropdown select block cart, from secont displayNav hook.

 

go back to modules > positions, search for "displayNav" modules list and move block cart to the top of the list.

effect:
Pe0FoE2.png

Link to comment
Share on other sites

×
×
  • Create New...