- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
PrestaShop 1.6.x. Missing short description on product pages
October 21, 2015
This tutorial is going to show how to add missing short description on Prestashop product pages.
PrestaShop 1.6.x. Missing short description on product pages
In order to add missing short description on product pages you should perform the following steps:
-
Open product.tpl file that is located in the following directory: themes/themeXXX of your template.
-
You have to open product.tpl file with File Manager in the CPanel or with the editor like a Notepad++ or Dreamviewer on your computer.
-
First of all we have to save original file in order to make a back-up in case of need to restore default settings. Right-click and select Download button.
After such step we can start editing. Right-click the file and select Code Edit item:
-
Find location where you would like to paste it. In our case we will locate it after price area. Copy this part of code and paste it into the area where you would like to see short description on the product page.
{if $product->description_short || $packItems|@count > 0}
{if $product->description_short}{/if}{$product->description_short}{/if} -
Save changes and upload the file to the following directory: themes/themeXXX. Notice that you have to allow overwriting in order to save changes in case you are uploading the file again.
-
Go back to your website and refresh the page with text that you have changed. Now we can see that editing was successful.
Feel free to check the detailed video tutorial below:
PrestaShop 1.6.x. Missing short description on product pages