
Feature request - Implement new eCommerce features
Reported by dleffler | March 22nd, 2013 @ 10:05 PM | in 2.3.0 (closed)
This ticket attempts to consolidate (and help prioritize) ecommerce tickets #729, #732, #733, #734, #736, #778, #974
- ecommerce setup wizard #729
- quick checkout #733, with the idea of optionally going straight to the cart, or simply adding the item to the cart and remaining in the product catalog/index, and maybe event straight to checkout
- more event registration options #778, should include quantity and early registration discounts and allow dealing with 'half-purchased' events which have been added to the cart, but not checked out yet (since the registrants are already in the table), maybe consider an 'e-ticket' type of invoice?
- 'digital' purchases #736, would be nice to grant 'permissions' to download based on a purchase
- add 'comments' (reviews) to products #732, add comments (reviews) in addition to ratings and maybe make the rating apply to each comment
- add a 'free' payment calculator #734, with the intent that if there is no cost for the items, we should bypass the payment part
- merge cart configuration into store configuration #974, not sure why we don't add the two specific cart configuration settings with the rest of the cart configuration settings in the storeController
Comments and changes to this ticket
-
expNinja March 23rd, 2013 @ 01:04 PM
(from [31f83f35ed2ec515877c0594290c8faf20c5325f]) Adds option to send donation at specified amount directly to cart, or allow user to input an amount at or above the minimum set. [#975] https://github.com/exponentcms/exponent-cms/commit/31f83f35ed2ec515...
-
dleffler March 23rd, 2013 @ 03:40 PM
Some specific tests for features...w/ free shipping & paypal express
- 'quick' donation to cart & checkout (& also back to catalog/page)
- standard donation (user sets amount) to cart & checkout (& also back to catalog/page)
- delete donation from cart
-
review/edit donation from cart? (like a product go back to show item?)
-
register for an event to cart & checkout (& also back to catalog/page)
-
delete registration from cart
-
review/edit registration/event from cart (may e problematic w/ registrant table)
-
register for/view the event a 2nd time after placing one in the cart
-
have registered names, etc... popup/flyover as w/ additional info in the cart
We probably don't want to adjust the quantity of these items since the quantity of the item will always be '1', but we may want to edit them (or at the very least remove them from the cart and re-add them)
-
expNinja March 24th, 2013 @ 12:51 AM
(from [13604a77c71b23c6927cd1832be5ebfa71c0f486]) Adds several features to online donations & event registrations making them more robust and polished [#975] https://github.com/exponentcms/exponent-cms/commit/13604a77c71b23c6...
-
expNinja March 24th, 2013 @ 03:25 AM
(from [bff446372addb4a467f8654d8ea420a1cf2d5b89]) Adds optional early registration and multiple registration discounts to online event registrations fixing a few other ecommerce bugs [#975] https://github.com/exponentcms/exponent-cms/commit/bff446372addb4a4...
-
expNinja March 24th, 2013 @ 03:28 AM
(from [aa44bf9c045f012128106059a447bf567239a487]) Removes a online event registration warning when no seats remain [#975] https://github.com/exponentcms/exponent-cms/commit/aa44bf9c045f0121...
-
expNinja March 24th, 2013 @ 03:41 AM
(from [e42be07417a7af1756822d1360faed899185201a]) Fixes possible online event registration page crash when no seats remain [#975] https://github.com/exponentcms/exponent-cms/commit/e42be07417a7af17...
-
dleffler March 24th, 2013 @ 03:42 AM
- Milestone changed from 2.2.1 to 2.2.0beta2
The above are basically implemented at this point in the 2.2 code line along with a few new features for donations and many for event registrations
-
dleffler March 24th, 2013 @ 11:23 AM
Should add code to allow for NO num_seats in event registration for large scale, no specific limit type events.
-
dleffler March 24th, 2013 @ 11:31 AM
Also could use some 'fuzzy' wording for main views if there is a discount or options available like 'starting at...' or 'as low as...'
-
expNinja March 25th, 2013 @ 12:30 AM
(from [84147cdec091bfd78866a2cfbc3ddb95c0ca7860]) Fixes broken manage shipping methods page [#975] https://github.com/exponentcms/exponent-cms/commit/84147cdec091bfd7...
-
expNinja March 26th, 2013 @ 07:28 PM
(from [471d411a08225ac5600da2edb26c69c194e567b4]) Adds additonal commands to event registration manage view [#975] https://github.com/exponentcms/exponent-cms/commit/471d411a08225ac5...
-
dleffler March 29th, 2013 @ 08:00 PM
- Milestone changed from 2.2.0beta2 to 2.2.0beta3
-
dleffler April 12th, 2013 @ 07:18 PM
As a note, we already do some fuzzy prices with child products in store/show view
-
expNinja April 17th, 2013 @ 04:40 PM
(from [6a4eed0b3dea9190aa4444b4a4e01da835df4315]) Merges cart configuration settings into store settings [#975] https://github.com/exponentcms/exponent-cms/commit/6a4eed0b3dea9190...
-
expNinja April 17th, 2013 @ 08:28 PM
(from [bb80840566a103aa1ca5908e76e7e7e605aee158]) Adds new 'Pay Later' billing calculator [#975] https://github.com/exponentcms/exponent-cms/commit/bb80840566a103aa...
-
expNinja April 17th, 2013 @ 08:28 PM
(from [8628849f79d72c57eda3de821f06c8ef92a58e82]) Fixes an issue w/ ecommerce discounts, report views, and some bad css paths [#975] https://github.com/exponentcms/exponent-cms/commit/8628849f79d72c57...
-
expNinja April 19th, 2013 @ 11:43 PM
(from [27c0675ffbe6e310ee8b82ba5d90e4192de0cac6]) Cleans up pay later billing [#975] https://github.com/exponentcms/exponent-cms/commit/27c0675ffbe6e310...
-
expNinja April 19th, 2013 @ 11:43 PM
(from [243f45cb513133cf637e1390c106e96fd330e782]) Fixes several ecommerce reports [#975] https://github.com/exponentcms/exponent-cms/commit/243f45cb513133cf...
-
dleffler April 20th, 2013 @ 10:17 AM
- Milestone changed from 2.2.0beta3 to 2.2.0release-candidate
-
dleffler May 1st, 2013 @ 10:22 AM
- Milestone changed from 2.2.0release-candidate to 2.2.1
-
-
dleffler May 14th, 2013 @ 09:18 PM
- Milestone set to 2.2.1
-
dleffler July 11th, 2013 @ 06:26 PM
- Milestone changed from 2.2.1 to 2.2.2
-
dleffler August 14th, 2013 @ 07:26 PM
- Milestone changed from 2.2.2 to 2.2.3
-
-
-
dleffler March 27th, 2014 @ 11:02 PM
- State changed from new to resolved
All these have been implemented at this point
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS