Posts

Reset Password Admin Prestashop

Image
Berikut ini saya tuliskan artikel mengenai cara melakukan reset password pada admin prestashop, semoga bermanfaat. If you lost your Prestashop admin password you can reset it in many ways but sometimes it’s not so easy to accomplish it as it may seem. Today I will explain main three methods how you can change your lost password – one is really easy and quick Introduction Prestashop saves all passwords encrypted – not in plain text. So there is no possibility to view them in a database. This ensures better security. OK lets find out how it is possible to reset users passwords. 1. Reset your password by email Prestashop allows to reset your password by email but this method may not work all the time. Ok go to your back office login page and click “Lost your password?” link: Enter your user’s email and click Send: If mail was sent successfully you should see this screen: Now check your inbox. If you do not see email with new password, check your inbox ...

Menghapus order pada Prestashop

Artikel berikut ini saya temukan saat saya sedang mencari-cari cara bagaimana cara menghapus order dari halaman admin prestashop. Saya membiarkan artikel ini tetap pada bahasa aslinya agar brader sister semua bisa memahami panduan yang ada pada tutorial ini dengan baik. Cekdisaut brader sist. You probably found this blog post because you’re wondering the same thing I was this morning… the ability to delete an order is a very basic function and yet, I cannot find the delete button! Well, the delete button is is not a permission, but instead an option you must turn on by modifying the code. WTF!?! A lot of people that don’t speak PHP will not be happy. Anyway, the delete button will appear at the bottom of your order list by adding the following line of code in the construct of the AdminOrders class. In the renamed admin directory of your store, go to tabs/AdminOrders.php . Around line 28 below $this->colorOnBackground = true;   add   $this->delete = true; ...

Website Sekolah: Joomla + Community Builder

Brader semua, berikut ini saya rangkumkan thread yang ada pada id-joomla.com yang membahas tentang pembuatan website sekolah dengan menggunakan Joomla + Community Builder. Alhasil buku yang di rencanakan pada thread tersebut tidak sempat di cetak tetapi beberapa isi dari thread tersebut bisa menginspirasi kita dalam membuat website sekolah, so cekdisaut brader sister,, #################################################### Hi All .. Saya berencana membuat web sekolah yang salah satu isinya adalah setiap orang tua bisa memonitor perkembangan studi anaknya(hanya orang tua ybs dan gurunya yang bisa akses). content perkembangan studi siswa dicreate oleh gurunya ..kira2 module/component apa yang dapat digunakan ? apa CB bisa jadi solusi ? tks http://www.id-joomla.com/component/comprofiler/userprofile/5098 #################################################### CB sebagai Pengelola Database Hasil Evaluasi Belajar Siswa CB memang bagus untuk membuat Database Laporan Hasil Evalu...

Upgrade Joomla 1.7 ke 2.5 Eror??

Banyak yang bingung saat upgrade dari joomla 1.6 atau 1.7 ke 2.5 tau-tau pas ngecek menu user manager Eror?? Berikut tutorial penyelesaiannya semoga membantu. So you have just updated from Joomla 1.7.3 (via 1.7.4) to 2.5. Everything should seem fine but if you have an error that reads Table 'abc_mydatabase.jos_user_notes' doesn't exist SQL=SELECT n.user_id, COUNT(n.id) As note_count FROM jos_user_notes AS n WHERE n.user_id IN (65,71,72,70,42,17) AND n.state >= 0 GROUP BY n.user_id Heres a quick and simple way to fix it… Extension Manager > Tab " Database " see errors > Click " Fix " in button top right This should solve the issue

Disable Country Prestashop

I would strongly suggest you  disable  the countries rather than delete them. Deleting stuff isn't a great idea ;-)  in phpmyadmin: UPDATE ps_country SET active = 0 WHERE iso_code NOT LIKE 'GB' Not that the above assumes that your table prefix is "ps_". I'm sure you'll figure it out! Remember to set your default country too Paul 

Auto Upgrade Prestashop

Image
Note: This feature is still experimental and may not work on all server configurations. As always, please be sure to back up your files first before attempting an upgrade. Hi everybody, To simplify your transition to latest version of PrestaShop, you will find below an update guide for versions 1.3.x through 1.4.x. Step 1 Download the automatic update module available as an attachment below http://www.prestashop.com/download/autoupgrade.zip Step 2 Go through your Back Office to Modules > Add a new module and select the archive module’s automatic update Step 3 Install the AutoUpgrade v0.1 module Step 4 Go to Tools > Upgrade and select “No” under "Shop Desactivated" and then "No" under “Enable Shop” to temporarily deactivate your store Step 5 Return to Tools > Upgrade and at the bottom of the page configure your options as seen below and then save. Step 6 Click “Upgrade PrestaShop Now.” Please be patient, it ...

Menyisipkan gambar atau merubah warna background prestashop

Ga pake lama brader sister presta lovers, berikut adalah step by step menyisipkan gambar atau merubah warna background prestashop. edit file global.css yang ada pada direktori www.domainanda.com /themes/ themesanda /css /* global layout */ #page {     width: 980px;     margin: 0 auto 2px auto;     text-align: left } untuk menambahkan background color /* global layout */ #page {         background: #FFFFFF; /*code warna yang diinginkan /*     width: 980px;     margin: 0 auto 2px auto;     text-align: left; } untuk menambahkan background image /* global layout */ #page {         background-image: url('../path_to/your_image'); /* lokasi gambar yang diinginkan */     width: 980px;     margin: 0 auto 2px auto;     text-align: left; } Anda dapat membuat gambar latar belakang dengan menggunakan gambar berukuran kecil untuk di...