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.
Question Custom Line Items on Add To Cart form based on product field
type "Ticket" which I need the admin user to tick if they want to make that product ticket ...
GAMe — December 2015 — events dependencies cart
Question Tax as condition in rules and its rate as variable?
Vote up! 0 Vote down! I have two different VAT (15% and 20%) and I would like to use them for "IF" condition in rules and than calculate some result using its rate (0.15 or0.2). I can not Get these parameters in Rules. Please can anyone help me? ...
Question Step 5, install profile crashes
Undefined index: delete terms in 11 in user_role_grant_permissions() (line 3032 of ... /homepages/9/d153489178/htdocs/Drupal/modules/user/user.module SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null ... user_role_grant_permissions($rid, array $permissions = array()) {$modules = user_permission_get_modules(); // Grant new permissions ...
Discussion Show order state on when looking at previously placed orders
page you go to when you click a specific order number from the list of orders on you user profile. ...
Prince Manfred — September 2011 — 8 comments
Question set orders as 'complete' from custom module
the data is received from the remote payment gateway and the transaction is completed, the user is ... {if($_GET['authorization'] == 'OK'){ global $user; $user = user_load($user->uid); $order ... = commerce_cart_order_load($user->uid); $profile = commerce_customer_profile_new('billing', $user ...
Question Editing CSS of modules included in Kickstart
commerce_extra_price_formatters. Thanks. css Commerce Kickstart ...
Answer Answer to Question 9113
Vote up! 1 Vote down! First, you need to get the block to appear... this is a permission setting. Ping back with more info if this is not the case. ...
Josh Miller — August 2013 — 1 commentAnswer Answer to Question 3460
Vote up! 0 Vote down! You could create a view with a default argument on the user, relationship to ... order based on that user id, relationship to products based on the order, list the products. ...
Josh Miller — August 2012 — 1 commentQuestion bundle that behaves as individual products in cart?
price) I want to keep quantity fields for individual products enabled in cart. + all discounts are ...
Question Enforce conditions before checkout?
allowing a user to checkout. I'm working on a site that requires "active member" status ... before users can register for programs, which are a special commerce product type. One idea I've ... tried is a form alter that disables the checkout button if the user isn't an active member and the ...
Dave Bruns — April 2013 — Checkout
