I posed this question to 3D support and they say that there really is no such thing as a method to write plugins (it is what they call parts of their internal code) and the only way to "extend" the functionality of 3D is through the API.
Can anybody who has experience in writing a plugin verify that there is no architecture or documentation to do this?
Here is why I am asking. We have some custom code on our current (non-3D) site that takes parameters like year, model of car and make of car and returns a set of products. The shopper chooses the product and the product is then placed directly into their shopping cart.
They API items does not seem to have this capability so we were hoping with a plugin architecture we could do something like this.
Any ideas?
Can anybody who has experience in writing a plugin verify that there is no architecture or documentation to do this?
Here is why I am asking. We have some custom code on our current (non-3D) site that takes parameters like year, model of car and make of car and returns a set of products. The shopper chooses the product and the product is then placed directly into their shopping cart.
They API items does not seem to have this capability so we were hoping with a plugin architecture we could do something like this.
Any ideas?
Comment