Archive

Posts Tagged ‘remove’

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 Remove Unordered List Bullet in Output of Custom Field Template Plugin of WordPress

January 30th, 2010 Masino Sinaga No comments

A few days ago, I used Custom Field Template plugin in my another website that I created by using WordPress. This plugin is useful if you want to define the custom field in your posts or pages, especially if you want to use the frequently templates which have the fixed data field entry. Unfortunately, when the related template is being displayed, you will see the unordered list bullet in the leftside of each item inside the html table. So I made modification in order to remove this unordered list bullet. Also, this modification will add the ability for user to move to the next field while entering data in edit/add mode by using Tab from the keyboard. Read more…

  • Share/Bookmark