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.
Answer Answer to Question 3241
the rest. The flag module may work. Although Commerce webform was simple to use, I decided to create ... my own registration form based on the commerce_order example. This provide me with more flexibility ... to control the process flow. I am still using the commerce webform for other things such as ...
binarycubes — June 2012
Discussion Buttons "Continue" or "Go back"
i would like to have them in different order, first "go back" then "or" then "continue". Anybody can help? ...
stef — February 2012 — 1 comment
Answer Answer to Question 4456
Vote up! 0 Vote down! I have the same problem. I solved my issue creating a view of "Commerce ...
netol — October 2012
Discussion product & attribute design direction
Note: I've very new to drupal and drupal commerce. Any advice as to how to structure and set up ...
jnallen — March 2014 — 1 comment
Answer Answer to Question 3304
$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) { global $user; ... = commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ...
UrmasZ — April 2013
Discussion Additional services for products already purchased
2 years of D6 and I'm really enthusiastic. I'm testing for the first time Drupal Commerce and ...
Samirah — July 2011 — 2 comments
Answer Answer to Question 10162
I duplicate below code (line #36 of commerce_payment_example.module), to show 3 different field: // Merge in ...
jakaria — August 2014
Answer Answer to Question 3304
your module like this: dpm($order->commerce_order_total); and see what it contains. If you use ... you use dpm($order); you should see data and commerce_order_total and everything else that this order ...
UrmasZ — July 2012
Discussion Userpoint checkout:
Hi, Userpoint money == No cost for small and multiple transactions! Small request for the CG team:o) it's will be nice to have a paiement option with Userpoint, which is a very good alternative for small price, and for active community. Example: you ...
Florent — July 2011 — 2 comments
Answer Answer to Question 3295
Vote up! 0 Vote down! I was a little changed of views "Commerce Backoffice: Products" ...
Dr.Osd — September 2013 — 1 comment
