PEEL SHOPPING on cloud

1-click AWS Deployment    1-click Azure Deployment

Overview

PEEL SHOPPING, the free open source solution of PEEL currently in version 9. You can download and install it on any server PHP / MySQL. This offer allows you to make a safety ecommerce store on any web hosting space. With PEEL SHOPPING, one can put  products online 24/24h with a complete administration interface, simple to useand completely free. It can also use the following account to access to the administration of this website: 

– Login: demo@peel.fr
– Password: demo 

PEEL Shopping cart is an eCommerce shopping cart platform written in PHP. It has a simple to use administrative interface and you can easily create and maintain your own online store. In this tutorial, we will focus on installing PEEL shopping on an Ubuntu Cloud with Apache, PHP and MySQL

Log in to your Ubuntu virtual server via SSH as user root

ssh root@IP_Adress

Before proceeding any further, start a screen session by executing the following command:

screen -U -S peel

Install some packages that are needed for the PEEL shopping installation

apt-get install wget unzip

And make sure that all packages installed on your server are up to date

apt-get update && apt-get upgrade

Next, we will install Apache web server

apt-get install apache2

Start the web server and enable it to automatically start on server reboot

systemctl start apache2
systemctl enable apache2

PEEL shopping requires an empty database, so we need to install a database server too. Run the following command to install MySQL

apt-get install mysql-server

During the installation, you will be prompted to set a password for the MySQL ‘root’ user.

Start the MySQL database server and enable it to start at boot time

systemctl start mysql
systemctl enable mysql

After the MySQL database server is installed, login as user root and create new MySQL user and database for PEEL shopping

mysql -u root -p

CREATE DATABASE peel;
CREATE USER 'peeluser'@'localhost' IDENTIFIED BY 'PASSWORD';
GRANT ALL PRIVILEGES ON `peel`.* TO 'peeluser'@'localhost';
FLUSH PRIVILEGES;
exit

PEEL shopping is a PHP based application so we need to install PHP and few PHP modules required by the application.

apt-get install php php-mysql libapache2-mod-php php-mcrypt php-simplexml php-mbstring php-curl php-gd

Go to PEEL’s official website and download the latest stable release of the shopping card to your server. At the time of writing this article, it is version 8.0.4

wget http://downloads.sourceforge.net/project/peel-shopping/peel-shopping-8-0-4.zip

Unpack the downloaded zip archive to the document root directory on your server:

unzip peel-shopping-8-0-4.zip -d /var/www/html

All files will be extracted to a new ‘peel-shopping_8_0_4’ directory. Rename it to something simpler.

mv /var/www/html/peel-shopping_8_0_4 /var/www/html/peel

Change the ownership of all files under the ‘peel’ directory

chown -R www-data:www-data /var/www/html/peel

Now we will create a virtual host directive for the domain name. Create a new configuration file with the following content

vi /etc/apache2/sites-available/peel.conf

<VirtualHost *:80>
ServerAdmin webmaster@yourdomain.com
DocumentRoot "/var/www/html/peel/"
ServerName yourdomain.com
ServerAlias www.yourdomain.com
ErrorLog "/var/log/apache2/yourdomain.com-error_log"
CustomLog "/var/log/apache2/yourdomain.com-access_log" combined

<Directory "/var/www/html/peel/">
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

Don’t forget to replace yourdomain.com with your actual domain, save and close the file.

Enable the configuration file

a2ensite peel

Restart Apache for the changes to take effect:

service apache2 reload

Once the Apache virtual host is created you can open your favorite web browser, access PEEL shopping at http://yourdomain.com and follow the on-screen instructions to complete the installation.

Of course you don’t have to do any of this if you use one of our Linux Cloud Hosting services, in which case you can simply ask our expert Linux admins to install PEEL shopping for you. They are available 24×7 and will take care of your request immediately.

PEEL SHOPPING Android IOS Native Ecommerce Mobile Application 

Reference: PEEL SHOPPING 

Condition: New product 

Rapid PEEL SHOPPING E-commerce mobile app development platform
Nowadays, every business is choosing to build beautifully designed E-commerce mobile app that helps to boost up the sales. Since mobile apps significantly impact your business affluence. AppSARA mobile app created for manufacturers, wholesalers, dealer, retailer, exporter, to create own branded mobile app. 

 Native PEEL SHOPPING App
Because a native app is built for use on a particular device and its OS, it has the ability to use device-specific hardware and software. Native apps can provide optimized performance and take advantage of the latest technology 

