Custom products in Drupal or OSCommerce?

2019-07-18 11:44发布

I've looked high and low. I think I'm not searching for the right stuff.

I want to know of a module, or plugin for either drupal or oscommerce that will allow you to "build your own products". I.e. A customer can go on the site, and say he wants PC A, with X amount of RAM, and Z sized harddrive etc.

  1. Is there a plugin or module for either oscommerce or drupal out there that does this?
  2. If not, any tips on how to go about assigning relationships to nodes in Drupal?
  3. If not, any tips on how to accomplish this with OSCommerce?

3条回答
一纸荒年 Trace。
2楼-- · 2019-07-18 12:15

i don't think there is something like this for Drupal. for OSCommerce, there seem to be some options:

not free, though.

查看更多
冷血范
3楼-- · 2019-07-18 12:20

With a couple minutes of research, I've found a few Drupal modules you might pound together to get what you want. I am not particularly familiar with Ubercart's depths, this is just what my initial approach would be.

Ubercart, UC Custom Price, UC Node Checkout, and CCK (for nodereference).

Ubercart is the primary e-commerce solution for Drupal. UC Node Checkout allows you to add a node to a shopping cart when it is created. Node References allow users to reference existing products when they create their custom product node. And lastly, UC Custom Price should allow you to dynamically set the custom product's price by extracting price information from the referenced component products.

查看更多
登录 后发表回答