Quantcast
Channel: Prestashop 1.7 – Premium Prestashop Themes
Viewing all 41 articles
Browse latest View live

10 exited new features of Prestashop 1.7

$
0
0

Prestashop 1.7 is underway

Prestashop 1.7 is under development and the new version of Prestashop promises to come with lots of new features and we do hope it will become the number one e-commerce platform. Here are the list Prestashop 1.7 new features

10 great new features of Prestashop 1.7

1. Keep the core clean, features as modules

Site performance is one of the most important thing of any eCommerce site. But with the expanding code base of Prestashop, it is starting to run slow. It is essential make the core clean and light by stripping some of the features out of Prestashop core and add them back in as modules.

  • Multiple store
  • Warehousing and supplier information
  • The whole shipping system
  • Multiple currency support
  • Multiple language support

Noramlly, you don’t really use all the features but even though, code for these features is loaded and slow down your store.

2. Better module integration

Prestashop should move module configuration off of the modules page. There are a lot of modules for Prestashop that affect products on a per product level that you have to enter all of the settings in on the module configuration page. Shipping modules configuration could be added to the shipping tab, order refunding could be added to the order pages, and so on.

3. Better password security

Currently passwords are salted and hashed with the md5 algorithm, it is quickly becoming an outdated algorithm. Moving to a more secure algorithm will help keep your site safe.

4. CSS editor and back-office theme editor

Many platforms are offering the great feature. WordPress is a good example and it is actually one of the things that drive people to WordPress, because you can make simple changes without accessing to ftp. It is really saving users lots of time and also easier for them to do small customization.

Many Prestashop frameworks integrate this feature but Prestashop core itself should include the feature.

5. Back-office access to error messages and debug profiling

The features should be built-in as options in the Advanced setting configuration so users can enable or disable easily without any coding. For developers, the options are really important, they help check any issue with their shop and whenever issue happen, that the 2 place they will check first.

6. Better product configuration

Currently your options with products are pretty much limited, you can either enable or disable products, make them available for sale or not. Also you can fill in general information, but that is about it. I propose adding more information, but making it modular at the same time. Not every shop will need the extended information, so I do not agree with penalizing every shop with the code overhead. Some fields I think are needed are:

  • ISBN field for book sellers
  • ASIN field for syncing with Amazon
  • The ability to show the price just in the cart. This is essential for shops that sell for below MAP pricing
  • Configurable product tabs that can be added globally or per product. Say you want to show a tab on every product that is your return information, this cannot be accomplished currently

7. Blog integration

This is something that Prestashop is not doing good. A standard installation of Prestashop needs a modular blog feature that people can use for their shop as most of shop owner will need blog page for SEO purpose.

8. Clean URLS

This will be a big improvement of Prestashop 1.7 as URL is an important key of SEO. The id numbers need to be removed from the product, category, and CMS URLS. Friendly URL should be built-in as option in the Prestashop setting panel so user can enable or disable.

9. Easier customizable checkout

There are too many required fields during the checkout, the checkout process should be more configurable from the backend and not require any fields other than email addresses. Currently you cannot turn off the newsletter box, I think it should be optional with the option to have the box checked as well. The same thing with the terms and conditions. Cleaner sleeker checkouts reduce cart abandonment.

10. Simple maintenance system

If you want to clear out all old abandoned shopping carts, there is really no way other than buying a module or doing it manually from the database. Prestashop needs to include such function in the core. One suggestion is clearing old carts with the option of leaving ones from a time frame and also not deleting ones associated with accounts.

An other option is a function to delete all the expired vouchers is needed as well and also to clear expired specific price rules as well. As well as also adding a button on the bottom of the main product list in the back office that will let you disable / enable products in mass.

Final words

The above are the expected new features of Prestashop 1.7 that will make the platform to new level and to be one of the best eCommerce platform. Please note that those features we mentioned above are for Prestashop core, as there are many Prestashop extensions that provide such features out there, however, the best eCommerce platform should include essential features with clean core but the power of expend.

The post 10 exited new features of Prestashop 1.7 appeared first on Premium Prestashop Themes.


Prestashop 1.7 architecture

$
0
0

Prestashop 1.7 new architecture

Prestashop 1.7 is under development, this new version will have lots of changes in the architecture, in other words, it will be new architecture for prestashop. In this blog post, we would like to give you updates about the plans of the new architecture.

Brief description about Prestashop 1.7 new architecture and the transition phase.

  • PrestaShop 1.7 new architecture will be based on the Symfony Framework and the Twig templating engine.
  • The new architecture is planned to be used in the back office for two pages: Product page and Modules page (it can be applied for other parts later).
  • Other parts in the Presashop 1.7 back office will still use the legacy architecture from Prestashop 1.5 & 1.6. New architecture will be applied later Prestashop 1.7 versions.
  • The old architecture will coexist during the process of moving to new architecture and this phase will take some versions of PrestaShop.
  • Only modules targetting Products and Modules pages will need to see their templating code adapted.

Prestashop 1.7 Architecture more details

1. Reasons PrestaShop 1.7 needs new architecture?

Just 1 reason, since the current Prestashop architecture is getting old and it is out dated, if no architecture changes, Prestashop would loose their market share for other Ecommerce platforms: Magento, Woocommcerce, Opencart, etc.

Look back the history, PrestaShop 1.5 was released in 2012 and that was a huge overhaul of the codebase, multistore feature, the advanced stock management feature, a revised module API, and in general a Core rewritten in order to better follow MVC patterns.

PrestaShop 1.6 was released in 2014 with the maintaince of most of the 1.5 architecture. The main changes in Prestashop 1.6 is the re-design of back-end and front-office with the integration of Bootstrap that make responsiveness for both front-end and back-end. Other great feature is the Dashboard with its KPIs, but the codebase was all remained. Prestashop 1.6 worked as expected, but it was getting show weaknesses since web development changed a lot and other eCommerce platform had lots of improvement.

The initial requirement is indicated that PrestaShop’s codebase needs to be more robust, more modular, and fully testable. Actually, new architecture was first applied in v1.6.1.0, but Prestashop 1.7 needs more than that to make Prestashop as one of the best eCommerce platforms. Decision is made, PrestaShop 1.7 will introduce Symfony2 in its Core codebase. As montioned, this change will be negotiated smoothly and over the long term.

2. Why Prestashop team decided to use Symfony Framework instead of upgrading current Prestashop core?

The very first reason of using Symfony Framework is that the framework is proven, popular open-source framework with stability of a globally recognized framework and it is resumed to help improve Prestashop core. Secondly, by using pre-made framework, we can reduce the maintenance workload, which consumes too much time and is not our core business features as Prestashop core includes so many things: managing a cart, handling orders, calculating prices and taxes, generating invoices, ect.

3. Why Symfony2 is chosen and how it improves Prestashop 1.7?

Simply, it’s Symfony2, the new standard of PHP! It’s really leading the way in terms of code quality and project popularity. Lots of other options are considered but each of the option has weakness. Let’s have a quick overview of the frameworks considered to use for Prestashop 1.7 core.

Lumen/Laravel:

  • It uses Symfony components, so it’s one more layer over Symfony
  • It brings a lot of services that are not really useful

Silex:

  • This is a minimalist framework
  • No efficient route descriptor.
  • Based on an old version of Symfony components, so one more layer over Symfony.

