Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download commerce_pricelist-7.x-1.0-beta2.tar.gztar.gz 32.47 KB
MD5: 1406ea46bcf5ed71e052bf54deb9684f
SHA-1: 5b2fe87723edf0837a5d4fa6a3b42d9cbbe10005
SHA-256: 4b928b948b7f4cfe7bc051d5e0a04aafd481e24b0ec93ce30bba8ce18c2ea045
Download commerce_pricelist-7.x-1.0-beta2.zipzip 47.97 KB
MD5: 8eb927be650a7e663ba750bfda4e0758
SHA-1: 67980e0d27b45cadb374cfb09c03aa6c993e024f
SHA-256: 02dcba5203c21a35679eae6665566646ac975f9ce5100110c7da257bb3893aac

Release notes

Changes since alpha-7:

Basic test coverage implemented.

Travis CI testing via Github mirror: https://travis-ci.org/andreasradloff/drupal-commerce_pricelist

UUID Dependency removed.

Migrate pricelist uuids to ids. Depending on how many items there are this may take a while.
Add list_id field to pricelist item table.
Update commerce_pricelist_update_7003 that removes old data is provided but commented out for easy rollback. Uncomment after you back up your data.

Pricelists and items now implement Entity API CRUD

The controllers for lists and items now extend EntityAPIController. Custom interface classes have been removed.
Function commerce_pricelist_item_delete and commerce_pricelist_list_delete now takes an id as argument, not the entity object.
Added commerce_pricelist_item_new() and commerce_pricelist_list_new() for creating new entites.

Other

Tidying up the GUI and forms.
commerce_pricelist_feeds_example replaced with a simpler CSV-based approach.
#2413793: Pricelistname inside the importfile? Feeds can now import prielist items with the name of the pricelist.

Created by: Andreas Radloff
Created on: 7 Jun 2015 at 20:44 UTC
Last updated: 11 Jun 2015 at 17:58 UTC
New features

Other releases