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 Use payment method option in off site payment method
craft the $form['#action'] depending on the user choice. Any ideas? Thanks payment method ...
Discussion Need example of large commerce sites
of products to sell (b2b). Buy mere Googling I couldn't find any such a list, only Dries' ...
Amir Simantov — January 2013 — 2 comments
Answer Answer to Question 37977
that lists the product variations. Then add a relationship to the product page using the relationship ... called "Commerce Product: Referencing Node" Then add a filter on something for a node, I chose ... of SKUs that didn't have product pages. If you have more than one relationship field you would ...
Josh Miller — August 2015Answer Answer to Question 8719
views_handler_area { function render ($empty = FALSE) { global $user; if (user_access ('create answer ... content', $user)) { // Build an empty Answer node object for use on the form. $node = (object) ... array( 'uid' => $user-> uid, 'name' => (isset($user-> name)? ...
Josh Miller — April 2014Discussion Print field_images field tpl in node
['product:field_images']);?> I need now, to be able to address each image and print some stuff inside the tag, so i tried: ... $my_image): $image = theme ('imagecache', 'product_full', $my_image ...
Discussion display custom order fields in a checkout pane
field in checkout panes, so users can fill them. but by default there is no relation between fields that ...
moallemi — January 2012 — 2 comments
Question Is it possible to have a single page checkout? If so, how?
have you done a chekout process so difficult for user? Is there a need to make so much checkout pages ...
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? ...
Discussion How to create a Product Catalog in Commerce Kickstart 2
how to items to the category menu. I have added the additional taxonomy term to the Product Category, ...
Louis Preston Thornton — August 2013 — 1 comment
Answer Answer to Question 4772
['field_name']['#access'] = user_is_logged_in ();?> ...
Josh Miller — March 2013 — 1 comment