Active
Project:
Commerce Waitlist
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2012 at 16:12 UTC
Updated:
9 Jun 2014 at 16:46 UTC
Jump to comment: Most recent
Hi Haven't had a chance to play around with the module but looking at the code it looks like something lots of people are intrastate in and similar to what I have been planning.
Changes I can think of:
Is this something you would be interested on working together on?
Comments
Comment #1
amitaibuHi Guy!
Maybe a better approach would probably be hook_field_attach_form_alter(), and a the flag link instead of the "Add to cart"
The wait list, is actually using flag.
Correct
Comment #2
guy_schneerson commentedHi @Amitaibu
The stock module provides rules conditions and actions to handle out of stock or other add to cart form states.
Conditions:
Out of the box rules use the simple stock (local storage) to perform the checks but users can alter the business logic by configuring the rules.
Actions:
It also provides an advanced cart configuration rule action that can be used to call alternative form actions.
So if the waitlist provided a function
this can be called directly from the stock_rules
I would be happy to refactor the code and build the needed rules for this.
Comment #3
johnnydarkko commentedI know it's been a while, but has there been any progress with this?