Currently EC Role Price only works with ecommerce 3, which doesn't help me because I'm using ecommerce 4. I'm quite happy to create a new version which will work with 4 - but I'm going to need some hand-holding and pointing in the right direction.
First up is to work with the function role_price_form_alter. This gets called when adding a product, but doesn't modify the form correctly, so there are no fields with which to input anything to save to the database. Is this a good place to start?
Comments
Comment #1
robertgarrigos commentedThe problem with this is that ecommerce 4 needs some more work before upgrading role_price. I've been looking at it and it looks like there are some inconsistencies within ecommerce 4 about price discounts. They are shown during the process of adding a product into a shopping cart, but later on, during checkout they are not and full price is being charged. I'll post an issue in the ecommerce queue for that. In any case, I will create a 5.x-3.x branch of role_price which will be, eventually, compatible with ecommerce 4.
Comment #2
robertgarrigos commentedthis is the issue in ecommerce 4: http://drupal.org/node/214702#comment-1245148
Comment #3
burningdog commented@robertgarrigos: the ec 4 code now has a release candidate - does this give you have enough info to upgrade EC Role Price to work with e-Commerce 4?