Slim framework:

  • This is a small framework that is a better fit for small software.
  • It’s maintained by a very small team, and has seen little contribution in the past year so it is not good for long terms.
  • The retro-compatibility seems to be broken each time a new version is published.

Zend framework:

  • This framework is a big competitor to Symfony, but its popularity is really waning.
  • Moreover, the Zend framework comes as a huge monolith. It could be a choice for a full rewrite of the code, but that’s bit an option right now.

Yii framework:

  • It’s also a monolith.
  • The community is quite small. Finding qualified developers to maintain the code will be very hard.

From the overview and comparision, Symfony2 is the final choice for the Prestashop 1.7 new architecture.

Which parts of PrestaShop 1.7 will be rewritten with Symfony Framework?

PrestaShop 1.7 will not be 100% written in Symfony. In other words, only a fraction of the codebase will use Symfony for this version. Fully use Symfony is not a safe strategy, a smoother transition patch will be better. In details, only the back-office will be affected and the first version of Prestashop 1.7, you can see the changes from 2 main pages: Product page and the Modules page. The following versions, each page will be switching to the new Symfony-based architecture.

Other improvements of Prestashop 1.7

Along with the new architecture in codebase, the design of the Prestashop back-office will be revamped to be more friendly and easy for users. The navigation will be re-designed for ease of managing your store. A quick guide will be included in the Prestashop 1.7 back-office to help new users setup a store. Check out list of Prestashop 1.7 new features.

Will the 1.6 modules still work?

Symfony will be used for back office-specific features only. It will be limited to an adaptation of hooks on the Products and Modules page. Modules targeting the other pages should not need to be adapted.

Module developers won’t need to develop in Symfony as the module API will be mostly the same, and Smarty is still used in non-rewritten pages. It will be necessary to use Symfony’s Twig templating engine for modules, but the core code of the module should remain the same.

For the Product page, the idea is using a switch button to switch between the Legacy/Smarty version and the Symfony/Twig version. It would allow the Prestashop 1.6 modules to work in Prestashop 1.7, that would give more time to developers to adapt their Prestashop 1.6 modules.

What happen with Prestashop 1.6?

PrestaShop 1.7 introduces new way themes work with new Starter Theme and the best practices it follows. So Prestashop 1.6 themes will not work in Prestashop 1.7: logic code is taken out of templates, controllers are now passing arrays instead of objects, the theme is secure by default, CSS classes are only for styling, no use of Bootstrap anymore, etc. The new way to build themes in 1.7, with a sturdy Starter Theme from which all theme developers will be able to build solid themes from the get-go, will allow the Community to create modern and durable themes.

The post Prestashop 1.7 architecture appeared first on Premium Prestashop Themes.

Prestashop 1.7 starter theme

$
0
0

Prestashop 1.7 is under development and will be released soon. This new version will has lots of new feature and based on new architecture. Prestashop team is working to build starter theme for Prestashop 1.7, the theme is base theme to help developer work more efficient. The starter theme is being fine-tuned throughout its development and will be released in beta at the same time of PrestaShop 1.7 beta release.

Building a Prestashop theme requires a large skillset: HTML, CSS, Smarty and is familiar with the inner workings of PrestaShop. There is a lot of business logic going on in the templates, not only styling.

The starter theme will go with new way of a theme work, it will be a lot easier and save time. Anybody with only HTML and CSS skills can create a really cool, feature-complete PrestaShop theme from scratch in just a few days.

In Prestashop 1.7, the old default-bootstrap theme will be replaced with a new theme based on the Starter Theme.

Why Prestashop 1.7 Starter Theme is necessary?

A Tool for Designers to Work Efficiently

Starter Theme actually is a minimal PrestaShop theme, it is feature-complete but has no styling. Prestashop 1.7 starter theme is not designed for user, it is for designer to turn the Starter Theme into a real, production-ready theme easily.

Standard workflow

In previous Prestashop versions, it is hard to know whether an extension or feature will work properly with a specific theme. The new starter theme could resolve the issue. If an extension or feature works with the Starter Theme it will work with any theme that is based on the Prestashop 1.7 starter theme. To do this, a comprehensive documentation will be helpful so all designer and developer can easily follow.

  • List of mandatory templates
  • Description of all variables available to each template
  • List of all hooks found in a given template

Prestashop 1.7 Starter Theme principles

Prestashop 1.7 is in development phase and the Prestashop team welcome any contributor.

Logic Belongs to Controllers

In the Prestashop 1.7 starter theme, the depth of control structures in templates will be limited to 2. If nesting 3 ifs inside a template, your controller could probably not function properly.

Controllers Pass Arrays to Templates, not Objects

Controllers can pass Product lists to templates, or they pass lists of arrays representing Products. The starter theme will need to standardize the way controllers pass – arrays is chosen because of the proven additional safety guarantees. Passing a Product object to a template allows the view layer to do things like deleting the product from the database.

Better layout structure

The <body> and </body> tag will be removed from the header.tpl file and footer.tpl. Each and every template will make sense to a designer (and to a linter!) by itself.

Security code is included by default

In the previous Prestashop versions, developers need to include |escape:'html':'UTF-8' in every place. This will be totally changed with the starter theme. Prestashop team will adopt the generally accepted best-practice that everything is escaped by default.

Keep the classes system clean

Starter theme offers new way a theme work and as it is based theme for developer, not user so pre-made style, classes are not neccessary, just a few classes (only important classes) will be put in the starter theme markup. When designer build a theme based on the starter theme, they can define the class system easier without deteling unnecessary classes.

Classes are for styling, not for JavaScript

Classes in starter theme will be used for styling only, JavaScript (from modules, theme or core) should not rely on classes to bind on events or perform other operations on the DOM.

So how JavaScript rely on ?

  • ids
  • data-* attributes
  • named inputs
  • as a last resort, if none of the above makes sense, on classes, but prefixed by js-

There are lots of reasons why classes should not be used for JavaScript:

  • Classes are for styling, not to perfom a functionality so if a class is removed, it should not break site’s functionality.
  • Make it easy to keep the Javascript working with different themes – we’ll keep our selectors simple in the Starter Theme, adding data-* attributes or ids where needed so that when you move things around everything keeps working smoothly.

Starter theme will not integrate Bootstrap

As mentioned, Prestashop 1.7 starter theme will be clean, it focuses on features. So it will not integrates any front-end framework like Bootstrap. When building a theme based on the starter theme, you can integrate the front-end framework. In addition, Prestashop team don’t want to force designer to use any specific technology, designer can decide which technology they want to use for their theme.

Ongoing Reflection about Hooks

The existing hooks will be retain in the starter theme, and a few hooks could be added to implement important functionalities. Prestashop 1.7 based theme will implement widget systems, that will be great feature for designer and user. The widget integration will help build content and functionality much more easier without third party extensions.

How to contribute Prestashop 1.7 starter theme

Any designer, developer is welcome to contribute to the project. A dedicated repository on GitHub will be created. We will also create a PrestaShop branch called starter-theme where all necessary changes to the PrestaShop core will happen. We will announce the link once it is setup.

You can join the chat channel at https://gitter.im/PrestaShop/StarterTheme.

Prestashop 1.6 themes will work in Prestashop 1.7 ?

