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 How to get a node ID from a product display using the product ID
(http://drupal.org/user/49344), thanks again! Product Display path token Cart ...
Answer Answer to Question 12068
PayPal site. This is helpful if some users may not already have a PayPal account nor want to create one. ... = user_load($order->uid); $data['first_name'] ...
fnikola — August 2014
Question Using Commerce Views Display Module with Views Reference Module
attributes that are displayed to a user based on date? Thanks in advance for reading my long explanation, and ...
elvizzi — December 2013 — commerce views display, Product variations, Views, commerce date attribute, views reference
Question Creating Rule to Add/Remove a conditional fee in cart
{"commerce_cart_product_add_by_sku": { "USING": { "user": ["site:current-user ...
Answer Answer to Question 3292
http://drupal.org/project/issues/commerce_extra?categories=All It's possible to create a rule that redirects a user. The trick is finding an event that will ...

Discussion multicurrency site with exposed filter
i must choose currency. When user switch to another currency, filter works only with currency i choosed ...
stef — February 2012 — 1 comment
Discussion a separate basket for a different type of product
simple hook or write an rule that much better: When user adds to cart the product of type A- it goes to ... standart shopping cart. But if user adds the cart the product of type "B"- it must go to shopping ...
prorokxp — October 2013 — 1 comment — Shopping Cart
Question How to stop default commerce coupon error message?
functionality set up on my shop. However, the following scenario occurs. If a user tries to enter a second ...
Answer Answer to Question 13600
['rebuild'] = TRUE;} function your_module_form ($form, & $form_state){ global $user; $order_id ... = commerce_cart_order_id ($user-> uid); $cart = commerce_embed_view ('commerce_cart_block', ...
Johannes Kees — April 2014
Discussion How to make option for product (example color)
How to add options (dropdown) to product? Example to choose color for product. Exactly like this: http://demo.commerceguys.com/dc/catalog/coffee-holders/mug How it is done? ...
ace11 — December 2011 — 1 comment