xml feed

Google Indexing API module

This “Google Indexing API” module allows any store owner to directly notify Google when pages are added, removed, or updated. This allows Google to schedule pages for a fresh crawl, so the information in Google will be updated instantly. By default, the store products are indexed by the sitemap. But waiting...

Hot Deals Pro module

Create the Hot Deals page where you can effectively showcase and highlight the most important and high-priority products for sale. We understand that you have a lot of very good products in your store, but some are more important and need to be highlighted before other products. We believe that some of...

CSV feeds Pro module

This "CSV Feeds Pro" module generates "Prestashop" products, orders, customers, brands, supplier, and categories CSV, TSV, Excel files. With this module, you can share your database with other persons. If your store database is big, you can enable cache or execute with a cron. This module can generate CSV and TSV...

Product importer Pro module

Import (create or update) products automatically. This module allows you to automatically keep products up-to-date (prices, stock, descriptions, features, images, and much more) or create new ones without any hassle. Product files (especially XML and JSON) can be very complex and varied. Therefore, we recommend that you first contact us so that...

XML Feeds Pro module

This "XML Feeds Pro" module generates "Prestashop" products, orders, customers, brands, suppliers, and categories XML feeds. With this module, you can share your database with other systems. If your database is big, you can enable cache or split to smaller feeds. You can show only the fields that you wish. You only need...

Google Analytics EE Orders module

"Google Analytics EE Orders" module allows you to exploit the possibilities of the newest and most developed “Google Analytics – Enhanced Ecommerce” (EE) tool, which operates on the server (PHP). There is no doubt that “Google Analytics” can be an extremely beneficial tool. By utilizing this tool, we can easily and...

Dynamic pricing module

Dynamic pricing in e-commerce refers to the practice of increasing prices based on various factors such as demand and customer behavior. In short, the more popular a product is, the more the price is automatically increased. It's very common in airline tickets, entertainment events, and even Uber, so let's bring it...

How to create a new template in Prestashop?

Follow these simple steps: Go to the Prestashop catalog: “themes”, Copy default Prestashop theme: “prestashop” (or any other if you want), Rename new folder (no spaces nor special chars), Go to Prestashop admin panel and click on the “Preferences” tab and then the “Appearance” tab, Scroll down and change to...

How gets user information using “Prestashop” tools?

We need get global cookie variable: global $cookie; To check if user is logged in: refer to the cookie ”isLogged()”method [php] global $cookie; if(!$cookie->isLogged()) { echo 'Please login'; } else { echo 'Everything good'; } [/php] Get user’s id: $cookie->id_customer Get user’s first name: $cookie->customer_firstname Get user’s surname: $cookie->customer_lastname Get user’s email address: $cookie->email Get a language id: $cookie->id_lang Full sample: [php] global $cookie; if(!$cookie->isLogged()) { echo 'Please login'; exit; } else { ...

Google + 1 button module

So what does the Google Plus 1 (+1) button do in your Prestashop? Basically, Google +1 button is a rival to Facebook’s LIKE button, but it is characterized as a slightly different function. Essentially, the Google +1 button recommendations will be shared within the context of relevant searches and eventually...