To get the logo image of your PrestaShop store using code, you can use the following steps: Use the Configuration::get() method to retrieve the value of the PS_LOGO configuration key. This will return the relative path to the logo image file. $logo_path = Configuration::get(‘PS_LOGO’); Get the absolute path to the logo image file by appending the logo path to the…
Month: March 2023
How to Create a Sitemap in PrestaShop 8 & Add it to Google Search Console
To create a sitemap in PrestaShop 1.8 and add it to Google Search Console, you can follow these steps: Login to your PrestaShop 1.8 website’s admin panel. Go to the “Modules and Services” section and search for the “Google Sitemap” module. Install and activate the module if it is not already installed. Once the module is installed and activated, go…