Page not found
We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.
Answer Answer to Question 13414
Vote up! 0 Vote down! Hey! I've been looking for a decent product design tool for a while now. That Fancy Product Designer seems pretty nice plugin, and I thought that I'd implement that to Drupal Commerce. So before I go for it I thought that i ...
Janne Suominen — April 2014 — 1 comment
Discussion Don't see image field in views
Hi, I touched with simple problem. Want to create product view. Format: Grid If I select Show: Content- Teaser product photo is shown in view However if select fields and add image field, image is not shown in view (only image title is shown). Reason I ne ...
edas — April 2014 — 1 comment
Discussion Is there a way to sell users the ability to create/post nodes (ex. classifieds)?
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 followi ...
paulwedge — July 2011 — 4 comments
Answer Answer to Question 4938
Vote up! 0 Vote down! Don't know if you still need a fix but I figured it out. You must go to your content type and add in the variation in the manage fields to that specific product display. Inside manage fields you'll probably add a new field. ...
cndinh425 — December 2012 — 1 comment
Answer Answer to Question 3292
Vote up! 1 Vote down! Sounds like you need to post a feature request for the maintainer. http://drupal.org/project/issues/commerce_extra?categories=All It's possible to create a rule that redirects a user. The trick is finding an event that will work ...
Josh Miller — April 2013 — 1 commentQuestion Using Inline Entity with Commerce Flat Rate Shipping
Vote up! 0 Vote down! Commerce Shipping, Commerce Flat Rate and Especially Inline Entity are great modules. But, I am having a problem with flat rate shipping talking to the term attributes used in the inline entity section of the nodes. The online entity ...
Answer Answer to Question 5197
Vote up! 0 Vote down! How about rules? Rules ist made for this. You need a rule, fired, when one adds somthing to the cart. In that rule, you chekch for that certain product and its quantity. If customer tries to add the product with more than one piece, ...
ronald — December 2012 — 1 comment
Discussion Order Object Workflow through Checkout
I was having this discussion in IRC with DamZ, neclimdul, and one other person about how to handle the creation, update, and saving of the order object through checkout. In Ubercart, the workflow was as follows: View the checkout page, nothing is there. A ...
Ryan Szrama — February 2010 — 8 commentsDiscussion Custom Checkout Notifications
Hi All. I am trying to setup some custom notifications on checkout so that when a certain product sells, it sends an email to an associated email address that contains the order information, as well as the purchasers name and mailing address. I have confi ...
lmatthews — October 2012 — 2 comments — email checkout vendor
Answer Answer to Question 8894
Vote up! 0 Vote down! step 1: open template.php in the theme you have decided to use in /sites/all/themes/xxx/template.php add the following code at the bottom function get_user_purchased_products(){// Assuming we have $user populated with the user's ...
mike.hajj — April 2014 — 1 comment