For now, there is no confirm if Prestashop 1.6 theme will be compatible with Prestashop 1.7. Once the starter theme is complete, we will test and announce the final confirmation. Anyway, new updates will be required to make the compatibility.

Prestashop 1.6 modules will probably require adjustments to be compatible with the new version.

The post Prestashop 1.7 starter theme appeared first on Premium Prestashop Themes.

Infographic – 10 new features of Prestashop 1.7

$
0
0

Prestashop 1.7 beta has been released, and the stable version would be released soon. The new version will have new architecture and lots of new features with the mission to power the platform and make it easier for both developer and users. Everybody is waiting of the official release and we would like to give you brief info about the great 10 new features of Prestashop 1.7 in an Infographic.

Feel free to embed and share this infographic on your site, copy and paste the code below:

<img src="http://www.prestabrain.com/wp-content/uploads/2016/03/prestashop-17-new-features-infographic.jpg" width="540">
<p>Prestashop 1.7 New Features - An infographic by the team at <a href="http://
www.prestabrain.com">Prestabrain.com</a></p>

Checkout more useful references of Prestashop 1.7.

The post Infographic – 10 new features of Prestashop 1.7 appeared first on Premium Prestashop Themes.

Prestashop 1.7 Overview: Features, Release date, Demo, Beta, Roadmap.

$
0
0

As you may know, Prestashop 1.7 is on the fast track. Meanwhile, the entire of community are trying to gain a thorough knowledge of this platform. Understanding that, we will try to collect everything about it

I. Prestashop on Google Trends

This keyword has risen constantly in google trends since 2015. It reached its highest popularity in February 2016, and April 2016, according to the statistic on the picture below.

Prestashop 1.7 on Google-Trends---Web-Search-interest--prestashop-1

Moreover, in comparison with “ Prestashop” search term, Prestashop 1.7  gets higher queries.

Prestashop is very popular in Madagascar, Spain, Czech republic.

II. Popular Search Term.

  • Prestashop 1.7 release date
  • Prestashop 1.7 demo
  • Prestashop 1.7 features
  • Prestashop 1.7 release
  • Prestashop 1.7 download
  • Prestashop 1.7 gidhub
  • Prestashop 1.7 changes
  • Presatashop 1.7 roadmap
  • Prestashop 1.7 beta

According to Google Keyword Tool, there are several Prestashop 1.7 keywords during the last few months.

III. Prestashop 1.7 demo

After finding new amazing Prestashop 1.7 features, it’s no wonder that “prestashop 1.7 demo” search term is in the high demand. Now, you can find it easy to touch new functionality. If you are also search “Prestashop 1.7 demo”, you can find it here: http://www.denieuweprestashop.nl

prestashop 1.7 demo

IV. Prestashop 1.7 Release Date( Roadmap)

All of you must be very interested in Prestashop 1.7 release date and how it go. It is expected to be released in the first quarter of 2016. But Q1, 2016 is almost over. It’s likely that the release date has been delayed.

Since February 2016, Prestashop team promise to release in the few week later together with some improvements such as

  • New default theme become very simple, but admin has more power to edit it any desired way
  • The new Prestashop version help to simplify the workflow of creating new products
  • Back office is improved and focused

UPDATE: April 4th: PrestaShop v1.7.0.0 Alpha3 is now available to download now, but it’s is not wise to use PrestaShop v1.7.0.0 Alpha3 for production. If you want to make a try, you can follow this installation tutorial.

V. Features:

Although Prestashop is under the process of development, it is pretty transparent for all community members and we highly appreciate that. In addition to this, this newest version is declared to come with tons of amazing features and enhancements:

  • Keep the core clean, features as modules
  • Better module integration
  • Better password security
  • CSS editor and back-office theme editor
  • Back-office access to error messages and debug profiling
  • Better product configuration
  • Blog integration
  • Clean URLS
  • Easier customizable checkout
  • Simple maintenance system

Learn more: http://www.prestabrain.com/10-exited-new-features-of-prestashop-1-7/

Based on that, we can expect it will be an innovative product that satisfies the demand of both developers and merchants.

VI. Documentation on Github

The documentation is publicized but it is being worked until now. Also it is expected to be placed on GitHub so that the whole community can contribute to its enhancements. Meanwhile, we suggest you referring the code of this 1.7-module: https://github.com/PrestaShop/paymentexample.

The post Prestashop 1.7 Overview: Features, Release date, Demo, Beta, Roadmap. appeared first on Premium Prestashop Themes.

Amazing and Exciting Prestashop 1.7 Changes

$
0
0

If you are curious about Prestashop 1.7 changes, this article will help you to understand the whole changes in Prestashop 1.7 that you need to know before the official lauches

Below, I will show you the summary of main Prestashop 1.7 changes

  • New default theme
  • Starter theme for developers
  • New back-office look (design, product and modules page)
  • Symfony 2 implementation
  • Architecture changes for front-end stuff
  • New approach to theme creation
  • New product page and redesigned Modules page

People says there are too many changes. Actually, it’s not that much. Once you understand, you will find it is true. To prove that, let’s go to the details now.

Starter Theme

Starter theme is one of the most important things in Prestashop 1.7 that is appreciated by most developers. It is packed with all most all of important elements for Prestashop themes. Moreover, Starter theme has no styling; hence it should be very convenient for a designer to turning the Starter Theme into an expected one.

New Back-Office look

New Back-Office have a nice look and professional style. To some extent, Prestashop 1.7 put more focus on design overwhelm new features

New default theme – Classic

PrestaShop 1.7 have nice looking default theme. However, compared to PrestaShop 1.6, it look less more professional. And Prestashop 1.7 default theme is in development, we hope to see positive changes when it is released.

New modern architecture

Prestashop 1.7 code changes
New architecture is based on the Symfony Framework as well as the Twig templating engine.

  • At first, the new architecture is going to be used for only two pages including Product page and Modules page (it can be applied for the rest later).
  • The rest of Prestashop 1.7 back office will still use the existing architecture from Prestashop 1.5 & 1.6( Legacy Architecture). But they will be changed later.
  • Both of architecture will coexist at the same time and this phase will take some versions of PrestaShop.
  • Only modules that will be used in Products and Modules pages need to see their templating code adapted.
    Learn more: http://www.prestabrain.com/prestashop-1-7-architecture/

New modern front-end architecture

Also, it is pretty good to use new technologies such as Sass, Bootstrap 4, ES6 javascript compiled using Babel that is packed with webpack.js

Symfony 2

Symfony 2 is chosen is because it is considered as a top method with regard to project popularity and code quality
However, it is mentioned that PrestaShop 1.7 will not use 100% Symfony. In reality only a small part of the back office will use Symfony, mainly two parts consisting of Product page and the Modules page. Meanwhile, the rest will be unchanged

The post Amazing and Exciting Prestashop 1.7 Changes appeared first on Premium Prestashop Themes.

Prestashop 1.7 installation – step by step instructions and video tutorials

$
0
0

Prestashop 1.7 alpha 4 has just been released and the installation process is complete, all the steps will be the same in stable version. All core features are finalized in the version as well. In this blog post, we will show you step by step to install Prestashop 1.7.

Step 1: Download Prestashop 1.7

Download Prestashop 1.7 alpha 4 directly from this link. After download is complete, copy it to your server and extract.

