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

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to enable disable debug mode & cache management

In PrestaShop, you can enable or disable the debug mode and manage caching settings from the back office. Here are the steps to enable or disable the debug mode and manage caching settings: Log in to the back office of your PrestaShop website. Go to the “Advanced Parameters” section, and select “Performance”. On the Performance page, you will see several…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to create employee(team) & change admin language from back-office

To create an employee in the back office of PrestaShop, follow these steps: Log in to the back office of your PrestaShop store. Go to the “Employees” menu, which can be found under “Advanced Parameters” in the main menu. Click on the “Add new” button to create a new employee account. Fill in the required information, such as the employee’s…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to add new language & enable disable languages

To add a new language to your PrestaShop website, you can use the built-in language management feature. Here are the general steps: Log in to the back office of your PrestaShop website. Go to the “Localization” section, and select “Languages.” Click on the “Add New” button to create a new language. Fill in the form with the language information, including…

Continue Reading

®Magento Tutorials

Magento products not visible in front-office

If your products are not visible in the front-end of your Magento store, here are a few things you can check: Check the product visibility: Make sure the products have “Catalog” visibility selected in their settings and are not set to “Not Visible Individually.” Check the category settings: Go to the category settings and make sure that the products are…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop how to add social media share buttons on products page

To add social media share buttons on PrestaShop’s product page, you can follow these steps: Log in to the PrestaShop admin panel. Go to “Modules” and then “Modules & Services.” Use the search bar to find a social media sharing module that is compatible with your version of PrestaShop. There are several free and paid options available. Click on the…

Continue Reading

®Magento Tutorials

Magento how to add social media share buttons on products page

To add social media share buttons on Magento’s product page, you can follow these steps: Log in to the Magento admin panel. Go to “Stores” and then “Configuration.” In the left-side menu, click on “Customer Configuration” under “Customers.” Scroll down to the “Share Options” section. Enable the “Add This” option. Customize the settings for the social media share buttons as…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop blog modules configuration and use. smartblog and xpertblog

PrestaShop has several blog modules available, such as SmartBlog and XpertBlog, that can be used to add a blog to your website. Here are the general steps to configure and use these modules: Install the SmartBlog or XpertBlog module in your PrestaShop website. You can find these modules by searching for them in the “Modules” section of the back office.…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to configure and use Memcached

In PrestaShop, Memcached can be used as a caching system to improve the performance of your website. Here are the steps to configure and use Memcached in PrestaShop: Install the Memcached server on your server or hosting account. You can find installation instructions on the Memcached website. Install the Memcached module for PrestaShop. You can find the module by searching…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

Prestashop how to add a product, categories, and sub-categories.

In PrestaShop, adding products, categories, and sub-categories is relatively straightforward. To add a product: Log in to the back office of your PrestaShop store. Navigate to the “Products” tab, and then click on “Products” Click on the “Add new” button to create a new product. Fill in the product details such as name, description, price, etc. Add images to the…

Continue Reading

®Magento Tutorials

Magento how to delete default sample data

In Magento, you can delete the default sample data by using the command line interface (CLI) to run the “sampledata:remove” command. Here are the steps to delete the default sample data: Connect to your server using SSH or a terminal Navigate to the Magento root directory by using the “cd” command Run the following command to remove the sample data:…

Continue Reading

®Magento Tutorials

Magento how to configure and use SMTP settings for Emails

In Magento, you can configure and use SMTP (Simple Mail Transfer Protocol) settings for sending emails by modifying the email transport settings. Here are the steps to configure and use SMTP settings for emails in Magento: Log in to the Magento admin panel and go to “Stores” > “Settings” > “Configuration” Under “Advanced,” select “System” Under “Mail Sending Settings,” change…

Continue Reading

®Magento Tutorials

Magento how to hook unhook module

In Magento, to enable or disable a module, you can use the command line tool “bin/magento”. To enable a module, you can use the command: bash bin/magento module:enable <Module_Name> To disable a module, you can use the command: bash bin/magento module:disable <Module_Name> You can also check the status of all modules using the command: lua bin/magento module:status After you run…

Continue Reading

®Magento Tutorials

Magento how to hide product attributes values in the URL

In Magento, you can hide product attribute values in the URL by modifying the configuration settings for the product URL key. Here are the steps to hide product attribute values in the URL: Log in to the Magento admin panel and go to “Stores” > “Settings” > “Configuration” Under “Catalog,” select “Catalog” Under “Search Engine Optimizations,” change the “Use Categories…

Continue Reading

®Magento Tutorials

Magento how to install

Magento on a server: First, you will need to download the Magento software from the Magento website. Next, you will need to upload the files to your server. This can typically be done using an FTP client such as FileZilla. Once the files are uploaded, you will need to create a new database for your Magento installation. This can typically…

