Jumat, 20 Maret 2015

Install VQMod Opencart

Cara Install Sistem VQMod di Opencart


Cara Install VQmod di opencartVQmod (Virtual Quick Mod) adalah sistem yang dirancang untuk instalasi modul opencart tanpa merubah file inti dari opencart. Seperti anda sudah pelajari pada tutorialCara Install Modul Opencart, instalasi modul kadang harus mengoverwrite file asli opencart sehingga kadang menimbulkan kesulitan kepada penggunanya ketika akan merestore file tanpa mengalami perubahan dan kerusakan. Oleh karena itu diciptakan sistem yang dikenal VQMod.
Dengan sistem VQMod opencart instalasi modul lebih mudah dan aman. File modul akan dibuat dibuat sebagai file XML dan disimpan dalam file "Temp". Pada saat eksekusi script, pemanggilan file asli menggunakan fungsi "include" or "require" .php. Dengan demikian  tidak ada perubahan pada file inti opencart.
Apa keuntungannya jika anda menggunakan sistem VQMod pada toko online opencart anda? Berikut langsung saya copy dari web aslinya:
  • No actual code changes are made. All changes are "virtual", hence the name.
  • Modifications are stored in their own files and applied "on-the-fly" at runtime
  • Instant Single file "plug-n-play". Add the file to apply the mod, remove the file to remove the mod.
  • No worries about losing custom core changes during upgrades
  • Multiple modifications can be made to the same file without conflict
  • Easily update or enhance customizations without having to edit any code
  •  Full visual of the actual changes taking place in the generated temp files for debugging
  • Fails gracefully back to the original sourcefile if there is an error
  • Exceptional logging option to track every change made
  • Only need to modify the index.php file to add the vQmod code one time.
  • Simple structured xml format. (See readme for full breakdown of xml syntax)
  • Multiple options for find/replace, regex, positions, offsets, indexing, error handling, and more!
Adapun Cara instalasi VQMod sangat mudah sebagai berikut:
  1. Download VQMod versi terbaru disini
  2. Upload file zip dan Extract file zip ke Root Folder public_html. Maka anda akan mendapatkan folder vqmod pada root folder anda  contohnya: public_html/vqmod
  3. Ubah permission folder vqmod dan  vqmod/vqcache menjadi 755 atau 777.
  4. Ketikkan di browser anda: www.NAMADOMAINANDA.com/vqmod/install
  5. Jika berhasil maka akan muncul pesan “VQMOD HAS BEEN INSTALLED ON YOUR SYSTEM!“.
  6. Instalasi selesai. Anda bisa mendownload dan menginstall modul opencart yang menggunakan vqmod. Jangan kuatir file inti opencart anda rusak.
  7. Selamat mencoba .. semoga berhasil.
Tips:Disarankan jangan menghapus folder vqmd/install. Lakukan instalasi ulang jika anda mengupgrade versi opencart yang anda gunakan. Reinstalling vqmod tidak akan menimbulkan kerusakan pada toko online.

Tidak ada komentar:

Posting Komentar