Step 2: run Prestashop 1.7 installation wizard

Access the installation of Prestashop 1.7 url and the installation wizard will be displayed. For example, if I install in localhost (using Wampp or Xampp) and I put the Prestashop 1.7 installation folder in the folder: F:\wamp\www\prestashop\prestashop_1.7.0.0 then the url would be: http://localhost/prestashop/prestashop_1.7.0.0/.

#1: Select language: The first screen is the language setting. Prestashop 1.7 supports many languages and you can select the language you prefer for your shop.

#2: License agreements: The second screen is the terms and condition agreement. Read the terms and condition and select to agree with the terms and conditions.

#3: System compatibility: the screen will tell you if there is any issue with your system to install Prestashop 1.7. If the step is proceeded, it means, the system is fine to install Prestashop 1.7.

#4: Store information: add your shop information and the admin account. You should remember the account to access your store back-end later on.

#5: System configuration: add database information to install your site: database server, database name, database login, database password and tables prefix.

To create database, access your database server and create new database for your Prestashop 1.7 and add to the system configuration page.

Once done, hit the next button to proceed with the installation.

#6: Store Installation: this step could take some time so please be patient.

After the installation is complete, we need to rename or delete the “install” folder inside the Prestashop 1.7 installation folder for security purpose.

The Prestashop 1.7 installation is done, now, checkout the front-end and backend of your store.


Prestashop 1.7 front-end


Prestashop 1.7 front-end

Prestashop 1.7 installation video tutorials

Along with the blog tutorial, we created a 4-minute video tutorial to show you instructions to install Prestashop 1.7 in 5 easy steps.

For more info about Prestashop 1.7, check out our Prestashop 1.7 all about blog series.

The post Prestashop 1.7 installation – step by step instructions and video tutorials appeared first on Premium Prestashop Themes.

Introducing 1st free Prestashop 1.7 theme with demo – Pts Base

$
0
0

Prestashop 1.7 official version was released 7th of November. The next generation comes with tons of amazing new features and improvements. Today we would like to announce preview demo for our first free Prestashop 1.7 theme – Pts Base.

Live Demo

We are working on bug fixes and we will update here when the download is available. Here are some screenshot in the admin panel of the free Prestashop 1.7 theme.

Main dashboard

prestashop 1.7 dashboard

Product edit page

prestashop 1.7 product edit page

Module management page

prestashop 1.7 module manager

Prestashop page builder

prestashop 1.7 page builder

Let us know your comments.

The post Introducing 1st free Prestashop 1.7 theme with demo – Pts Base appeared first on Premium Prestashop Themes.


Prestashop 1.7 themes update plan

$
0
0

Prestashop 1.7 official version was released 7th of November. The next generation comes with tons of amazing new features and improvements. Since very first version of Prestashop 1.7, we already started working to check for campatibility of our framework and themes and plan for the update, today we would like to announce the update plan for Prestashop 1.7.

Pts Framework and extensions

We checked and updated our framework and extensions from Prestashop 1.7 beta versions so when stable version released, we just need to recheck and fix bug for the new version and now, it is working properly with Prestashop 1.7.

Theme update

Here is the list of 10 themes we are working on the update for Prestashop 1.7. We will update more themes in 2nd batch.

Name Version Status
Pts Ministore 1.7.0 WIP
Pts Imart 1.7.0 WIP
Pts Kitchen 1.7.0 WIP
Pts Strollik 1.7.0 WIP
Pts Oshop 1.7.0 WIP
Pts Nesta 1.7.0 WIP
Pts Flashshop 1.7.0 WIP
Pts Happy Time 1.7.0 WIP
Pts Silkshop 1.7.0 WIP
Pts Beat 1.7.0 WIP
Pts Liftsupply 1.7.0 WIP

The post Prestashop 1.7 themes update plan appeared first on Premium Prestashop Themes.

Prestashop 1.7 installation video tutorial

$
0
0

The new Prestashop generation – Prestashop 1.7 was released with lots of new features and improvements that promise to make the eCommerce platform even better and I am pretty sure you are exited with the new version of Prestashop. In this blog post, we will help you with installation. The blog includes 2 main section: Prestashop 1.7 quickstart installation and Prestashop 1.7 theme installation.

1. Prestashop 1.7 quickstart installation video tutorial

This video tutorial will show you all steps to install a Prestashop quickstart. We use Pts Base, a free Prestashop 1.7 theme to record the video.

To download the Free Prestashop 1.7 theme, please access: http://www.prestabrain.com/theme/pts-base/ then proceed FREE signup to download.

2. How to install Prestashop 1.7 theme video tutorial

The Prestashop 1.7 video tutorial will help you install any Prestashop 1.7 theme to your current Prestashop 1.7 website.

Prestashop 1.7 theme installation quick instructions:

  • Access your Prestashop 1.7 site back-end then open the “DESIGN” menu
  • Hit the “Add new theme” button on the top right option bar
  • Browse the theme installation file then save. If there is issue, please open the folder: “app\cache\prod”, rename the “sandbox” file and create new folder named “sandbox”. Once done, browse the theme installation file again and save.
  • Hover the new installed theme and set it as default theme.

For more Prestashop 1.7 tutorials, please check it out at: http://www.prestabrain.com/category/prestashop-1-7/.

The post Prestashop 1.7 installation video tutorial appeared first on Premium Prestashop Themes.

Happy Birthday Prestabrain! Get 50% Discount All Prestashop Products

$
0
0

To welcome  Prestabrain 4th Birthday, we will give best offers to Valued customers with special  Prestashop Sale 50% OFF as a present.

This discount is applied for:

+ Object: All Prestashop Themes on Prestabrain
+ Time: Within 4 days from Saturday to Wednesday 25/2/2017 – 28/2/2017
+ Coupon code: PRESTA2017
+ How: Simply enter this code: PRESTA2017 when checking out

Hurry up! This discount code will be validated on 28th Feb

Prestashop Themes

The post Happy Birthday Prestabrain! Get 50% Discount All Prestashop Products appeared first on Premium Prestashop Themes.

2 New Prestashop 1.7 Themes Released – Imart & Strollik

$
0
0

Today, Prestabrain decided to release new updated Prestashop 1.7 Themes. They are Pts Imart and Pts Strollik. Let’s see How amazing it is!

1. Pts Strollik – Single Product Prestashop 1.7 Theme

Pts Strollik – one of dedicated new Prestashop 1.7 themes – is designed to sell one product built with the best Prestashop drag and drop page builder. Our demo site is built for an eCommerce site to sell Deluxe Travel System, you can use it to sell other single product (or product line). The theme includes incredible design concepts to show off your product the smartest way. The 360 Product View transforms your passive product display into an interactive engaging shopping display to view your product in 360°.

The Single Product Prestashop 1.7 theme has it own intuitive theme control panel that includes lots of useful options to manage your site. The Live Theme Editor is TRULY MAGIC TOOL to customize the theme with pre-defined parameters, no coding is required.

pts Strollik

Live DemoPurchase

 

2. Pts Imart- Multipurpose Prestashop 1.7 Theme

Pts iMart-  Multi-purpose Prestashop 1.7 themes – is built with the outstanding Prestashop Framework and Prestashop Drag and Drop Page Builder to build stunning pages in minutes. The creative & professional design represents products in the great way. Moreover, the brilliant slideshow will make your site more impressive with beautiful outlook and effective animations.

