Moving the description
To move the description below the price section of the product
When you try to move the description below the price section, for a simple product, an override has to be carried out as follows:
Copy the file “view__simple.php” from the path “components/com__j2store/templates/your site’s sub-template/“.
Navigate to “/templates/your site’s template/html/com__j2store/templates/your site’s sub-template/” and paste the file “view__simple.php”.
Around line 29, you would find the following line:
Change it to:
If you wish to remove the description that is displayed at the bottom of the images, navigate to line 64, you would find this:
Change it to:
This would display the description (both short and long) below the price info. And remove the description section below the images.
The above steps have to be carried out for other product types as well. The override specified here would take effect on the item view page of a simple product. The files to be overridden are “view__variable.php”, “view__configurable.php” and “view_downloadable.php”
To move the description above the price section of the product
When you try to move the description above the price section, for a simple product, an override has to be carried out as follows:
Copy the file “view__simple.php” from the path “components/com__j2store/templates/your site’s sub-template/“.
Navigate to “/templates/your site’s template/html/com__j2store/templates/your site’s sub-template/” and paste the file “view__simple.php”.
Around line 29, you would find the following line:
Change it to:
If you wish to remove the description that is displayed at the bottom of the images, navigate to line 64, you would find this:
Change it to:
This would display the description (both short and long) above the price info. And remove the description section below the images.
The above steps have to be carried out for other product types as well. The override specified here would take effect on the item view page of a simple product. The files to be overridden are “view__variable.php”, “view__configurable.php” and “view_downloadable.php”
Last updated