Search found 44 matches

Search found 44 matches

Re: How to modification the latest module?

maybe we must change this source "/catalog/controller/module/latest.php" $data = array( [b]'where' => 'model like BA%',[/b] 'sort' => 'p.date_added', 'order' => 'DESC', 'start' => 0, 'limit' => $setting['limit'] ); how to add the filter "where like"?

Jump to post
  • Sat Apr 14, 2012 7:00 am
  • Replies 7
  • Views 1778
Re: How to modification the latest module?

maybe that module don't show order by date_added. but i want the module can show order by date_added desc automatically

Jump to post
  • Fri Apr 13, 2012 6:49 am
  • Replies 7
  • Views 1778
How to modification the latest module?

We already know OC 1.5.2.1 has latest module. default is showing the products order by date_added. in this case, i want duplicate the latest module. for example : in my store, i has many products like shoes, t-shirt, bag, handphone. for product shoes , i'm using initial model like " SH -0001, S...

Jump to post
  • Thu Apr 12, 2012 4:38 pm
  • Replies 7
  • Views 1778
Re: Bagaimana cara modifikasi query modul latest?

Wah klo begitu msh belum bisa mas. tolong bantu kasih solusinya mas :D

hatur nuhun sebelumnya

Jump to post
  • Thu Apr 12, 2012 4:12 pm
  • Replies 9
  • Views 2053
Re: Bagaimana cara modifikasi query modul latest?

Saya tambahin capturannya sebagai gambarannya :

Jadi per modul latest yang ditampilkan itu di filter berdasarkan modelnya. Maka dari itu di tiap-tiap modul latest tersebut harus di tambahkan query "where model like 'BA%' order by date added desc"

Mohon bantuannya.

Jump to post
  • Thu Apr 12, 2012 10:31 am
  • Replies 9
  • Views 2053
Re: Bagaimana cara modifikasi query modul latest?

klo begitu ga terurut berdasarkan produk terbaru dong mas? $data = array( 'sort' => 'p.modul', // ini yg diganti menjadi p.modul 'order' => 'DESC', 'start' => 0, 'limit' => $setting['limit'] ); seharusnya sort nya tetep berdasarkan "date_added" --> order by p.date_added desc. tapi di query...

Jump to post
  • Thu Apr 12, 2012 7:16 am
  • Replies 9
  • Views 2053
Re: Bagaimana cara modifikasi query modul latest?

hihihi... msh kurang dikit mas. :D Yg defaulnya kan kurang lebih querynya seperti ini : "Select * from product order by date_addedd desc" Nah, saya duplikasi modulnya itu jadi latest_bag.php yg isi querynya : "Select * from product where model like 'BAG%' order by date_addedd desc&quo...

Jump to post
  • Wed Apr 11, 2012 3:25 pm
  • Replies 9
  • Views 2053
Re: Bagaimana cara modifikasi query modul latest?

hihihi... saya jg msh ga mudeng :D. jadi begini ceritanya. di OC 1.5.2.1 kan defaultnya ada modul latest. jadi rencananya saya mau duplikasi modul-modul itu per item produk. jadi misal : produk sepatu maka di model saya kasih kode awalan 'SPT-0001' produk tas maka dimodel saya kasih kode awalan 'TAS...

Jump to post
  • Wed Apr 11, 2012 10:00 am
  • Replies 9
  • Views 2053
Re: Not receiving email from contact us

yes. that same with my problem. but i'm not yet try using mail from domain. i will try first.

Jump to post
  • Wed Apr 11, 2012 9:55 am
  • Replies 7
  • Views 1100
Bagaimana cara modifikasi query modul latest?

Pagi para master, saya mau tanya bagaimana cara modifikasi query modul latest?

Diketahui itu di order by tanggal pembuatan dari semua produk yg ada. Tapi saya mau modif misal :

Select * from product where model like 'PR%' order by date_added desc.


Mohon bantuannya

Jump to post
  • Tue Apr 10, 2012 10:19 am
  • Replies 9
  • Views 2053
Re: Bagaimana cara buat 2 toko dalam 1 domain?

OK. sudah berhasil. thank you. Sekarang ada pertanyaan lg :) Bagaimana cara menampilkan modul latest, best seller di halaman store yang ke-2? Sudah saya cek di modul sudah saya install dan enable. tapi hanya tampil di store utama saja. sedangkan di store ke-2 tidak muncul. Kira-kira bagaimana solusi...

Jump to post
  • Mon Apr 09, 2012 9:13 pm
  • Replies 6
  • Views 1425
Re: Not receiving email from contact us

Yes, i already tested. I already change with another mail but still problem not received the message from client when they send message via contact us. I already tested as a client using another mail, registered, and purchase. the client received email order confirmation. but when client send messag...

Jump to post
  • Sun Apr 08, 2012 10:26 am
  • Replies 7
  • Views 1100
Re: Bagaimana cara buat 2 toko dalam 1 domain?

Kan bisa pakai sub domain bos? itu gmn cara'y?

Jump to post
  • Sun Apr 08, 2012 10:17 am
  • Replies 6
  • Views 1425
Re: Not receiving email from contact us

- I'm using OC 1.5.2.1. - System - Setting - General = Email : cs.infokita@yahoo.com - System - Setting - Mail : mail protocol : mail mail parameter : cs.infokita@yahoo.com smtp host : smtp username : smtp password : smtp port : 25 smtp timeout : 5 New Order Alert Mail : Yes New Account Alert Mail :...

Jump to post
  • Thu Apr 05, 2012 2:57 pm
  • Replies 7
  • Views 1100
Bagaimana cara buat 2 toko dalam 1 domain?

Salam semua.

Saya mau tanya, bagaimana cara untuk tambah profile toko baru. jadi salam 1 domain bisa 2 atau lebih jenis toko.
Saya lihat di system - setting ada tambah toko. Mohon penjelasan tahapan-tahapannya.

Terima kasih

Jump to post
  • Thu Apr 05, 2012 11:42 am
  • Replies 6
  • Views 1425
Not receiving email from contact us

Dear all,

We have tested send the message from Contact US (OC. 1.5.2.1) but i'm not receiving email message from contact us.
Please help me.

Thank you

Jump to post
  • Thu Apr 05, 2012 10:40 am
  • Replies 7
  • Views 1100

Search found 44 matches