In other words, the theme is a powerful theme, it has intuitive theme control panel that includes all necessary built-in options and tools: megamenu builder, layout management, theme setting, compression, etc. The Live theme editor allows users to customize theme real time based on predefined parameters. And it is optimized to improve the performance of your site.

Pts Imart

Live DemoPurchase

 

We hope that you did find the perfect one for your site via our list of the best responsive prestashop themes. If you found this article helpful for you. Please like and share it on social network. Your support will be a huge motivation for us to bring better products

Related Prestashop Themes 1.7 on Prestabrain:

The post 2 New Prestashop 1.7 Themes Released – Imart & Strollik appeared first on Premium Prestashop Themes.

Celebrate Easter’s Day 2017 with 50% OFF All Prestashop Themes

$
0
0

Easter Sunday is one of the most festive events among Christians worldwide. It commemorates Jesus Christ’s resurrection from death. To welcome this festival, we offer Easter Promotion to better your store.

This discount is applied for:

+ Object: All Prestashop Themes on Prestabrain
+ Time: Time: From Thursday to Monday 12/4/2017 – 17/4/2017
+ Coupon code: ETDC50
+ How: Simply enter this code: ETDC50 when checking out page.

Hurry up! This discount code will be validated on 17 April 2017. Get Purchase now to build professionally your online store.

View Themes

Best regards,
Prestabrain

The post Celebrate Easter’s Day 2017 with 50% OFF All Prestashop Themes appeared first on Premium Prestashop Themes.

Welcome Hallowen 2017! 50% OFF All Prestashop Themes | Prestabrain

$
0
0

Halloween is coming. Let’s countdown timer for Halloween Festivals with Prestabrain Promotional Offers. It is a value chance for you to take our high-quality Themes on our site. Don’t miss it. So now, it is GREATE TIME to PURCHASE. Please check at our sale off program for this special Festival:

This promotion program is applied for:

  • Discount: Discount 50%
  • Object:
  • + All Prestashop Themes on Prestabrain
  • + Selected Prestashop Themes on Themeforest: Pts Boost, Pts Drop, Pts Montreal
  • Time: From Oct 11 to Oct 31, 2017
  • Coupon code: HALLO2017

Note: This coupon code is applied for Prestashop Themes on Prestabrain.

Hurry up! Get all Prestashops with a reasonable price to make your Halloween more special.

View Themes

Best regards,

 

The post Welcome Hallowen 2017! 50% OFF All Prestashop Themes | Prestabrain appeared first on Premium Prestashop Themes.

Best Fashion Prestashop Themes 2017 | Fast and Awesome Design with Page Builder

$
0
0

Fashion never become old. Fashion Store expand larger. Being first step to build an Online fashion Store, choose a suitable Theme for your store is very crucial. Because it makes your fashion store in an elegant showroommore to appeal to customers.

And now, it is the great time to check at our 20+ Best Fashion Prestashop Themes Collection. They are not only super fast and ease to use with Page Builder but also awesome designs.

1. Pts Swimwear

Swimwear is one of best Fashion Prestashop Themes. With this premade layout and demos, your website building is more simple. Moreover, this theme is very suitable with any Bikini store, Fashion Store, Underwear Store, and so on

Prestashop theme Live Demo

2. Pts Eveprest

Difference from Swimwear, Eveprest is a smart choice for Elegant Fashion Store. Your store can be display for Vest, Office Fashion, Jumpsuit.

Prestashop theme Live Demo

3. Pts Yew

Yew- a Sport Fashion Prestashop Themes- built perfectly for your sport fashion. You can show Shoes, Sneaker, sports goods, sports equipments, gym equipments, fitness equipments, cricket kit and all other sports.

Prestashop theme Live Demo

4. Blackstore

Next best Fashion Prestashop Theme is Blackstore. Design based only Black and White color, your Fashion Store becomes more mystery.

Prestashop theme Live Demo

5. BerryKid

Shop designer kidswear and clothing for children at Farfetch now. From a range of luxury designers and renowned labels.

Prestashop theme Live Demo

6. Pts Diana

Pts Diana is our Free Fashion Prestashop Themes for Fashion Store, Clothes Store, etc

Prestashop theme Live Demo

7. Pts Outdoor

Are you looking for a Store where solve for Travel things like that camping, trekking, or so on. Pls view at:

Prestashop theme Live Demo

8. Pts Cropshop

A creative Multiple Website Prestashop theme dedicated designed for Fashion & Sport website. It includes multiple layouts and styles for each page: 3 Home page layouts, multiple shop layouts, multiple header styles and number of CMS pages to build powerful eCommerce website.

Prestashop theme Live Demo

9. Happytime

Happy Time is a beautiful Wedding Prestashop theme for Wedding Fashion store with creative design and ultimate core features.

Prestashop theme Live Demo

10. Liftsupply

Liftsupply is one of best Prestashop for Fashion store. it is shown well Sport fashion. You can build your store to sell Shoes, Trekking Shoes, etc.

Prestashop theme Live Demo

11. Apshop

Apshop – Best Prestashop Theme For Baby Store, Bikini Store, Kitchen Store…

Prestashop theme Live Demo

12. Teencode

Teencode – a Boostrap Prestashop Theme for Fashion store, Bags store, Shoes store for Teenage, students, etc.

Prestashop theme Live Demo

13. Fasony

Responsive Prestashop 1.6 Theme For Fashion Store, Accessories store…

Prestashop theme Live Demo

14. Oshop

Coming with 04 Premade Homepages in Fashion Style, Oshop is a best choice for your Online Store such as Shoes, Handbags, Accessories, etc.

Prestashop theme Live Demo

15. Bluesport

Pts Bluesport is a best Responsive Sport Prestashop theme will help you build a dynamic store with gym store, surfing club, etc

Prestashop theme Live Demo

16. Pts Gentshop

The best responsive Prestashop theme for Fashion and any online business model

Prestashop theme Live Demo

17. Pts Pencil

Prestashop theme Live Demo

18. Pts Montreal

Pts Montreal – Best Prestashop 1.7 Fashion Theme is well-suited for Fashion Online, Accessories store, or any Ecommerce Store.

Prestashop theme Live Demo

19. Pts Boost

a Parallax Scrolling Single Product Theme-trending, popular and super Convenient Theme. It is special theme.

Prestashop theme Live Demo

20. Pts Drop

Pts Drop is displayed well for any Ecommerce store like Fashion Store, Accessories store

Prestashop theme Live Demo

These are OUR best 20+ FASHION PRESTASHOP THEMES with beautiful Superb Quick and Smooth Templates on Prestabrain. We hope that this blog will help you choose a or tons of Prestashop Themes for your store. If you are looking for a reasonable themes, please take part in our Prestashop Membership with only $86

PRESTASHOP THEME CLUB $86

The post Best Fashion Prestashop Themes 2017 | Fast and Awesome Design with Page Builder appeared first on Premium Prestashop Themes.


Top 10+ Best Free Prestashop Themes | Free and Ease to Use Template Website Design

$
0
0

Choose a suitable Prestashop for your store is not an easy task. Let’s follow us to explore our Top 10+ Hot Free Prestashop Themes

1. Pts Diana

