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.
Question Use different View on order for admins and customers
customer on for example: user/1/orders/123 Is it possible to use different views or different view displays ...
Question Product Variation as Thumbnail rather than Dropdown
http://www.partytimerentals.com/catalog/product/basic-poly-rounds You see that I have loads of variations for that particular table linen, but my end user has to ...
Discussion File upload with order
company. He an online shop where users select the needed t-shirts and where they can immediately upload an ...
hacor — February 2012 — 3 comments
Question Buyers must buy at least X number of items?
someone tries to start the checkout process, a message should be shown telling the users the number of ...
Answer Answer to Question 6973
Vote up! 1 Vote down! Hopefully Ryan will correct me if I'm wrong, but you should be able to edit the Order and change the status to the next step. That is the same process that has failed and would trigger all the correct actions as needed. ...

Question Hide already purchased products (or allow purchasing the product only once)
all the products that are already purchased by the current user. This would allow purchasing products ... only once per user. I've tried to modify the view and add a relationship with the order, but ...
Discussion Registration for an event using commerce
Hello All, I am having issues with a new site. It is a site for a yearly camp out. They have requested the ability this year to allow people to register online this year. I have installed commerce webform and created a form with name, address, etc. The pr ...
jmr3460 — October 2012 — 3 comments
Discussion Can't get into scope customer profile billing fields other than address component field
apply a tax base on the value the user enters in this field. The problem is I can't find the right ...
dianikol — February 2012 — 2 comments
Answer Answer to Question 8894
/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 ID: global $user; $query = db_select('commerce_order', ... = prod.entity_id'); $query->condition('cord.uid', $user ...
mike.hajj — April 2014 — 1 comment
Discussion How Do I Make Custom Line Items Display in the Order View?
this: I've created a "product" that allows the user to make a simple donation (using the ...
carelessdonkey — March 2013 — 4 comments