Jump to content

Produk baru di urutan pertama


zakidd

Recommended Posts

Mas Zakidd, saya sudah nemu nih caranya... kalau yang dimaksud agar tampilan produk yang baru di upload akan ditampilkan urutan pertama pada prestashop 1.5.3 dengan cara sebagai berikut :

  1. masuk prestashop/modules/homefeatured/featured.php
  2. Sebelumnya file featured.php alangkah baiknya di backup dulu untuk menghindari hal-hal yang tidak diinginkan
  3. Edit file featured.php
  4. Cari script “$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10));”
  5. Ganti menjadi begini $products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10),'date_add', 'DESC');
  6. saya sudah coba di toko online saya dan berhasil

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