One of Best Free Prestashop 1.7 & 1.6 Themes 2017  – Pts Diana- helps you build a Fashion Store, and any Online Store. It comes with unlimited Customization, ease to create content and edit it.

Live Demo Prestashop theme

2. Pts Basic

Basic is the second Free Fashion Prestashop Theme on Prestabrain. It is compatible with version Prestashop 1.7. Users can use this theme to build any Online Store such as Fashion for Men or Women.

Live Demo Prestashop theme

3. LEO Trump

Leo TRUMP is compatible with latest version 1.7.2.2, Prestashop 1.7. This Free Food Prestashop Theme is totally FREE and ensure customers have  a greatest experience for your store. Moreover,  it is applicable for any e-commerce store, and perfectly suitable for Food store, Drink store, or Accessories store.

Live Demo Prestashop theme

5. Leo Gamegear Theme

Coming with full-width slider layer, the Leo Game Gear theme allows you advertise your Promotion Campaign, New Arrivals at center stage Website. By installing this theme, your store can be displayed for many different brands.  Users can easily choose color with some simple CSS tweaks and 3 skins colors, etc.

Live Demo Prestashop theme

6. Book Hangover

Are you looking for a Free Prestashop for Bookstore Website? Book Hangover is for you. This Free Prestashop Bookstore theme can be books, music, cars, tools, sport, fashion or even beauty online shop.

Live Demo Prestashop theme

7. Prestige

Take a look at this beautifully made PrestaShop sample theme, which has a few enhancements which make it enjoyable to both website owners and online shoppers.

fashionstore

Live Demo Prestashop theme

8. Free Amelia

Free Ap Amelia Prestashop version 1.7.2.1 is super responsive, perfect display in any screen sizes such as Desktop, Macbook, Laptop, etc. The Free Prestashop theme 1.7 is powered up by latest technologies, including Bootstrap 3, SASS, HTML5/CSS3, Font Awesome.

Live Demo Prestashop theme

9. Wheels & Tires

Tailored to suit the needs of cars, industrial, architecture, interior, sport, fashion stores, Free Prestashop Wheels & Tires is your smart choice. Using this cutting-edge design techniques, in-depth documentation, you can customize any things on this theme to close your desire.

Live Demo Prestashop theme

We hope that our collection of TOP Best Free Prestashop Theme in version 1.6 & 1.7 help you build Your Online Store in minutes and most saving-cost way.

Related Post:

The post Top 10+ Best Free Prestashop Themes | Free and Ease to Use Template Website Design appeared first on Premium Prestashop Themes.

Best 50+ Prestashop Themes 1.6 & 1.7 | Free & Premium Themes 2017

$
0
0

There is an undeniable thing that in mobile era and cutting-edge are an essential criterian to affect customers choices. Hence, choose a suitable Prestashop Theme is not an easy tasks.

Now, follow us to discover our nice collection of 50+ Best Free & Premium Prestashop Themes for your Online Store. We will help you:

  • We offer this collection of best Prestashop Themes comes with Multiple Designs, Attractive Demos which are very suitable with any Online Store such as Fashion Online Store, Furniture Store, Beauty Salon, etc
  • Super responsive and nice experience on any devices
  • Ease to download and install, simple usages, unlimited customization
  • Update to latest version in version 1.6 & 1.7. It allow you customize any part of your Website: Header, Content, Footer, Design, etc.
  • Integrated a series of Power Modules such as Page Builder, Mega Menu, Blog, etc, they are the best tools for Prestashop Editor, and Website Creator

Now, let’s spend your time on discovering Our Nice Collection of Best Prestashop Themes 2017. We make sure that you will choose suitable design from these Designs for your ownstore.

1. Pts Bluesport – Sport Fashion Prestashop Theme

Responsive Prestashop Theme For Sport Clothes, Sport Equipment…

bluesport

Live Demo Prestashop theme

2. Pts Arden – Best Prestashop Drink Theme

Are you fan of Food and Beverage with eye-catching Food and Beer or Wine Image? Don’t waste your time any more for searching. Pts Arden is your smart choice. I sure that you will be surprised and satisfied of amazing useful Fuctionalities.

best prestashop theme food store

Live Demo Prestashop theme

3. Pts Strollik – Prestashop Single Product Theme

Pts Strollik is compatible with both Prestashop 1.6 & 1.7. It is best-selling Prestashop Single Product Theme. By installing this theme, you can update content, Product Image, Layout for your store in minutes.

strollik - prestashop single product theme 1.6 & 1.7

Live Demo Prestashop theme

4. Pts Diana

Diana – one of our best Free Prestashop Themes 2017. By this theme, you can install for Fashion Store, and any Online Store.

diana

Live Demo Prestashop theme

5. Pts Imart – Responsive Prestashop Themes

Pts Imart – superb Responsive Prestashop Theme For Watches Store, Laptop Store,…

imart

Live Demo Prestashop theme

6. Pts Foliage – Prestashop Theme 1.6 & 1.7 for Furniture

Same to our Theme in this Blog, Foliage is also a mobile prestashop theme. Customers will experience wonderful shopping on mobile. From menu, images, column, description will be scaled as well on that. Customers can search and view you store anywhere just via mobile.

foliage prestashop furniture theme

Live Demo Prestashop theme

7. Pts Boost – Prestashop Parallax Theme for single product

As you know, animation absolutely affects on your site attraction. Nice design, exciting animation, good content will make your site more excellent. As a result, we sure that our pts Boost Prestashop Parallax Theme will satify your desire. Your store can be focus on display for single product with nice animation. So amazing!

boost

Live Demo Prestashop theme

8. Pts Gemme – Prestashop Jewelry Theme

Online Store becomes more popular. So Jewelry Store is counted. This best Prestashop Theme 1.7 for Jewelry Store allows you build Amazing Store with available Luxury Gemme Images, Neck lace, etc.

gemme best prestashop jewelry theme

Live Demo Prestashop theme

9. Pts Natural – Best Prestashop Food Theme

Built and displayed in Block Builder, pts Natural is a best tool to create a stunning Website with Eye-catching Food images. If you are looking for a best Prestashop Theme for your Food Store, don’t miss this chance. Pts Natural is for you.

prestashop food theme

Live Demo Prestashop theme

10. Pts Swimwear – Best Prestashop Bikini Store Theme

Oh yeah, Fashion Bikini or Swimwear always exist with Elegant Fashion. With only pts Swimwear- a best Prestashop Theme for Swimwear Store, you totally can create your store with ease.

swimwear- prestashop swimwear theme

Live Demo Prestashop theme

11. Pts Blackstore – Fashion Store Prestashop Theme

This best Prestashop 1.7 theme is very displayed well for Fashion, Handbags Website with professional Design and Advanced features.

blackstore back & white fashion prestashop theme

Live Demo Prestashop theme

12. Pts Allegro

One of the best Electronic Prestashop Theme we can not miss is that Pts Allegro Theme. Thanks to building on Boostrap and Prestashop Framework, it is super responsive on any devices and being the best Prestashop Bootstrap Theme.

allegro prestashop electronic theme

Live Demo Prestashop theme

13. Pts Drop – Prestashop Beauty Theme

Pts Drop is a best Prestashop Theme 1.7 on Themeforest. This beauty Theme helps you build a perfect store in beauty Salon, Comestic, so on.

drop

