blocks_retained:shoptotal:installguide

block shop total (Front Office Order total) : Installation Guide

Moodle Integrated Online Store :

Installing the block

This block will install the usual way in Moodle:

  • Unzip the archive in the /blocks directory of your moodle.
  • Browse to the Administration > Notifications screen to terminate installation.

Setting up

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:

  • 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

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 Shop Moodle Shop core engine.

Global Settings

there are no global settings for this block.

Return to the component index

blocks_retained/shoptotal/installguide.txt · Last modified: 2024/05/14 15:37 (external edit)