PHPackages                             taitava/silverstripe-pricelist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. taitava/silverstripe-pricelist

ActiveSilverstripe-module[Utility &amp; Helpers](/categories/utility)

taitava/silverstripe-pricelist
==============================

Just a simple pricelist functionality that makes it possible to create products and have them listed in specific pricelists. No e-commerce functions.

1.1.1(8y ago)2211[8 issues](https://github.com/Taitava/silverstripe-pricelist/issues)MITPHP

Since Sep 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Taitava/silverstripe-pricelist)[ Packagist](https://packagist.org/packages/taitava/silverstripe-pricelist)[ RSS](/packages/taitava-silverstripe-pricelist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

silverstripe-pricelist
======================

[](#silverstripe-pricelist)

Setup
-----

[](#setup)

1. Extend SiteTree (or some other class derived from it):

`mysite/_config/pricelist.yml`:

```
SiteTree:
  extensions:
   - PricelistSiteTreeExtension
```

**Note!** If you apply the extension to any other class than `SiteTree`, you need to define this additional configuration in `mysite/_config/pricelist.yml`:

```
Pricelist:
  belongs_many_many:
    Pages: *YourCustomClassNameHere*
```

If you forget this, (at least) the backend will crash when you go to add a new Pricelist to your pricelist page. This additional configuration is not needed if you just extend the whole `SiteTree` class, as that's already configured by default.

2. Put this to `themes/*your-theme-folder*/Page.ss` (or to some other template file):

```
$AllPricelists

```

3. If you want to adjust some configuration settings, you can put these to `mysite/_config/pricelist.yml`:

```
Pricelist:
  include_stylesheet: false
  currency_sign: '€' #Whether to use the Requirements class to include this module's own stylesheet in frontend to perform some small styling.
  currency_side: 'right'
PricelistItem:
  hide_zero_prices: false #If true, do not display anything in the price column for items whose price is 0.

```

Note that the above listing contains the default values, so if they seem good for you, you do not need to copypaste this list to anywhere.

4. Run `/dev/build?flush=all` in your browser.
5. Go to the CMS and edit some page. You should see a Pricelists tab there.

Contribution
------------

[](#contribution)

If you have any ideas about how to improve this module or any questions, I would be glad to hear them! :) Please raise an issue or create a pull request - which ever you like.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~26 days

Total

8

Last Release

3280d ago

Major Versions

0.2.1 → 1.0.02017-02-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/611d4d836f6db7ba7357ea174bf48ab8cf86af5ac40be4a7a6101e67267333f9?d=identicon)[taitava](/maintainers/taitava)

---

Top Contributors

[![Taitava](https://avatars.githubusercontent.com/u/13002142?v=4)](https://github.com/Taitava "Taitava (19 commits)")

---

Tags

silverstripelistproductpricecataloguepricelistprice list

### Embed Badge

![Health badge](/badges/taitava-silverstripe-pricelist/health.svg)

```
[![Health](https://phpackages.com/badges/taitava-silverstripe-pricelist/health.svg)](https://phpackages.com/packages/taitava-silverstripe-pricelist)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
