Hi Hunziker, Myself and 2 other developers are taking on a commerce project. The module you are creating here is the exact route we need to take. We have installed this and had a look around - It's looking good and is definitely heading in the right direction :-) We are having a few problems actually displaying any fields from the option set entity though (with the 'default product'). I know you have further integration to do, we will be happy to offer you some assistance to iron out any issues if you like. What do you think?

Comments

damiankloip’s picture

I think assistance might have been a bit vague - we can help you with some of the dev work on this. It would be good to know what is on your task list and get a better idea of what you plan to do.

hunziker’s picture

Hi Damian,

Thank you for your offer. You are very welcome to help developing. I have committed my latest dev version to the git repository. Major changes:

  • Using the Product Attributes module for displaying the entered date in the shopping cart
  • Many problems resolved.
  • Code clean up.

This version should resolve some of your problems.

My to do list looks like this:

  1. Integration with Product Bundle
  2. The product attributes modules allows the customer to go back to the product and change / edit the current selection. We need a way to load the previous entered data (Entity: commerce_option) and update the data. This should be relatively easy to implement, because we can use the field / entity API for this.
  3. Testing / Bugfixing
  4. Enable somehow a pricing rule. This means I like to enable the setup of a rule, which allows the calculation of the product price depending on the entered data in the option field. This has to be done similar as I have done it for the product bundle module. In the shopping cart itself this is already possible, but I like to add this also to the product. There we need to pass the option to the "sell price calculation" rule.

This is my vague to do list. Do you see something else, that we should put on this list?

damiankloip’s picture

I pulled your latest changes and you have been quite busy! :) I will have a proper look through what you have done so far tomorrow. I will look at what you have been doing in the product bundle module too to see how you are going about things. I may tackle the pricing rule stuff and see how I get on! Great work.

kbalderson’s picture

Version: » 7.x-1.x-dev

Has there been any progress on rules integration? This is integral to a site i'm building, and though i've not integrated with rules before, i'm willing to offer assistance in this area.

damiankloip’s picture

I did start to look at this orbface9 but the commerce project we were working on has been postponed and we are busy with other stuff. I have not really done rules integration before so maybe you could have a look.

kbalderson’s picture

Thanks for the update. I'll dig in as I get the time.

kbalderson’s picture

FYI, i added some rules integration, but it could use some work.

Here's the link: #1205628: Rules Integration

hunziker’s picture

Status: Active » Closed (fixed)