PrestaShop Documentation, PrestaShop Tutorials

PrestaShop how to upgrade

Upgrading PrestaShop can be done in several steps. Here’s a general guide to follow: Backup your store: Before you begin the upgrade process, it’s essential to make a backup of your store’s files and database. This ensures that you can revert to the previous version in case anything goes wrong during the upgrade. Check System Requirements: Make sure your hosting…

Continue Reading

®Magento Tutorials

Magento how to install a new theme

In Magento, you can install a new theme by following these steps: Purchase or download the theme you want to install. Make sure the theme is compatible with your version of Magento. Log in to the Magento admin panel and go to “System” > “Design” Click on “Add Design Change” button. In the “Custom Design” section, select the theme package…

Continue Reading

®Magento Tutorials

Magento how to manage store title and contact information

In Magento, the store title and contact information can be managed from the Magento admin panel. Managing Store Title: Log in to the Magento admin panel and go to “Stores” > “Configuration” > “General” > “Design” Under “HTML Head” you can find “Default Title”, “Default Description” and “Default Keywords” You can edit the store title and meta information here. Click…

Continue Reading

®Magento Tutorials

Magento how to enable geolocation and use it

In Magento, geolocation is used to determine the location of a visitor to a website and display content that is relevant to that location. It can be used to display different prices, languages, currencies, and shipping rates based on the visitor’s location. Enable Geolocation: Log in to the Magento admin panel and go to “Stores” > “Configuration” > “General” >…

Continue Reading

®Magento Tutorials

Magento how to add recaptcha

