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 Commerce upload image with order
been selected from the users computer, and even if one has been selected it does not upload the image, ...
Joeuk — September 2014 — 3 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 ...
Answer 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 Gift Subscription
to allow existing users to purchase a gift subscription to the site. So they put in an email address ...

Question How can I prevent the repurchase of products?
this: User adds a product of the type 'downloadable file' to the shopping cart The 'add ... button will always stay inactive for users that are logged in and have purchased the product previously ... If a annonymous user attempts to buy the same 'downloadable file' again, the product is ...
Discussion Login to Checkout
I need help trying to make sure a user is logged in before attempting to check out. A few things ... I have noticed... When a user is not logged in they can add items to the cart but will not be given the ... option to check out (I want this, but I know it can be set for anonymous). When a user logs in, the items ...
pumpkinkid — September 2011 — 1 comment
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 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 9355
a customer who also had a user account and made a purchase, so I know the commerce addressbook module code is ... definitely working properly. On a hunch, I created a user account as a test for one of my anonymous ... customers-- associated the customer profile with the user account, and then one of the orders associated with ...
Andrew_Imagine — September 2013
Question Multiple prices remove VAT calculation?
Vote up! 0 Vote down! I'm trying to build a site with 2 different prices per user role. So ... there without including any tax in the price. With a pricing rule i check if the user has the company ... calculated. Also i've added a condition for the sales tax. It should only be added when the user role is ...
eldoradofm — March 2013 — vat sales tax price calculation