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 Two blocks side by side.
Hello, I'm trying to implement two blocks side by side at "User Bar First" region ...
Evagelos Chronopoulos — September 2013 — 1 comment
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
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 Product references, default values and required fields in select lists
user to select an option? From what I gather, the way to create product attributes in Commerce is to ... the default should be- Select-, which prompts the user to select a size option. How can I get ... a-Select- option in a product reference dropdown to force the user to select an option? product reference ...
Discussion Custom Line Item and Pricing Rules
a single form once the add to cart button is selected. Using rules the user goes directly to the checkout ... a custom line item where the user can choose the ticket type from a select list. I then created three ... pricing rules that is supposed to change the unit price based on the user selection in the line item form. ...
denpub — September 2012 — 5 comments
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 — March 2012 — 2 commentsAnswer Answer to Question 3245
= commerce_cart_order_load ($user-> uid); if ($user-> uid > 0) { unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013
Discussion How to add a file license to an existing product (downloadable file)
in the user account) 2. issue a file license so that the user can download the file. In theory this ...
Brian — April 2012 — 2 comments
Discussion Empty Shopping Cart Link
Cart" button/link--without success. Essentially, my concern is, that if users add contents to their ... For my User Interfaces, this could prove to be quite pesky. Thanks, Dale empty cart ...
dale brendan — August 2013 — 1 comment — empty cart
Answer Answer to Question 37836
Vote up! 0 Vote down! Using rules, I've managed to build the first offer of allowing the user ... user can choose from for their free product Moved this select option field into the field group field ... users to select their free product I now just need to work out how to do the other promo- 2 for £5, ...
Carl Bowles — July 2015