To add Google reCAPTCHA to your Magento website, you need to perform the following steps: Register for a reCAPTCHA account by going to the reCAPTCHA website (https://www.google.com/recaptcha) and clicking the “Get reCAPTCHA” button. Follow the instructions to set up a new site, and obtain the reCAPTCHA site key and secret key. Log in to your Magento back office. Go to…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop multi-store configuration

PrestaShop allows you to manage multiple stores from a single back office, using a feature called “multi-store.” Multi-store allows you to share products, customers, orders, and other data across multiple stores, while still allowing you to customize each store’s appearance, language, and other settings. Here’s how to configure multi-store in PrestaShop: Log in to your PrestaShop back office. Go to…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop how to clear cache

To clear the cache in PrestaShop, follow these steps: Log in to your PrestaShop back office. Go to the “Advanced Parameters” menu and select “Performance.” Scroll down to the “Caching” section. Click the “Clear cache” button. You should see a message confirming that the cache has been cleared. Note: Clearing the cache will not affect your website’s data or functionality,…

Continue Reading

®Magento Tutorials

Magento blog modules configuration

To configure a blog module for Magento, you can follow these general steps: Install the blog module: There are several third-party blog modules available for Magento, such as Aheadworks Blog, Magefan Blog, and Mageplaza Blog. You can install the module via the Magento Marketplace or by uploading the module files to your Magento installation. After installation, you will need to…

Continue Reading

®Magento Tutorials

Magento how to add custom google fonts

In Magento, adding custom Google fonts can be done by following these steps: Go to the Google fonts website and select the font you want to use. Click on the “Use” button and select the “@import” option. Copy the generated code and paste it into the head section of your Magento theme’s stylesheet. In your stylesheet, you can now use…

Continue Reading

®Magento Tutorials

Magento how to make product description in full width and manage tabs

To make the product description in full width in Magento, you can edit the layout of the product view page in your theme. This can typically be done by editing the “catalog_product_view.xml” file in the “app/design/frontend/[YOUR_PACKAGE]/[YOUR_THEME]/Magento_Catalog” directory. You can use the following code to adjust the layout and make the product description full width: php <referenceContainer name=”content”> <container name=”product.info.main” htmlTag=”div”…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to enable geolocation and use it

In PrestaShop, geolocation is used to determine the location of a customer based on their IP address. This information can be used for various purposes, such as automatically setting the customer’s currency or language, or for displaying location-specific information on your website. Here are the steps to enable geolocation in PrestaShop: Log in to the back office of your PrestaShop…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop how to add a category or cms or supplier or manufacturer or link in the top menu

To add a category, CMS, supplier, manufacturer, or link in the top menu of your PrestaShop website, you can use the built-in menu editor in the back office. Here are the steps to follow: Log in to the back office of your PrestaShop website. Go to the “Modules” menu and select “Modules & Services.” In the search bar, type “top…

Continue Reading

®Magento Tutorials

Magento how to configure and use Memcached

To configure and use Memcached with Magento, you can follow these steps: Install and configure Memcached on your server: On Ubuntu, you can install Memcached by running sudo apt-get install memcached On CentOS, you can install Memcached by running sudo yum install MemcachedAfter installation, you can configure Memcached by editing the configuration file located at /etc/memcached.conf Install the Memcached extension…

Continue Reading

®Magento Tutorials

Magento How to manage tags

In Magento, you can manage tags by using the built-in tagging feature. Here are the steps to manage tags in Magento: Log in to the Magento admin panel and go to “Marketing” > “Tag Management” This page shows a list of all the tags that have been created in your store. You can filter the list by tag name, status,…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to regenerate thumbnails

In PrestaShop, you can regenerate thumbnails by following these steps: Log in to the back office of your PrestaShop store. Navigate to the “Preferences” tab, then click on “Images” Scroll down to the “Regenerate thumbnails” section Select the image types for which you want to regenerate the thumbnails by checking the corresponding checkboxes. Click on the “Regenerate thumbnails” button. A…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to configure the SSL settings and enable SSL for all store pages

In PrestaShop, you can configure the SSL settings and enable SSL for all store pages by following these steps: Log in to your hosting account and navigate to the directory where PrestaShop is installed. Open the “config/settings.inc.php” file located in the root directory of your PrestaShop installation. Find the following line of code: sql define(‘_PS_SSL_ENABLED_’, false); Change “false” to “true”…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to put the website in maintenance mode and allow access to specific IP addresses

In PrestaShop, you can put the website in maintenance mode and allow access to specific IP addresses by editing the settings files and creating a maintenance .htaccess file. Here’s how: Log in to your hosting account and navigate to the directory where PrestaShop is installed. Open the “config/settings.inc.php” file located in the root directory of your PrestaShop installation. Find the…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to change footer copyright message

In PrestaShop, you can change the footer copyright message by editing the theme’s template files. Here’s how: Log in to your PrestaShop back-office and navigate to the “Design” menu. Under the “Themes” sub-menu, select the theme that you want to edit. Click on the “Edit HTML” button. Locate the file called “footer. tpl” in the list of files and click…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to enable debug mode and debug profiling from settings files

In PrestaShop, you can enable debug mode and debug profiling by editing the settings files. Here’s how: Log in to your hosting account and navigate to the directory where PrestaShop is installed. Open the “config/defines.inc.php” file located in the root directory of your PrestaShop installation. Find the following lines of code: SQL define(‘_PS_MODE_DEV_’, false); define(‘_PS_DEBUG_PROFILING_’, false); Change “false” to “true”…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop how to manage store title and contact information

To manage the store title and contact information in PrestaShop, follow these steps: Log in to the back office of your PrestaShop store. Go to the “Preferences” menu and select “Shop Parameters.” In the “General” tab, you can edit the store title, email, and phone number. In the “Contact” tab, you can manage the contact information that will be displayed…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to remove default trademark, social and other links from back-office footer

In PrestaShop, you can remove the default trademark, social, and other links from the back-office footer by modifying the template files. Here are the steps to remove the links from the back-office footer: Log in to the back office of your PrestaShop website. Go to the “Advanced Parameters” menu, and select “Performance”. On the “Performance” page, you will see a…

Continue Reading