Continue Reading

®Magento Tutorials

Magento how to add social media links

In Magento, you can add social media links to your store by using a variety of methods. Here are a few ways to add social media links to your Magento store: Using Magento’s built-in footer links: Log in to the Magento admin panel and go to “Content” > “Elements” > “Blocks” Find the “footer” block and click on “Edit” In…

Continue Reading

®Magento Tutorials

Magento how to add product mp4 video

In Magento, you can add MP4 videos to product pages by using a third-party extension or by customizing the code. Here are the steps to add an MP4 video to a product page in Magento: Install a third-party extension that supports MP4 videos. There are many available in Magento Marketplace. Some popular ones are: Product Video, Product Video Gallery, Product…

Continue Reading

®Magento Tutorials

Magento 2 what are new features

Magento 2 is a major update to the Magento eCommerce platform, and it introduces several new features and improvements, including: Improved Performance: Magento 2 has been optimized for performance, with faster page load times, improved scalability, and the ability to handle high volumes of traffic. Improved User Experience: Magento 2 features a new, more intuitive and user-friendly admin interface, making…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

What is new in PrestaShop 1.7

PrestaShop 1.7 is a major update to the PrestaShop eCommerce platform, and it introduces several new features and improvements, including: New Default Theme: PrestaShop 1.7 features a new default theme that is fully responsive and optimized for both desktop and mobile devices. The theme is designed to be user-friendly and easy to customize, with a modern and attractive design. Improved…

Continue Reading

®Magento Tutorials, PrestaShop Documentation, PrestaShop Tutorials

Magento Vs PrestaShop vs Shopify

Magento, PrestaShop, and Shopify are all popular eCommerce platforms, each with its own strengths and weaknesses. Here’s a brief comparison of the three platforms: Magento: Magento is a highly flexible and customizable eCommerce platform that can be used to build small and large online stores. It offers a wide range of features, including advanced SEO tools, multi-language support, and the…

Continue Reading

®Magento Tutorials

How Much Does Magento Cost

The cost of using Magento for an eCommerce store can vary greatly, depending on several factors such as the size of the store, the complexity of the site, and the type of hosting and support needed. Magento Open Source (free): Magento Open Source is a free, open-source version of Magento that can be downloaded and used for free. It does…

Continue Reading

®Magento Tutorials

Magento 2 How to Edit Email Templates

To edit email templates in Magento 2: Log in to the Magento admin panel. Go to “Stores” -> “Settings” -> “Configuration.” In the left-side menu, navigate to “Sales” -> “Sales Email.” Under “Sales Emails,” you will find various email templates for different order statuses. Click on the template you want to edit. In the “Template Content” section, you can edit…

Continue Reading

®Magento Tutorials, PrestaShop Documentation, PrestaShop Tutorials

What are Ecommerce Advantages and Disadvantages?

Advantages of eCommerce: Convenience: Customers can shop from anywhere, at any time, without having to leave their homes or offices. Increased reach: E-commerce allows businesses to reach a global audience, increasing their potential customer base. Lower overhead costs: E-commerce eliminates the need for physical store locations, reducing overhead costs such as rent and utilities. Improved customer experience: Online shopping allows…

Continue Reading

®Magento Tutorials

Magento 2 How to Edit Email Templates

To edit email templates in Magento 2: Log in to the Magento admin panel. Go to “Stores” -> “Settings” -> “Configuration.” In the left-side menu, navigate to “Sales” -> “Sales Email.” Under “Sales Emails,” you will find various email templates for different order statuses. Click on the template you want to edit. In the “Template Content” section, you can edit…

Continue Reading

®Magento Tutorials

Magento how to create landing page

To create a landing page in Magento, you can follow these steps: Create a new CMS page: Go to the CMS section of the Magento backend, and create a new CMS page. Provide a title for the page, and set its status to “Enabled.” Add content to the page: Use the WYSIWYG editor to add content to the page, such…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop popular web hosting providers

Here are some popular web hosting providers for PrestaShop: Bluehost – a well-established and popular hosting provider, offering a range of plans for PrestaShop stores. SiteGround – a leading provider of web hosting services, known for its high-performance servers and excellent customer support. InMotion Hosting – a reliable and affordable hosting provider, offering a wide range of plans for PrestaShop…

Continue Reading

®Magento Tutorials

Magento popular web hosting providers

Here are some popular web hosting providers for Magento: SiteGround – a leading provider of web hosting services, known for its high-performance servers and excellent customer support. InMotion Hosting – a reliable and affordable hosting provider, offering a wide range of plans for Magento stores. A2 Hosting – a fast and reliable hosting provider, offering a range of plans optimized…

Continue Reading