Archive

Posts Tagged ‘module’

How to Make Currency Selection Working Properly in BankWire Module of PrestaShop

June 5th, 2010 Masino Sinaga No comments

Today I realized that when I switched the currency from the current one to another in BankWire module of PrestaShop, then the value of the money in the new currency did not converted properly. For instant, the current one is $ 20, so I switch it to IDR, then the money become Rp 20 instead of Rp 183,061. So here is a small modification I made in order to fix this problem. Please note that this modification applied only for the bankwire module that implement the following old code. Read more…

  • Share/Bookmark

How to Make Parent Menu Selected When Child Menu Was Selected in Blockcategories Module of PrestaShop

November 24th, 2009 Masino Sinaga No comments

This following modification will make the ability to automatically highlight or select the parent menu when the child menu was selected in blockcategories module of PrestShop. This modification applied to the original modification that created by Marghoob Suleman at the PrestaShop Discussion Forum: [module-modified] categories menu modified. You can see its final result demo in: e-fila.com. If you want to implement this modification, then do not forget to backup your original files. Read more…

  • Share/Bookmark