Jump to content

[ASK] Cara pindahkan hook modul featured products ke hook top


Recommended Posts

Kepada agan2 mastah sekalian.. Ane minta bantuan ni!

 

Ada yang tau cara pindahkan hook module homefeatured products ke hook "TOP"?

 

Saya Sudah Coba2 tapi ukuran "ul height" nya tidak bisa berubah. Sehingga dibawah module terdapat ruang kosong / height module terlalu tinggi.

 

Mohon bantuannya ya gan...

 

Terima kasih. :)

Link to comment
Share on other sites

Prestashop versi ... ?

 

Agara dapat di kaitkan ke Hook Top, tambahkan baris script dibawah ini dalam file homefeatured.php

 

   public function hookLeftColumn($params)
   {
       return $this->hookRightColumn($params);
   }

 

ul height dipengaruhi nilai li height yang diatur dalam file homefetured.tpl

Buka dan atyur nilainya, default = 342

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

Prestashop versi ... ?

 

Agara dapat di kaitkan ke Hook Top, tambahkan baris script dibawah ini dalam file homefeatured.php

 

public function hookLeftColumn($params)
{
	return $this->hookRightColumn($params);
}

 

ul height dipengaruhi nilai li height yang diatur dalam file homefetured.tpl

Buka dan atyur nilainya, default = 342

 

saya pakai prestashop versi 1.4.7

 

saya terima kasih banget ya gan ^_^

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...