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 Theming a checkout pane

Hi all, Just wondering if anyone has themed a checkout pane. I'd like to theme the address and credit card payment panes. I might be barking up the wrong tree here, but I've tried this without success in my template.php: function my_theme_theme( ...
thesurfinganalyst — June 2011 — 1 comment

Discussion Which module to use for purchase discount coupon?

Hi all, I'm building a website which sell discount coupon such as the famous Groupon. I wanted to know which module can allow to purchase coupon? In my case coupon itself is a product. Is there any module able to allow user to download the dynamicall ...
maxchock — June 2011 — 1 comment

Discussion Change line item in sumary cart

Hi, im selling tours in my site. An user check a quantity and there is a data field to select the date of teh tour. Quantity is a "Line item module quantity form element" and date is just a "Date Field" and "Popup-Calendar" w ...
andrewappleseed — April 2012 — 1 comment

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 First impressions: User Guide

In my opinion, the User Guide jumps in too much at the deep end for a new user. It seems to be seasoned Drupalers and written in the style of a developer for developers (or, at least, those who have some familiarity with programming concepts). What is nee ...
authentictech — December 2012 — 1 comment

Discussion Create product type without status and price field for donation website

Hi, I'm developing a donation website and I would like to create a product type in order to enable registered users to create their own calls for donation. How can I disable the price and status fields in my product type which are not necessary at al ...
donatoo — March 2012 — 1 comment

Discussion Free Gift with total purchase of $50??? How do I do this?

Free Gift with total purchase of $50??? How do I do this? Is there an easy way to do this? ...
GMo — December 2012 — 1 comment

Answer Answer to Question 3352

Vote up! 2 Vote down! The "Add to Cart" form is a way of displaying the product reference field. Which means you need to configure it on search result for the display node, not the product. ...
joshmiller Josh Miller — April 2013 — 1 comment

Discussion Adding/Editing Custom Line Item Info To Existing Orders

I'm a bit stumped but I'm sure this is much easier than I'm making it. I have a product with custom line items. I can create and change the amount, but I can't figure out how to add or change any of the custom line items. Am I missing ...
carelessdonkey — April 2013 — 1 comment

Discussion How do you add select lists to a product?

Hello everyone, am seeking your direction on how to handle two products that I need to add to my new store. Am new to Drupal Commerce but have been running Drupal sites for a number of years now:-) Here's my dilema... I'm taking products from an ...
jenifer — July 2013 — 1 comment

Pages