2017 © Pedro Peláez
 

craft-plugin tariff

tariff

image

w3caredev/tariff

tariff

  • Tuesday, April 17, 2018
  • by w3care25
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

tariff plugin for Craft CMS 3.x

tariff, (*1)

Screenshot, (*2)

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later., (*3)

Installation

To install the plugin, follow these instructions., (*4)

  1. Open your terminal and go to your Craft project:, (*5)

    cd /path/to/project
  2. Then tell Composer to load the plugin:, (*6)

    composer require w3caredev/tariff
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for tariff., (*7)

tariff Overview

-Insert text here-, (*8)

Configuring tariff

- //Set Config in your /vendor/w3caredev/tariff/src/modal/Settings.php, (*9)

$tableField = 'priceByAge'; $ageColumn = 'age'; $priceColumn = 'price'; $sectionName = 'tariffs';, (*10)

-, (*11)

Using tariff

-{% set birthdate = '01/30/2008' %}, (*12)

{% for item in craft.tariff.birthdate(birthdate).hide("noPrice").sort("price", "DESC").find() %}, (*13)

{{item.title}} 
{{item.price}} 
{{item.customfiled1}} 

{% endfor %}-, (*14)

tariff Roadmap

Some things to do, and ideas for potential features:, (*15)

  • Release it

Brought to you by w3caredev, (*16)

The Versions

17/04 2018

dev-master

9999999-dev

tariff

  Sources   Download

MIT

The Requires

 

cms tariff craftcms craft-plugin craft