PrestaShop Documentation, PrestaShop Tutorials

PrestaShop Addons Marketplace Links

GeoIP Popup Message and Redirect Links Based on Country – PrestaShop Addons https://addons.prestashop.com/en/pop-up/29547-geoip-popup-message-and-redirect-links-based-on-country.html Social Media Side Bar Links Buttons on All Pages – PrestaShop Addons https://addons.prestashop.com/en/social-widgets/28880-social-media-side-bar-links-buttons-on-all-pages.html Social Login – Sign-In using different Social Networks – PrestaShop Addons https://addons.prestashop.com/en/social-login-connect/39392-social-login-sign-in-using-different-social-networks.html Log Visitors Data and Visitors Management – PrestaShop Addons https://addons.prestashop.com/en/analytics-statistics/28815-log-visitors-data-and-visitors-management.html Google Translation Automatic using GeoIP – PrestaShop Addons https://addons.prestashop.com/en/international-localization/29827-google-translation-automatic-using-geoip.html Products Extra Tabs…

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop Addons Links

  PrestaShop SEO Automatic Google Rich Snippets JSON-LD Integration OpenGraph Twitter Tags Schema.org   https://www.presta-addons-modules.com/en/seo/prestashop-seo-automatic-google-rich-snippets-json-ld-opengraph-twitter-tags-schemaorg.html   PrestaShop Preloader – Page Loading Image – Page Loading Animation – Preloading Screen – Loading Page   https://www.presta-addons-modules.com/en/free-modules/prestashop-preloader-page-loading-image-page-loading-animation-preloading-screen-loading-page.html   PrestaShop SEO Automatic Hreflang Tags & Canonical Tags on All Pages   https://www.presta-addons-modules.com/en/seo/prestashop-seo-automatic-hreflang-tags-canonical-tags-on-all-pages.html   Prestashop SEO Friendly URL – Pretty URL Without ID Number  …

Continue Reading

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop slow back-office

Prestashop slow back-office [1]. Rename folder name “psaddonsconnect” to “rename_psaddonsconnect” [2]. Set flag to false. from $is_addons_up = true; to $is_addons_up = false; File name path psroot/classes/Tools.php around 3388 protected static $is_addons_up = false; public static function addonsRequest($request, $params = array()) { // function code }

PrestaShop Documentation, PrestaShop Tutorials

PrestaShop Webservice

PrestaShop Webservice PrestaShop enables merchants to give third-party tools access to their shop’s database through a CRUD API, otherwise called a web service. Since 1.7 version, developers can extend the resources available through the PrestaShop Webservice with a module. Create and declare your new entity The following example is about an entity that can manage blog articles, the folder where…

Continue Reading