Next Day Delivery
APPSARA is a very powerful platform to build enterprise or e-commerce mobile app without coding or designing. Our framework allows businesses to develop mobile apps in a matter of hours to build a stronger brand, enhanced customer loyalty. 

Fully Customisable
Build Customized PEEL SHOPPING Mobile App With Exhaustive eCommerce Features. (customisable charged extra) 

No need of Other Server 
APPSARA PEEL SHOPPING App works on the same server where your website hosted and use the same image of your website that saves your server cost and sync efforts. 

Push Notification
Send instant Push notifications to your customers, anytime you want using your free firebase account. 

Play Store Ready
Our Policies are designed to ensure that the App Remains a trusted resource for Google you can upload the app to your own play store. 

White labelled PEEL SHOPPING App
white labelled app. you can create the mobile app for your clients and sell it at your price. 

0 Development Cost
Our framework enabled you to create a beautiful mobile app in a day for you. 

 

PEEL SHOPPING Android IOS Native Admin Mobile Application For Store Owner 

Reference:PEEL SHOPPING 

Condition:New product 

PEEL SHOPPING IOS Native Admin mobile app
APPSARA PEEL SHOPPING Mobile admin APP is a real-time PEEL SHOPPING Mobile Dashboard and Admin App for Android and iOS Phones, Tablets and iPad. The APP is developed for PEEL SHOPPING store admins to manage orders, view orders and get customer details on the go. APP seamlessly interacts with PEEL SHOPPING store to manage without opening admin Panel. 

 APPSARA PEEL SHOPPING Admin is a secured Android & iOS App that allows the owner to get connected with Store always 

PEEL SHOPPING Admin is an PEEL SHOPPING Store Manager Mobile Application that helps you to manage your PEEL SHOPPING Store backend from your mobile. Now you can manage orders, get customer details and sales reports, manage customer reviews, get notifications of important events do much more use PEEL SHOPPING Mobile App 

Customer.
New Customer Registered 
Customer Details
Customer Address Details 

Order
New Customer Order
Order Details
Item Details 

the store owner can now remain connected with their store through their mobile. Keep track of the order details of your store from anywhere at any time! 

 PEEL SHOPPING Android IOS Native CRM Mobile Application For Store Owner 

 PEEL SHOPPING Android IOS Native Delivery Man Mobile Application For Store Owner 

PEEL SHOPPING is a free ecommerce CMS in PHP / MySQL, that is to say a modern and safety management tool that lets you manage your product catalog, the text on your website and everything else from a single, simple and efficient administrative interface. 

 -PEEL SHOPPING is a free e-commerce CMS in PHP / MySQL, that is to say a modern and safety management tool that lets you manage your product catalog, the text on your website and everything else from a single, simple and efficient administrative interface.PEEL SHOPPING is released under the GENERAL PUBLIC LICENSE.

Features

