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 do I change the quantity widget label for a specific product type?
http://postimg.org/image/t6s4xoh19/ How can I do it using a hook? Add to Cart form code hook_form_alter ...
Question Creating a order for an existing customer
an order you are able to search for an existing customer by name or email address, select the user ... and the order will be assigned to that user and bring up there address details. Is this possible in ...
Answer Answer to Question 8423
Adds a link to the contact page when clicking on the add to cart form of a disabled product */ /** * ... Implements hook_form_FORM_ID_alter(): commerce_cart_add_to_cart_form */ function ... commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state, $form_id, $context = array()) { if (!empty($form ...
Summit — June 2013 — 1 comment
Discussion Use of tokens in Emails
I want to use the phone number field from my user profile. Tx ...
Francois P — March 2013 — 2 comments
Question How do I show different default product variations in my catalog?
For this display it only display one item(color) at the front page. When the user click in to this ... item(display), then the user can choose different colors. Is it possible to display all the different colors in ... the front, then when user click into any of these colors(product), he then can still see many ...
Question Product with customer defined attributes
Vote up! 1 Vote down! Hello, Is it possible to create product, where before add to cart customer ... height where customer type his specific size. And after that I want to add it to cart but without price. ...
scooti — August 2013 — add product fields
Answer Answer to Question 7280
Vote up! 0 Vote down! Hi, I just created a fiel in the user profile to count previous orders in ...
leo — March 2015Answer Answer to Question 7384
Vote up! 1 Vote down! I would treat the "add something to the Order amount" as "adding a fee charge line item" and to do that, I would create a new product type (without a display unless that's your thing) called "Order fees& ...
Josh Miller — April 2013 — 6 commentsQuestion How to hide Customer Profile custom fields?
a user editing their profile? Customer Profile ...
Bruno Prior — October 2014 — 1 comment — Customer Profile
Question Why are my rules excuted only from localhost but not from my server?
Vote up! 0 Vote down! I'm trying to grant a user a premium role after completing the payment ...
