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 3550

Though, not sure it handles the "user registration" as a pane. ... http://drupal.org/project/commerce_extra The above allows you to have a custom pane for registering users. ...
joshmiller Josh Miller — September 2012

Question How to print variables on the confirmation page (for tracking code)?

like:- User ID- Order ID- Order price (only the line items- no shipping costs) So I need soms PHP ...
J03Y — October 2013 — commerce orders

Discussion Add to cart with Ajax

ajax_cart_form($form, $form_state){  global $user;   $form_state['rebuild'] = FALSE;   $order_id ... = commerce_cart_order_id($user->uid);   $cart =  commerce_embed_view('commerce_cart_block', 'default', ...
supergogy — February 2012 — 21 comments

Answer Answer to Question 10417

this tutorial will be useful: http://www.drupalcommerce.org/user-guide/product-attributes-variations ...
malovanets — October 2013

Question How to sort product list on SKU content?

Vote up! 0 Vote down! Despite reading many articles of other kickstart users who try to sort on ...
waskerleyairport-software@yaoo.co.uk Rob — October 2014 — 2 comments — sku, sorts, Product Listing

Discussion Missing configuration for parameter param_field_firstname

is a failure to add anonymous users. When I checked the Rules module, I found the following error: ...
idesign — March 2012 — 4 comments

Question Commerce pages only visible by admin- advice appreciated

anyone help me figure out how to allow authenticated users? I'm on this page ...
ukfilmnet — October 2013 — commerce, permissions

Discussion How prepared are Drupal 8 + Commerce 2.0 to handle high volume e-commerces?

check the stock for the closest Distribution Center when user checks out. Also if a particular product ... is out of stock in all of our Distribution centers, it shouldn't be visible to the user (or ... maybe marked as "out of stock") even in the home page. Ideally the user woulbe be able to buy ...
jfbaro — December 2015 — 1 comment

Question shipping and billing information missing

are there. Same thing in the user profile. (user/../orders/... I can see the labels "Shipping ...
jasminedb — May 2013 — order form

Discussion Question regarding payment processing workflow

We have 3 states:- Pending- Processing- Comleted Pending, when user chose a payment method and was ... payment from the provider "paypal" for example order_balance > 0 Processing, user paid for ... between "Pending and Processing" should be automatic, Completed, user already paid, and shop ...
Narhir Narhir — March 2012 — 2 comments

Pages