Live Demo Prestashop theme

14. Pts Flower – Best Flower Prestashop Theme

With available 03 designs in Flower Store, fresh color, pts Flower will be smart choice for your Flower Online Store or Plant store.

best prestashop flower theme

Live Demo Prestashop theme

15. Pts Montreal – best Prestashop Fashion Store

Pts Montreal – is super Responsive Prestashop Fashion Theme. It’s displayed well on any Devices such as Mobile, Laptop, Desktop, Macbook, etc.

montreal-best prestashop fashion store theme

Live Demo Prestashop theme

16. Pts Bestfriend – Prestashop Pet Theme

Many years ago, Dog & Cat & Hamster, etc already loyalty friends for people. If you love Pet, you want to inspire your passion to others, you can display all lovely Pet Images or Food, Healcare for Pet which other know and will purchase Pet to feed up. Let’s discover pts Bestfriend now.

bestfriend prestashop pet theme

Live Demo Prestashop theme

17. Pts Flipcart – Prestashop Supermarket Theme

Allow to displayed a lot of your product on store. They are Clothes, Electronic, Food and Beverage, Houseware, etc.

flipcart prestashop supermarket theme

Live Demo Prestashop theme

18. Pts Vipshop – Prestashop Digital Theme

One of the best Prestashop for Digital Store, Electronic Theme, etc. Even for any Online Store, you can change Image, Content to customize for your store.

vipshop

Live Demo Prestashop theme

19. Pts Outdoor – Prestashop Travel Theme

A clean theme with modern layouts and rich functionalities to create a store selling all types of goods. It can be exterior, interior furniture, sport, music, gifts, campping, etc

outdoor

Live Demo Prestashop theme

20. Pts Rubick – Prestashop Mulit-purpose Theme

Are you looking for a Prestashop Theme with multiple Homepages? Please take your time on exploring pts Rubick – best Prestashop Multiple Purpose Theme. With 04 premade Demos in Mega Shop, Decor Shop, Furniture Shop, Digital Shop. Even, this Prestashop Theme Customization allows to modify endless your creativities in order to make different for your store.

rubick

Live Demo Prestashop theme

21. Pts Amishop – Prestashop Theme Builder with Page Builder

Thanks to integrating of Prestashop Page Builder, pts Amishop is a best Prestashop Theme Builder. Only 1 Amishop with $70, you can build your store with ease. You not only can build content, images, layout with ease. That’s convenient, itn’t it?

amishop

Live Demo Prestashop theme

22. Pts Moon – Prestashop Glasses Theme 1.7

Pts Moon is the best Prestashop Glasses Theme 1.7. By installing this theme, you can display mulitple your glasses with Full-width Slider and Ease to create Block Builder for your store content.

moon

Live Demo Prestashop theme

23. Pts Owenstore – Fashion Online Prestashop Theme

Also being a Prestashop 1.7 for Fashion Store, Pts Owen – name same Owen Fashion for Men. With bright background color and flexible layouts, powered Modules will help you build rich content for your Fashion Store.

owenstore

Live Demo Prestashop theme

24. Pts Adela

Pts Adela – Truly clean and creative all-in-one Prestashop theme comes with amazing 10 unique demos with different layouts and design concept.

adela

Live Demo Prestashop theme

25. Pts Golmart

Built with the best Prestashop Drag and Drop Page Builder with 50 widgets integration, typos and short code to build content for your store. It ‘s super flexible responsive Prestashop theme for Fashion, Digital, Sport store.

goldmart

Live Demo Prestashop theme

26. Pts Braveshop

Fully Responsive Optimization to make your store look good and well performed in all devices. The super customizable slideshow with 100+ animation and amazing design will make your site eye-catching.

brave

Live Demo Prestashop theme

27. Pts Janustore

Pts Janus – Multiple Website Prestashop Theme with modern styles in Fashion, Furniture, Cosmetics or even a Hitech store, the demo says it all.

janus

Live Demo Prestashop theme

28. Pts Cropshop

Popular in neat and dynamic Design in Sport and Fashion. This Cropshop Theme will be a smart choice to build a perfect Website in Fashion Sport Theme.

cropshop

Live Demo Prestashop theme

29. Pts Happy Time – Prestashop Wedding Theme

Are you looking for a studio for Wedding Dress, Wedding Photo, Wedding Service? Come with us. Pts Happy Time helps you build your Studio more interesting. You can show your Wedding dress type, Wedding Service, … with ease.

wedding1

Live Demo Prestashop theme

30. Pts Lift Supply – Prestashop 1.6 for Sport Fashion

Pts Lift Supply – a best Prestashop Theme for Sport Fashion Store. Your store only focus to sell your exclusive product. Shop for 1 product. You can show all entire aspects of your product to persuade customers purchase your product. So the sale also be boosted significantly.

liftsupply

Live Demo Prestashop theme

31. Pts Teencode – Teen Fashion Prestashop Theme

Pts Teencode – a Boostrap Prestashop Theme for Fashion store, Bags store, Shoes store.. This prestashop Theme allows you to build a perfect Online Store for Teenager, etc

teencode

Live Demo Prestashop theme

32. Pts Nomi – Marketplace Prestashop Theme 1.6

Pts Nomi will help you build a marketplace store with this marketplace prestashop theme 1.6. Customers can find their products with multiple product such as beauty salon, technical machine, eletronics, clothes, etc

nomi

Live Demo Prestashop theme

33. Pts CareStore

Pts Care is a perfect Prestashop theme for Beauty, Cosmetics, Hair salon, etc. The theme comes with super flexible layout system that is powered with the best Drag and Drop Page Builder to build layouts in some simple clicks.

carestore

Live Demo Prestashop theme

34. Pts Newfashionstore

Pts Newfashion Store is built with the best Prestashop Drag and Drop Page Builder to help you build layouts in some simple clicks.  With available approximated r 50 widget types, typos and short code to build any content for your site without help from 3rd extension.

newfashionstore

Live Demo Prestashop theme

35. Pts Mixstore

mixstore

Live Demo Prestashop theme

36. Pts Stationery

stationery

Live Demo Prestashop theme

37. Pts MaxxShop

This great Prestashop 1.6 Template is extremely suitable for Handmade Store, Fashion products Shop, Hightech Store, Gift Shop, Electronics shop and all kinds of marketplace business that needs a feature rich and beautiful presence online.

maxx

Live Demo Prestashop theme

38. Pts Homestore – Houseware Prestashop Theme

Homestore – powerful responsive Prestashop Theme for Houseware Store, Decorated Furniture, Home Decor with multiple Layout design to build any advanced features for any E-Commerce Store

homestore

Live Demo Prestashop theme

39. Pts Flashshop – Electronics Store Prestashop Theme

flashshop

Live Demo Prestashop theme

40. Pts Sefaso

Pts Sefaso is easy to customize with intuitive theme control panel that includes all necessary built-in options and tools: megamenu builder, layout management, theme setting, compression, etc

sefaso

Live Demo Prestashop theme

41. Pts Fastbuy

05+ Premade Homepage will be your smart choices with multiple store. Your store will be displayed for Marketplace, Pet Food, Cleanin, Chocolates, etc.

fastbuy2

Live Demo Prestashop theme

42. Pts Kitchen