The features ofPEEL SHOPPING 9 :

  • General Features: – Interface Administrator to manage secure all aspects of the online shop
    – Content Management System built (admin)
    – Management of multiple VAT rates
    – Virtual Caddie allows visitors to add or remove products from their cart
    – Management of multiple text boxes manageable home page and other areas of the site
    – Management of banner ads (multiple locations)
    – Ability to manage the Google Adsense banners
    – Content Management Module (unlimited number of pages)
    – Search engine
    – Module for generating promotional codes and value in%
    – Managing promotions (discounts by product or category, coupon codes, flash sales)
    – Promotions by brand
    – Ability to easily integrate Google Analythics the tag in the back office
    – Ability to manage the location of the modules from the back office
    – Viewing the security level of password in the registration form
    – Ability to utiliserles types of secure payment Paypal and Moneybookers / Skrill
    – Ability to enable the module Butterflies to communicate directly with its customers and improve its conversion rate
    – Explanations on the functioning of integrated back-office
    – Attribute to prevent the director of a user registration
    – Ability to allow registrants to fill in a field: “how did they know us?”
    – Cleaning Tool directory thumbs
    – Integrated management for the design and sending its newsletters
    – Managing models via email administration
    – Display a popup when additions to the product basket
    – Possibility to have a graphic animation when adding a product to cart
    – Ability to import and export its catalog. Csv format
    – Ability to export a list of its users. Csv format
    – Ability to update exchange rates with Google, Oanda and XE
    – Possibility to choose between HTML editors including FCKEditor 4 to manage the contents of the site (product pages “windows” or areas html customizable)
    – Possibility to have a “Glossary”
    – Possibility to suspend the site via the administrationProduct Management: – Updating real-time product
    – Unlimited number of products
    – Number of categories and subcategories Unlimited
    – Viewing of the sale price of a product (as well as the sale price and flash reseller price) in HT or TTC depending on the configuration of the store
    – Possibility to place the categories and products from the back office
    – Ability to disable a product without deleting the profile
    – Choice between several system zooms highlighting the picture of your products
    – Management attributes “color” and “size” for product info
    – Management of the display of images produced by color
    – Ability to create any number of other attributes “options”
    – Ability to customize products with specific attributes (text / uploaded file)
    – Possibility to choose the display attributes for radio button or menu select
    – Possibility to display the price per kilo or liter
    – Opportunity to showcase products on the home page of the site
    – Management of the environmental tax
    – Management of a brand / product
    – Search by brand
    – Management of discounts / product
    – Ability to manage its discount in% or €
    – Possibility of multiple pictures per product
    – Display of recently visited products
    – Promotion of products through the modules “Best sellers” and “Headlines”
    – Possibile to make cross-selling
    – Possibility to replace the prize by the inclusion of quotations in the data sheets
    – Entry of a notice for a product from the site administration
    – To allow an administrator to view a product, category, article, section off
    – Ability to embed videos in Youtube or Dailymotion Product Pages
    – Ability to manage tabs Product Pages
    – Possibility to choose between three types of zoom (jQZoom, cloud zoom and lightbox) for product info
    – Ability to present different images depending on the choice of colors

    Management charges: 

    – Ability to have multiple type of shipment (Colissimo built by default)
    – Ability to offer shipping to customers
    – Calculation of shipping based on weight or the total amount of the order
    – Calculation of shipping depending on delivery area
    – Calculation of shipping depending on the type of delivery (nb Unlimited)
    – Ability to exempt shipping when ordering over N products

    Order Management: 

    – Warning order confirmation email and the customer
    – Ability for the customer to follow an order via colissimo
    – Saving accounts receivable and opportunity for consultation on each sheet
    – Detailed overview of customer orders per customer
    – Issue invoices and delivery notes in PDF format
    – Can the customer to find his orders from their account
    – Can the vendor to change the terms of sale
    – Ability to offer its customers partial payments
    – Ability to view the PDF invoices from the order history
    – Ability to set a minimum order required. 

  • Installation Peel Shopping an Ubuntu Cloud with Apache, PHP and MySQL 

PEEL Shopping cart is an eCommerce shopping cart platform written in PHP. It has a simple to use administrative interface and you can easily create and maintain your own online store. Here  we will focus on installing PEEL shopping on an Ubuntu Cloud with Apache, PHP and MySQL.

Major Features of PEEL SHOPPING

  • Interface Administrator to manage secure all aspects of the online shop.
  • Ability to manage the location of the modules from the back office.
  • Management of multiple VAT rates.
  • Virtual Caddie allows visitors to add or remove products from their cart.
  • Management of multiple text boxes manageable home page and other areas of the site.
  • Management of banner ads (multiple locations)
  • Ability to manage the Google Adsense banners.
  • Content Management Module (unlimited number of pages)
  • Module for generating promotional codes and value in %
  • Ability to easily integrate Google Analythics the tag in the back office.

Product Management:

  • Updating real-time product.
  • Unlimited number of products.
  • Number of categories and subcategories Unlimited.
  • Possibility to place the categories and products from the back office.
  • Ability to disable a product without deleting the profile.
  • Choice between several system zooms highlighting the picture of your products.
  • Management attributes “color” and “size” for product info.
  • Management of the display of images produced by color.
  • Ability to create any number of other attributes “options”.
  • Opportunity to showcase products on the home page of the site.

Management charges:

  • Ability to have multiple type of shipment.
  • Ability to offer shipping to customers.
  • Calculation of shipping based on weight or the total amount of the order.
  • Calculation of shipping depending on delivery area.
  • Calculation of shipping depending on the type of delivery.
  • Ability to exempt shipping when ordering over N products.
  • Warning order confirmation email and the customer.
  • Ability for the customer to follow an order via colissimo.
  • Saving accounts receivable and opportunity for consultation on each sheet.
  • Detailed overview of customer orders per customer.
  • Issue invoices and delivery notes in PDF format.
  • Can the customer to find his orders from their account.
  • Can the vendor to change the terms of sale.
  • Ability to offer its customers partial payments.
  • Ability to view the PDF invoices from the order history.
  • Ability to set a minimum order required.

 

 

PEEL SHOPPING on cloud

Related Posts