Jump to content

ask cara merubah jumlah produk per page versi 1.4.3


Recommended Posts

karena di core product.php, defaultnya di set ke 10 ? .. coba aja liat, misalnya yg buat dapetin produk yg di diskon ..

 

perhatiin yg parameter & variabel $nbProducts

 

 

public static function getPricesDrop($id_lang, $pageNumber = 0, $nbProducts = 10, $count = false, $orderBy = NULL, $orderWay = NULL, $beginning = false, $ending = false)
{
if (!Validate::isBool($count))
die(Tools::displayError());

if ($pageNumber < 0) $pageNumber = 0;
if ($nbProducts < 1) $nbProducts = 10;

Link to comment
Share on other sites

  • 2 weeks later...

AGAN AGAN SEMUA KOK ANE GAK BISA MERUBAH JUMLAH PRODUK PER PAGE SIH WALAU SUDAH ANE GANTI DI BACK OFFICE NYA DARI DEFAULT 10 ANE GANTI 8. HASILNYA GAK BISA BERUBAH. SUDAH ANE FORCE COMPILE TETEP GK BISA.

TOLONGING MASTAH ANE NEWBIE PRESTA NIH ...

 

Ini yang dimaksud jumlah produk di halaman category kan .... ?

Untuk merubahnya, Anda tinggal atur nilainya di Back Office > Preferences > Products : field Products per page

 

Tidak perlu edit core file segala ...

Link to comment
Share on other sites

bwahaha bener, tapi terakhir ngecek knp ga ngefek ya xixiixix

 

1st click this

 

Jika themes yang digunakan sudah bukan default, atau sudah ada modifikasi core files 'Kudu' diperiksa dulu file2 terkait ...

atau clear cookies & cache browser dulu

perubahan/modifikasi dalam pagination file (core atau themes) juga akan berpengaruh :)

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...