documentation theme rosepassion index

Transcription

documentation theme rosepassion index
DOCUMENTATION THEME ROSEPASSION
THEME CREE PAR PRESTACREA
INDEX :
DOCUMENTATION - FRANCAIS ....................................................................................... 2
INSTALLATION ...................................................................................................................................... 2
Installation automatique ............................................................................................................... 2
Installation manuelle..................................................................................................................... 2
Gestion des colonnes Prestashop 1.5 .......................................................................................... 2
CONFIGURATION ................................................................................................................................. 3
Configuration générale ................................................................................................................. 3
Configuration des images ............................................................................................................. 3
Configuration des modules........................................................................................................... 4
LICENCE ET COPYRIGHT .................................................................................................................... 5
SUPPORT TECHNIQUE ET MISES A JOUR ........................................................................................ 5
CONDITIONS GENERALES DE VENTE ET D'UTILISATION ............................................................... 5
DOCUMENTATION - ENGLISH ......................................................................................... 6
INSTALLATION ...................................................................................................................................... 6
Automatic installation ................................................................................................................... 6
Manual installation........................................................................................................................ 6
Columns management Prestashop 1.5 ........................................................................................ 6
CONFIGURATION ................................................................................................................................. 7
General configuration ................................................................................................................... 7
Images configuration .................................................................................................................... 7
Modules configuration .................................................................................................................. 8
LICENSE AND COPYRIGHT ................................................................................................................. 9
TECHNICAL SUPPORT AND UPDATES .............................................................................................. 9
TERMS OF SALE AND USE .................................................................................................................. 9
Page 1
DOCUMENTATION - FRANCAIS
INSTALLATION
Installation automatique
Vous devez utiliser le module Prestashop themeinstallator.
IMPORTANT : Pour procéder à l'installation automatique sur Prestashop 1.4, vous devez préalablement
dézipper l'archive ZIP du thème et remplacer le fichier Config.xml par le fichier Config.xml qui se trouve
dans le dossier doc. Rezippez ensuite l'archive comme à l'origine et procédez à l'installation automatique.
Rendez-vous dans votre back-office dans l’onglet Modules >> Administration et cliquez sur Configurer
dans les options du module.
Importez l’archive ZIP du thème en utilisant les options d’importation du module puis sélectionnez les options
d’installation proposées par défaut par le module.
Une fois l’opération finie, un message de confirmation s’affiche, cliquez alors sur Terminer en bas de page.
Rendez-vous dans l’onglet Préférences >> Apparence (1.4) ou Thèmes (1.5) et activez le thème.
Installation manuelle
Dézippez l’archive ZIP du thème et rendez-vous dans votre client FTP (ex : Filezilla...).
Transférez le contenu du dossier modules dans le dossier modules de votre boutique et transférez le
contenu du dossier themes dans le dossier themes de votre boutique.
Il n'est pas nécessaire de transférer les autres dossiers et fichiers.
Rendez-vous dans votre back-office dans l’onglet Préférences >> Apparence (1.4) ou Thèmes (1.5) et
activez le thème.
Rendez-vous dans l’onglet Modules et installez les modules Categories Top Menu et Footer Custom.
Gestion des colonnes Prestashop 1.5
Dans la version 1.5 de Prestashop, les colonnes sont gérées par les controllers sur certaines pages de la
boutique, ce qui perturbe le design du thème. Afin d'empêcher la gestion des colonnes par les controllers,
ouvrez le fichier classes >> controller >> FrontController.php de votre boutique.
Remplacez les lignes :
'HOOK_LEFT_COLUMN' => ($this->display_column_left ? Hook::exec('displayLeftColumn') : ''),
'HOOK_RIGHT_COLUMN' => ($this->display_column_right ? Hook::exec('displayRightColumn', array('cart'
=> $this->context->cart)) : ''),
par les lignes :
'HOOK_LEFT_COLUMN' => Hook::exec('displayLeftColumn'),
'HOOK_RIGHT_COLUMN' => (Hook::exec('displayRightColumn', array('cart' => $this->context->cart))),
Page 2
CONFIGURATION
Configuration générale
Vous pouvez régler le nombre de produits par page dans l'onglet Préférences >> Produits.
Pour information, la démonstration du thème affiche 8 produits par page.
Configuration des images
Ci-dessous la liste des images utilisées pour ce thème, leurs dimensions et leurs attributions.
Vous pouvez configurer les images dans l'onglet Préférences >> Images de votre back-office.
NOM
LARGEUR
HAUTEUR
ATTRIBUTION
small
50px
75px
Produits
medium
80px
120px
Produits, Fabricants/Marques, Fournisseurs
large
300px
450px
Produits
thickbox
400px
600px
Produits
category
728px
240px
Catégories
home
160px
240px
Produits
large_scene
728px
240px
Scènes
thumb_scene
160px
60px
Scènes
subcategory
120px
40px
Catégories
Une fois les images correctement configurées, procédez à la régénération des miniatures.
Si la régénération des miniatures s'interrompt avant la fin, recommencez l'opération en prenant soin de
décocher la case Effacer les images précédentes.
IMPORTANT : Selon le format des images, il peut être nécessaire de modifier la méthode de génération des
images dans l'onglet Préférences >> Produits (1.4) ou Images (1.5).
Par exemple si les images à régénérer sont rectangulaires en hauteur, il sera préférable de sélectionner
Image générée par : hauteur avant de régénérer ces images.
3 options sont disponibles : auto, largeur, hauteur.
A vous de trouver la meilleure option à choisir pour obtenir un résultat optimal.
Page 3
Configuration des modules
Ci-dessous la liste des modules utilisés pour ce thème et leurs positions.
Vous pouvez régler la position des modules dans l'onglet Modules >> Positons de votre back-office.
TOP OF PAGES
LEFT COLUMN BLOCKS
HOMEPAGECONTENT
1 - Bloc recherche rapide
2 - Bloc devises
3 - Bloc langues
4 - Bloc informations clients
5 - Bloc liens permanents
6 - Categories Top Menu
Aucun module
1 - Editeur de page d'accueil
2 - Produits phares sur la page
d'accueil
PRODUCT FOOTER
RIGHT COLUMN BLOCKS
FOOTER
1 - Dans la même catégorie
1 - Bloc panier
2 - Bloc mon compte
3 - Bloc CMS
4 - Bloc nouveaux produits
5 - Bloc promotions
6 - Bloc magasins
1 - Footer Custom
Lors de son installation, le thème active et désactive automatiquement certains modules. Vous pouvez
toutefois activer et désactiver les modules que vous souhaitez après l'installation du thème.
Vous pouvez également ajouter d'autres modules selon vos besoins.
Pour information, la démonstration du thème utilise les configurations par défaut des modules natifs de
Prestashop excepté les configurations spécifiques suivantes :
Produits phares sur la page d'accueil
Affichage de 8 produits.
Dans la même catégorie
Affichage des prix.
Bloc CMS
Non affichage des liens de bas de page.
Bloc nouveaux produits
Affichage de 2 produits.
Vous pouvez toutefois configurer l'ensemble des modules comme bon vous semble.
Les modules Categories Top Menu et Footer Custom inclus avec le thème peuvent être configurés
comme vous le souhaitez. Veuillez consulter la documentation de ces modules pour plus d'informations sur
leur utilisation et sur leurs options de configuration.
Page 4
LICENCE ET COPYRIGHT
Ce thème a été crée par Prestacrea et est protégé par les lois relatives au droit d’auteur.
La licence fournie avec l’achat de ce thème est une licence d’utilisation non-exclusive avec copyright,
accordée pour un seul site web. Pour utiliser ce thème sur plusieurs sites web, vous devez vous acquitter de
l'achat d'autant de thèmes que de sites web sur lesquels vous souhaitez l'utiliser.
Un thème acheté = Une licence d'utilisation pour ce thème, valable pour un seul site web.
Vous ne pouvez en aucun cas supprimer, modifier ou masquer la mention copyright Design by Prestacrea
du thème ni indiquer que vous êtes l'auteur du thème. Toute infraction constatée et non suivie de
l'acquisition d'une licence sans copyright (disponible sur le site Prestacrea) entraine de manière irrémédiable
l'abandon de toute assistance technique ou commerciale.
L'achat de ce thème n'entraîne aucune cession de droits, à l'exception des droits d'utilisation. Il est
strictement interdit de redistribuer ce thème, modifié ou non, à titre gratuit ou payant, et par tout moyen que
ce soit, ou de transférer la licence d'utilisation du thème à un tiers.
Toute infraction constatée pourra faire l'objet de poursuites et entraine de manière irrémédiable le retrait des
droits d'utilisation du thème.
SUPPORT TECHNIQUE ET MISES A JOUR
Le support technique et les mises à jour sont compris avec l'achat de ce thème pour une durée illimitée dans
le temps. Prestacrea se réserve le droit de suspendre à tout moment la distribution de ce thème, auquel cas
le support technique et les mises à jour ne seront plus assurés.
Le support technique concerne uniquement les problèmes de fonctionnement du thème, et en aucun
cas son installation, intégration ou adaptation.
Le support technique est assuré uniquement pour un thème n'ayant subi aucune modification de votre part
ou de celle d'un tiers, et dans le cadre d'une utilisation conforme aux spécifications indiquées dans les
descriptions et fiches techniques (compatibilité, langue...).
Dans certains cas nécessitant une intervention directe, Prestacrea peut être amené à vous demander un
accès à l'administration de votre boutique ainsi qu'à votre serveur FTP. Vous déclarez accepter de renoncer
au support technique si vous refusez de fournir ces accès à Prestacrea.
La compatibilité du thème avec les futures versions de Prestashop et le maintien de sa compatibilité avec les
anciennes versions de Prestashop sont assurés au maximum mais ne sont en aucun cas garantis.
CONDITIONS GENERALES DE VENTE ET D'UTILISATION
En achetant et/ou en utilisant les produits et services proposés par Prestacrea, vous déclarez avoir
téléchargé, lu et accepté sans aucune restriction les conditions générales de vente Prestacrea.
Page 5
DOCUMENTATION - ENGLISH
INSTALLATION
Automatic installation
You have to use the Prestashop module themeinstallator.
IMPORTANT : To perform automatic installation on Prestashop 1.4, you must first unzip the ZIP archive of
the theme and replace the file Config.xml with the file Config.xml that is located in the folder doc. Then
rezip the archive as original and perform automatic installation.
Go to your back-office in the tab Modules >> Administration and click on Configure in the options of the
module.
Import the ZIP archive of the theme using the import options of the module then select the default installation
options proposed by the module.
Once the operation is completed, a confirmation message appears, then click on Finish at bottom of page.
Go to the tab Preferences >> Appearance (1.4) or Themes (1.5) and activate the theme.
Manual installation
Unzip the ZIP archive of the theme and go to your FTP client (eg Filezilla ...).
Move the content of the folder modules in the folder modules of your store and move the content of the
folder themes in the folder themes of your store.
It is not necessary to transfer the other folders and files.
Go to your back-office in the tab Preferences >> Appearance (1.4) or Themes (1.5) and activate the theme.
Go to the tab Modules and install the modules Categories Top Menu and Footer Custom.
Columns management Prestashop 1.5
In version 1.5 of Prestashop, columns are managed by controllers on some pages of the store, which
disrupts the design of the theme. To prevent columns management by controllers, open the file
classes >> controller >> FrontController.php of your store.
Replace the lines :
'HOOK_LEFT_COLUMN' => ($this->display_column_left ? Hook::exec('displayLeftColumn') : ''),
'HOOK_RIGHT_COLUMN' => ($this->display_column_right ? Hook::exec('displayRightColumn', array('cart'
=> $this->context->cart)) : ''),
by the lines :
'HOOK_LEFT_COLUMN' => Hook::exec('displayLeftColumn'),
'HOOK_RIGHT_COLUMN' => (Hook::exec('displayRightColumn', array('cart' => $this->context->cart))),
Page 6
CONFIGURATION
General configuration
You can set the number of products per page in the tab Preferences >> Products.
For information, the demonstration of the theme displays 8 products per page.
Images configuration
Below is the list of the images used in this theme, their sizes and their assignments.
You can configure the images in the tab Preferences >> Images of your back-office.
NAME
WIDTH
HEIGHT
ASSIGNMENT
small
50px
75px
Products
medium
80px
120px
Products, Manufacturers, Suppliers
large
300px
450px
Products
thickbox
400px
600px
Products
category
728px
240px
Categories
home
160px
240px
Products
large_scene
728px
240px
Scenes
thumb_scene
160px
60px
Scenes
subcategory
120px
40px
Categories
Once the images are properly configured, proceed to the regeneration of the thumbnails.
If the thumbnails regeneration stops before the end, repeat the operation taking care to uncheck the
checkbox Erase previous images.
IMPORTANT : Depending on the size of the images, it may be necessary to modify the images generating
method in the tab Preferences >> Products (1.4) or Images (1.5).
For exemple, if the images are rectangular in height, it will be preferable to select Image generated by :
height before regenerate those images.
3 options are available : auto, width, height.
You have to find the best option to choose to obtain optimal result.
Page 7
Modules configuration
Below is the list of the modules used in this theme and their positions.
You can set the positions of the modules in the tab Modules >> Positons of your back-office.
TOP OF PAGES
LEFT COLUMN BLOCKS
HOMEPAGECONTENT
1 - Quick search block
2 - Currency block
3 - Language block
4 - User info block
5 - Permanent links block
6 - Categories Top Menu
No modules
1 - Home text editor
2 - Featured products on the
homepage
PRODUCT FOOTER
RIGHT COLUMN BLOCKS
FOOTER
1 - Products category
1 - Cart block
2 - My account block
3 - CMS block
4 - New products block
5 - Specials block
6 - Stores block
1 - Footer Custom
During its installation, the theme automatically enables and disables some modules. However, you can
enable and disable the modules you want after the theme installation.
You can also add other modules according to your needs.
For information, the demonstration of the theme uses the default configurations of native Prestashop
modules except the following specific configurations :
Featured products on the homepage
Display 8 products.
Products category
Display prices.
CMS block
No display the footer's various links.
New products block
Display 2 products.
However, you can configure all the modules as you want.
The modules Categories Top Menu and Footer Custom included with the theme can be configured as you
want. Please see the documentation of those modules for more informations on their use and on their
configuration options.
Page 8
LICENSE AND COPYRIGHT
This theme was created by Prestacrea and is protected by laws relating to copyright.
The license provided with the purchase of this theme is a non-exclusive use license with copyright, granted
for a single website. To use this theme on several websites, you must purchase as many themes as
websites on which you want to use it.
One theme purchased = One use license for this theme, valid for a single website.
You can not under any circumstances to remove, modify or hide the copyright mention Design by
Prestacrea of the theme or indicate that you are the author of the theme. Any infringement not followed by
the acquisition of a license without copyright (available on the website Prestacrea) irreversibly leads to the
abort of any technical or commercial assistance.
The purchase of this theme doesn't involve any transfer of rights, with the exception of rights of use. It is
strictly forbidden to redistribute this theme, modified or not, as a free or paid, and by any means whatsoever,
or to transfer the use license of the theme to a third party.
Any infringement will be prosecuted and irreversibly leads to the withdrawal of use rights of the theme.
TECHNICAL SUPPORT AND UPDATES
Technical support and updates are included with the purchase of this theme for an indefinite time. Prestacrea
reserves the right to suspend the distribution of this theme at any time, in which case technical support and
updates will no longer be provided.
Technical support is only for malfunctions of the theme, and by no means for any installation,
integration or adaptation.
Technical support is provided only for a theme that has not been modified by you or by a third party, and in
the context of a use in accordance with specifications indicated in descriptions and technical sheets
(compatibility, language...).
In some cases requiring direct intervention, Prestacrea may need to request access to the administration of
your shop and to your FTP server. You declare to agree to waive technical support if you refuse to provide
these access to Prestacrea.
Theme compatibility with future versions of Prestashop and maintain of its compatibility with older versions of
Prestashop are insured as much as possible but are by no means guaranteed.
TERMS OF SALE AND USE
By purchasing and/or using the products and services offered by Prestacrea, you declare that you
downloaded, read, and unreservedly accepted Prestacrea general terms of sale.
Page 9