Pts Kitchen is advanced responsive Kitchen Supplies Store PrestaShop Theme comes with creative design (5 unique demos, lots of built-in widgets) and advanced features.

kitchen1

Live Demo Prestashop theme

43. Pts Fshow

Being built with latest web technologies: Bootstrap 3, SASS, Font Awesome, HTML5, CSS3. Pts Fshow is easy to customize, it has own intuitive theme control panel with all necessary built-in options and tools: megamenu builder, live theme editor, layout management, theme setting, compression, etc for Shoes store, Watch Store, Glasses, Bags Store.

fshow

Live Demo Prestashop theme

44. Pts Taima

Multi purposes responsive Prestashop theme for Digital, Electronics, etc, Pts Taima comes with creative, modern and professional design. The theme is fully responsive based on Bootstrap 3.

taima

Live Demo Prestashop theme

45. Pts Megashop

Best multi-purpose responsive Prestashop theme for Fashion, Digital, Food, Restaurant.

megashop

Live Demo Prestashop theme

46. Pts GentShop

A Prestashop responsive theme support multi – store. If you are a merchant who is in business for lots of areas, Pts Gentshop is the right choice because you can manage unlimited number of sub shops from the same back – office.

gentshop

Live Demo Prestashop theme

47. Pts NextStore

Pts NextStore is a Responsive Prestashop 1.6 Template suitable for Hightech products Shop, Computer Store, Gift Shop, Electronics shop, Fashion and all kinds of marketplace business that needs a feature rich and beautiful presence online.

nextstore

Live Demo Prestashop theme

48. New Shopping

newshoping

Live Demo Prestashop theme

49. Pts Undu (Coming soon)

05+ Stunning Premade Homepage layout styles, which you can customize endlessly for furniture shop theme, interior stores.

undu

Live Demo Prestashop theme

50. Pts Arthome – Best Prestashop Furniture Theme

Furniture is hard to display. In order to showing off all your sofa, decorarted Lighten, etc in neat layouts, Arthome help you display your store more interesting.

arthome-furniture prestashop theme

Live Demo Prestashop theme

We hope that our collections with 50+ Best Free & Premium Prestashop Themes will help you well. If you are looking for a package Prestashop Theme with reasonable price, please take part in Prestashop Theme Club with only $86 to get all 50+ High-quality Themes

Related Post:

Related Post:

The post Best 50+ Prestashop Themes 1.6 & 1.7 | Free & Premium Themes 2017 appeared first on Premium Prestashop Themes.

5+ Best Prestashop Themes Beauty 2017

$
0
0

Today, we are going to introduce you 5+ Best Prestashop Themes Beauty released in 2017. Let’s follow us to find the suitable theme for your store.

1. Pts Havina | $65

The first one in Prestashop Themes Beauty 2017 is Pts Havina. This theme is suitable with any Ecommerce Store like Beauty Salon, Skin Care, Health Care, Cosmetics…Besides, Pts Aveda comes with tons of beautiful design layouts which vast space for product detail such as image, description, Video. This premium theme also includes a couple of advanced features such as powerful element builder with a dynamic mega menu and attractive natural cosmetic home pages.

Pts Havina

Live Demo Prestashop theme

2. Pts Gemme | $65

Pts Gemme is also one of the best choice if you are going to own an online store of beauty and jewelry. This theme comes with Luxury, Simple Layouts, Ease to Use and Customize Prestashop Jewelry Theme 1.7.

In addition, this theme is optimized for Search Engine and RTL Languages & Multilingual. So customers can understand more about products. And push more interesting experience.

pts gemme

Live Demo Prestashop theme

3. Pts Sefaso | $65

The third one in the list of Best Prestashop Themes Beauty released in 2017 is Pts Sefaso which is powerful Multi-purpose responsive Prestashop theme with creative design and advanced ultimate features to help you build stunning E-Shop for Beauty, Fashion, Digital and Sport. Moreover, the beautiful, clean, minium design concept will help represent your products in smartest ways.

pts sefaso

Live Demo Prestashop theme

4. Pts Fshow | $65

Another theme in 5+ Best Prestashop themes Beauty 2017 is Pts Fshow, an advanced responsive Prestashop coming with 4 unique demo concepts. The theme is fully responsive based on Bootstrap 3 and built with the best Prestashop Drag and Drop Page Builder to save you lots of time for content building.

Also, The Prestashop theme supports multiple menu systems: Megamenu, Off-canvas menu. Moreover, the theme is built with latest web technologies: Bootstrap 3, SASS, Font Awesome, HTML5, CSS3. Therefore, Pts Fshow is easy to customize.

pts fshow

Live Demo Prestashop theme

5. Pts Drop | $70

Last but not least, Leo Bon Appetit is a Prestashop 1.7 theme with 6 homepages, each homepage has its own characteristics. With an attractive design, Leo Bon Appetit is suitable for diversified commodities, such as for Food store, beverage store, spa, beauty and restaurant service store.

Furthermore, Built on the best Prestashop Framework and Ap Page Builder module, Leo Bon Appetit with fantastic features like Aniamation, Owl Carousel, and Swipe surely bring web-browsers a smooth sense.

pts drop beauty prestashop 1.7 themes

Live Demo Prestashop theme

Above is Top 5+ Best Prestashop Themes Beauty are released in 2017, we will continue to update more awesome themes. Hopefully, this blog is helpful for you to choice the best theme for your store.

Related Post:

 

The post 5+ Best Prestashop Themes Beauty 2017 appeared first on Premium Prestashop Themes.

Mega Sale Black Friday & Cyber Monday | Get 50% OFF All Prestashop Themes

$
0
0

Black Friday & Cyber Monday is the biggest sale in annual. It takes place on everywhere on the world. Follow us to Get Biggest Promotional Offers with 50% Discount All Prestashop Themes on Prestabrain. It is a value chance for you to take our high-quality Themes on our site. Don’t miss it.

This promotion program is applied for:

  • Discount: Discount 50%
  • Object:
  • + All Prestashop Themes on Prestabrain
  • Time: From Nov 20 to Nov 27, 2017
  • Coupon code: BLF2017

Hurry up! JOINT IN THE BIGGEST SALE to get VALUE PRODUCTS

View Themes

Best regards,

The post Mega Sale Black Friday & Cyber Monday | Get 50% OFF All Prestashop Themes appeared first on Premium Prestashop Themes.

Merry Christmas 2017! Get 50% OFF for All Prestashop Themes | Prestabrain

$
0
0

Merry Christmas 2017!

Enjoy your Feast with all your family members. It is not only a best chance to reunite your beloved family members and bless Goodness, but also is a the biggest sale in annual. Follow us to Get Biggest Promotional Offers with 50% Discount All Prestashop Themes on Prestabrain. It is a value chance for you to take our high-quality Themes on our site. Don’t miss it.

This promotion program is applied for:

  • Discount: Discount 50%
  • Object:
  • + All Prestashop Themes on Prestabrain
  • Time: From Dec 20 to Dec 25, 2017
  • Coupon code: CHRISTMAS2017

Hurry up! JOINT IN THE BIGGEST SALE to get VALUE PRODUCTS

View Themes

Best regards,

The post Merry Christmas 2017! Get 50% OFF for All Prestashop Themes | Prestabrain appeared first on Premium Prestashop Themes.

Viewing all 41 articles
Browse latest View live