Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download commerce_wishlist-8.x-3.0-alpha1.tar.gztar.gz 25.79 KB
MD5: db420bde0a56b83a749ba99d74d43f3b
SHA-1: 00efaa78f269929404346b220b1ef67611f06689
SHA-256: 3503a89540fac132a817e414ac2598dbf0d49e9ca148bf7082f57f62223e40d1
Download commerce_wishlist-8.x-3.0-alpha1.zipzip 42.77 KB
MD5: 10a518c3ee9fb40325b4d9e9d2e32e92
SHA-1: 542fd68230fe3fc56a8e98ac5d7ee148d564d6f3
SHA-256: 2b8e2e492ee42be400dcdbf41d1353d6074a9d45f140108de11fd87cb68083b9

Release notes

A complete rewrite of Wishlist for the new beta 1 release of Commerce 2. The first alpha release of Commerce Wishlist! We've copied the functionality of the Commerce Cart module. This brings lots of features:

  • Wishlists are normal Drupal 8 Commerce 2 Order entities
  • Just like cart, wishlists are simply any order with binary state of whether or not it's a wishlist.
  • Wishlists can be turned into carts easily. (Just check the box! Nothing automated yet.)
  • Anonymous Wishlist creation, if during the same session the user creates a login or logs in, the wishlist follows.
  • Only one active wishlist per store.
  • Multiple wishlists are allowed (no user interface yet for selecting or navigating lists).

Changes since 7.x-3.0-beta1:

  • #2808819 by cornifex, joshmiller: Update Commerce Migrate to use Order Items instead of Line Items
  • #2794531 by joshmiller: Remove patch and fix typo.
  • #2794503 by joshmiller: Remove quantity-based update cart text from the wishlist 8.x-3.x branch
  • #2791939 by joshmiller: Create the add-to-wishlist button
  • #2790215 by joshmiller: Create the scaffolding necessary to mimic the add-to-cart functionality
  • Update the composer name to the drupal version
  • Update the scope to reflect pointers from @rszrama
  • Add the .gitignore for PHPstorm.
  • Add roadmap and scope to README.md and add the first composer.json file
  • Initial commit.
Created by: joshmiller
Created on: 30 Sep 2016 at 21:01 UTC
Last updated: 3 Oct 2016 at 18:58 UTC
New features

Other releases