Table of Contents

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:

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:

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:

Global Settings

there are no global settings for this block.

Return to the component index