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 Selling Numbers

Hi, I'm completely new to Drupal Commerce (coming from the UC camp). I managed to get the store figured out and I built one product which is tickets for an event. Basically my customers are buying a serial number which will be emailed to them so when ...
pooon — June 2011 — 1 comment

Discussion How to display grouped products as in the picture.

How to display grouped products as in the picture. I sell perfumes, and I want to be displayed on the product page and related products click "Add to Cart" next to each product. ...
Holod — June 2011 — 1 comment

Answer Answer to Question 3537

Vote up! 2 Vote down! The trick with all of these is to use "Aggregate" in Views and know which entity to use as a base table. For example "most ordered items" can be created in views on a "Line Item" entity for type "Pr ...
joshmiller Josh Miller — April 2013 — 1 comment

Question Skipping Checkout completely for free items

Vote up! 1 Vote down! I can't think of a way this would be possible without some extreme custom contrib module but I wanted to check in case I can do it easily with rules. I have a site, most products are downloads and the only other product is a sub ...
Sean — February 2013 — 1 comment — Shipping, Downloads, Checkout, Free Shipping, FAQ

Discussion Help modifying the commerce_bank_transfer module

Hello! I'm trying to fix the commerce_bank_transfer module so that it will display the bank info on the checkout completion page. I'm stuck though, as I don't know which hook to use. I've managed to change the order status to pending: ...
yannisc — June 2011 — 1 comment

Discussion Rules and product fields, please help

Sorry if this has been discussed before, but I still don't have all the steps for accessing a field in a product. I have a product with a custom field "customer" and I want to create a rule so when an order is created, the customer field is ...
pitxels — March 2012 — 2 comments

Answer Answer to Question 3711

Vote up! 2 Vote down! i got it:     $annotations = $form_state['values']['annotations'];     global $user;         // load oder     $order = commerce_cart_order_load($user->uid);     $order_wrapper = entity_metadata_wrapper('co ...
maze — April 2013 — 1 comment

Discussion Product variation selection- ajax reload and the $content variable issue

I am struggling with a customized node template for a Commerc Kickstart product display (which includes a number of variations). To display the page as I want, I am using various elements of $content, using render($content)[#####]. This all works find, ex ...
mikeaja — October 2014 — 1 comment

Discussion Use of tokens in Emails

Hi! Just wondering, if I want to use tokens from the list that is at the bottom of the page, some of them are not converted. Do I have to make sure to turn on some other parameter somewhere? Example: I want to use the phone number field from my user profi ...
Francois P — March 2013 — 2 comments

Discussion commerce paypal no checkout

Hello there, First of all I'm new into Drupal and commerce, never worked with ubercart so I hope you guys don't want to shoot me if I'm asking stupid questions:-) My goal is to make a webshop using only paypal. I've recently installed ...
jurgen — April 2011 — 4 comments

Pages