Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Contributed modules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 05:16 UTC
Updated:
30 Apr 2013 at 04:48 UTC
Hi. I am currently working on a classifieds D7 site, and I would like to sell users the ability to create/post a classified ad. With D6 + Ubercart this can be done using the UC Node Checkout module (http://drupal.org/project/uc_node_checkout), and following the instructions provided on the Drupal Easy website (http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart).
Is there any way implement the same functionality with D7 + Drupal Commerce?
Thank you so much
Comments
Comment #1
noemi commentedI'm interested in this feature too.
Comment #2
rszrama commentedThis may be possible out of the box with other modules to help, but my hunch is you'll need some sort of bridge module like UC Node Checkout was for Ubercart. The basic configuration I've recommended in the past is to add a product reference field to your node type that users can't edit whose default value is the product matching to their node. When they create it, let them add it to the cart using that field if they're satisfied (or do it automatically). This will preserve the relationship between the node they've created and the product in the cart, so you have that data available for use in Views and in your custom logic after checkout has been completed.
Comment #3
paulwedge commentedThank you so much for your great feedback. Additional answers to these questions were provided in the following sites: http://drupal.stackexchange.com/questions/6946/how-to-set-up-drupal-comm... and http://www.drupalcommerce.org/node/638.
Comment #4
rszrama commentedMarking closed as fixed in favor of the follow-up conversations on the other websites.