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 Disabling a checkout page

There is no "enabled" property for hook_commerce_checkout_page_info(). This property is available in hook_commerce_checkout_pane_info() but not page. I'm trying to work on my first module for Commerce (actually, my first module period) whic ...
switch — June 2012 — 4 comments — checkout, shipping

Answer Answer to Question 12543

Vote up! 1 Vote down! Interesting problem. Would be nice if you could jump into the database to determine if the order is actually missing. Take a look at the table "commerce_order" table and see if you can find an order #28. If the order is not ...
joshmiller Josh Miller — December 2013 — 2 comments

Discussion Question regarding payment processing workflow

We have 3 states:- Pending- Processing- Comleted Pending, when user chose a payment method and was redirected to "payment gateway/bank gateway", but we dont have yet informations regarding the payment from the provider "paypal" for exa ...
Narhir Narhir — March 2012 — 2 comments

Discussion Checkout button

Hey everyone. I'm very new to drupal commerce and am having problems with it. I have followed the userguide on this and have been able to create and display a product list and product types and so on, but when i log on as an authenticated user, i can ...
frankenstein246 — June 2011 — 9 comments

Discussion clearing cart when closing browser

Hi All Is there any way to clear the shopping cart when closing the browser, ie if a customer adds to the cart but does not go to checkout, when they come back onto the site they get a empty cart. I guess its clearing the cache on close down for the cart ...
ikmps — January 2012 — 4 comments

Answer Answer to Question 3172

Vote up! 7 Vote down! Just a quick behind-the-scenes tidbit here: Drupal Commerce separates out its internal Order ID from what you see on the front end as the Order number. The Order ID is a serial numeric value that increments with each order created (i ...
Ryan Ryan Szrama — April 2013 — 3 comments

Discussion [modification here] Bug in kickstart with slideshow

when opening development tools / on IE or firefox (not chrome), slideshow stops and console javascript shows: Uncaught TypeError: Cannot call method 'getSlideCount' of undefined commerce_kickstart_slideshow.js Ligne 25 Caractère 13: Drupal.behav ...
corbin — December 2013 — 2 comments — slideshow conflict, -Kickstart 2.0

Discussion Unique identifier for each ordered cocktail?

Is there an easy way to have Commerce auto-assign a number for each ordered item? For example, in an imaginary online bar- a customer might order many cocktails and I would like each cocktail in the cart to be auto-assigned its own unique number (1, 2, 3, ...
MM10 — April 2012 — 3 comments

Discussion Rental products

I'm wondering if it is possible to use Drupal Commerce in a product rental environment. I want to run a shop that lets people rent audio/lighting equipment for party's. With optional: transporting the equipment and setting it up(installation) se ...
remixed — November 2011 — 6 comments

Discussion Set the value on the fly.

Is there a way to set the attributes value programatically? ie. when i load the product display node, how do i set my attribute values. I tried to update this variable but the attribute select boxes did not update. $colornid = 75; $content['product:c ...
marvzz — November 2011 — 6 comments

Pages