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 Breadcrums and urls

get the same result as a typical web shop. And what is the best way to have a nice automatic urls for ...
drupalin — June 2012 — 2 comments — breadrumb, url

Answer Answer to Question 3304

= commerce_cart_order_load($user->uid);             // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) {    global $user ...
switch — August 2012

Question pricing rule result as a product display

example I would like to capture the "donation " price entered by the users and display it near ...
AVILEVE — April 2013 — 2 comments — Pricing Rules

Answer Answer to Question 12703

MYMODULE_form_views_form_commerce_cart_form_default_alter(&$form, &$form_state) {  $form['actions']['submit']['#submit'][] ... = 'MYMODULE_cart_update';   $form['actions']['checkout']['#submit'][] ... = 'MYMODULE_cart_checkout';} function MYMODULE_cart_update($form, &$form_state) {  dsm('Update Cart clicked);} ...
ridgek_lives — August 2014

Answer Answer to Question 12703

MYMODULE_form_views_form_commerce_cart_form_default_alter(&$form, &$form_state) {  $form['actions']['submit']['#submit'][] ... = 'MYMODULE_cart_update';   $form['actions']['checkout']['#submit'][] ... = 'MYMODULE_cart_checkout';} function MYMODULE_cart_update($form, &$form_state) {  dsm('Update Cart clicked);} ...
ridgek_lives — August 2014

Answer Answer to Question 7580

User has roles: site:current-user, Roles: wholeseller-- or-- opt B. (to check by user id) Condition: ... Add new condition: site:current-user:uid, whateveruserid Action: Commerce Line Item: Set the unit ... "field_wholesale_price"}}, {"user_has_role": {"account": ["site:current-user ...
drupalastic — April 2013 — 2 comments

Discussion contact form

Hi, how do i get a contact us form on my contact page. right now i only have text on the page. thanks ...
ariban99 — March 2013 — 3 comments

Question Integrating affiliate tracking pixel with drupalcommerce

confirmation / online invoice page of the cart system. Doing this would require the iDevAffiliate user to login ...
HKT — August 2012 — 1 comment — tracking, tracking pixel

Question Display shipping subtotal including taxes

Vote up! 0 Vote down! Hey guys I'm settings up a shop with VAT and shipping. All works well ...
iGFORC3 — April 2013 — Shipping, Taxes, price components

Discussion 'add to cart' button totally disappeared

products etc, but the add to cart button totally disappeared everywhere on the site including all display ... nodes and all views. In views that used the add to cart field, I now get 'Broken/missing ... no Field to select for the "Commerce Product: Add to Cart Form" Also: In the display nodes ...
garyg — August 2012 — 1 comment — add to cart, Drupal 7 commerce, views, product display

Pages