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.
Discussion How can I sell edit permissions for a specific node?
The 'Claim this listing' button should then redirect the user to a product display page that ... allows for the user to choose a duration (e.g. 1 month, 6 months, etc) that they wish to claim the ... listing for (each duration has a different price). Once a user has claimed a listing, they should be ...
mike — April 2014 — 2 comments — node reference
Answer Answer to Question 9136
Vote up! 0 Vote down! Solved.I found it. We are missing record with 0 id in user table.After ...
ajaichandran — August 2013
Question set orders as 'complete' from custom module
the data is received from the remote payment gateway and the transaction is completed, the user is ... {if($_GET['authorization'] == 'OK'){ global $user; $user = user_load($user->uid); $order ... = commerce_cart_order_load($user->uid); $profile = commerce_customer_profile_new('billing', $user ...
Answer Answer to Question 10121
product, nor would that be user friendly or make sense to the user. You could create a rule to delete ...
Travis — September 2013 — 4 commentsAnswer Answer to Question 31441
Vote up! 1 Vote down! You'll probably shoot your eye out with this, but, sometimes you just gotta try things. Thoroughly test on local copy before deploying: https://www.drupal.org/project/commerce_order_types We use the above module on marketplace.c ...
Josh Miller — January 2015 — 4 commentsAnswer Answer to Question 8726
Vote up! 0 Vote down! Not sure what's going on if your user isn't being recognized, but ... it's not an issue I've seen. Try creating a node and assigning it to that same user, as we use the ... same process the node form uses to match users to orders. Just to be sure, I ran a test creating an ...
Ryan Szrama — July 2013Question Sales agent commerce
Vote up! 0 Vote down! hi all! i had one trouble! i had website allow role user sales.That's ...
Discussion Create a node product that the purchaser can edit.
I'm having difficulties understanding how I can create a product to sell where the buyer can edit a text field on their own privately bought node. I've come up with a scenario but I don't know how to construct everything. I'm having di ...
BassPlaya — May 2012 — 4 comments
Question attributes in product catalog, avoid duplettes
https://drupalcommerce.org/user-guide/setting-product-catalog). Right now I only get the add to cart button without a select list the approach in ... https://drupalcommerce.org/user-guide/setting-product-catalog also displays an entire product per attribute which isn't natural for the visitor I guess the ...
Discussion Where is defined Checkout button? (Page: /Cart)
code. I need to change the direction of the link. I want that if the user is logged The cheout button ...
cdaimiel — December 2013 — 7 comments
