Archive

Posts Tagged ‘PrestaShop’

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 Remove CMS ID from URL of PrestaShop version 1.2.5

May 5th, 2010 Masino Sinaga No comments

After implementing the similar modification about how to remove the category and product id from URL of PrestaShop in my last two articles before this current one, now let’s try to remove also the CMS ID from URL of your PrestaShop. For instance, by default PrestaShop uses the URL for displaying CMS page like: /content/1-delivery instead of /content/delivery. I have successfully implemented the modification into PrestaShop version 1.2.5. It is recommended that you have also implemented the two similar modification about how to remove category id and how to remove product id from the URL of your PrestaShop. Read more…

  • Share/Bookmark

How to Remove Product ID from URL of PrestaShop version 1.2.5

May 4th, 2010 Masino Sinaga 2 comments

Have you ever wanted to remove the product id from the URL of your PrestaShop? For instance, by default, PrestaShop uses this URL to display the certain product named ipod-touch: /7-ipod-touch.html instead of /ipod-touch.html. Well, here is the solution how you can make it comes true. I have successfully implemented it into PrestaShop version 1.2.5. Please note that before you implement this modification, make sure you have already implemented the similar modification that will remove category id from the URL. Read more…

  • Share/Bookmark

How to Remove Category ID from URL of PrestaShop version 1.2.5

May 3rd, 2010 Masino Sinaga 5 comments

This following modification will remove the category id from the URL of your PrestaShop. As we know, by default, PrestaShop uses the URL for category such as: /3-accessories-ipod instead of accessories-ipod. Please note that you have to enable the URL Friendly feature that you can set it up from the Preferences tab in admin panel by choosing the Yes option in order to implement this modification. I have successfully applied this modification into PrestaShop version 1.2.5 (the stable version until I wrote this current article). 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