This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:shoptotal:installguide [2016/08/27 16:41] admin |
blocks:shoptotal:installguide [2024/05/14 15:37] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Guide d'installation ===== | + | <html><!-- nomoodle --></html>{{ :logo-apl.png?nolink |}} <html><!-- /nomoodle --></html> |
- | ===== Boutique Moodle : Bloc Panier ===== | + | =====block shop total (Front Office Order total) : Installation Guide ===== |
+ | ==== Moodle Integrated Online Store : ==== | ||
- | Ce bloc s'installe de la manière habituelle dans Moodle : | + | ==== Installing the block ==== |
- | * Dézippez l'archive dans le répertoire /blocks de votre installation Moodle | + | This block will install the usual way in Moodle: |
- | * Naviguez vers les notifications d'administration pour achever l'installation. | + | |
- | ==== Dépendances ==== | + | * Unzip the archive in the /blocks directory of your moodle. |
+ | * Browse to the //Administration > Notifications// screen to terminate installation. | ||
- | Ce bloc doit être installé avec les composants suivants : | ||
- | * Composant local [[:local:shop|Shop]] (coeur de boutique) | + | ==== Setting up ==== |
- | * Bloc [[:blocks:shopaccess|Shop Access]] | + | |
- | * Bloc [[:blocks:shopbills|Shop Bills]] (facturier) | + | |
- | * Bloc [[:blocks:shopproducts|Shop Products]] (gestion des produits acquis) | + | |
- | * Bloc [[:blocks:shopcourseseats|Shop Course Seats]] (Gestion de sièges du cours) | + | |
- | ==== Configuration globale ==== | + | This bloc is an essential complement of the shop front office. Moodle only needs one block instance to be setup just after install. Follow the process: |
- | Pas de configuration centrale. | + | * Go to the moodle index page |
+ | * Switch to editing mode | ||
+ | * Browse to the first default shop instance at the url: <yourmoodle>/local/shop/front/view.php?shopid=1 | ||
+ | * Add one instance of the //Shop Total// block | ||
- | [[:blocks:shopcourseseats|Revenir au sommaire du composant]] | + | ==== Making the total bloc scroll in a fixed visible position ==== |
+ | |||
+ | Pursuant you are using a theme allowing administrator to add custom css, add the following style rules: | ||
+ | |||
+ | .block_shop_total { | ||
+ | position:fixed; | ||
+ | width:23%; | ||
+ | } | ||
+ | |||
+ | You may have to adjust the width with a different value depending of the tuning of your theme. | ||
+ | |||
+ | ==== Dependencies ==== | ||
+ | |||
+ | This bloc needs: | ||
+ | |||
+ | * Local [[:local:shop|Shop]] Moodle Shop core engine. | ||
+ | |||
+ | ==== Global Settings ==== | ||
+ | |||
+ | there are no global settings for this block. | ||
+ | |||
+ | [[:blocks:shopcourseseats|Return to the component index]] |