Our site has the ecommerce module installed, and I'm trying to create some "collection of products" products.
I'm running into three issues.
1) For fulfillment, I'd like to be able to include some item skus in the collection that don't appear for sale is the store. However, I can't figure out how. Any guidance?
2) Is it possible to have a collection that includes several of one of the contained skus? I want to have a bundle that includes 10 of another product plus some other things that go along with it.
3) Also, I'm getting a bunch of PHP errors after creating my first product:
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/css.catholicexchange.com/modules/ecommerce/parcel/parcel.module on line 79.
warning: array_unique() [function.array-unique]: The argument should be an array in /var/www/html/css.catholicexchange.com/modules/ecommerce/parcel/parcel.module on line 79.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/css.catholicexchange.com/modules/ecommerce/parcel/parcel.module on line 79.
warning: array_unique() [function.array-unique]: The argument should be an array in /var/www/html/css.catholicexchange.com/modules/ecommerce/parcel/parcel.module on line 79.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/css.catholicexchange.com/modules/ecommerce/parcel/parcel.module on line 79.