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 Commerce Extras Redirect After Login/Register
Vote up! 1 Vote down! Trying to wrap my head around this. After users are asked to register, or ... rather than back to the store, which is a poor user experience and can (and likely will) cause some ...
Threadsniper — April 2013 — Login
Answer Answer to Question 6973
Vote up! 1 Vote down! There were various answers given at this link (the anchored one being the most likely to resolve this problem, in my opinion): https://drupal.org/node/1330882#comment-5441078 However, the issue appears to have been resolved by updati ...
authentictech — April 2013 — 1 comment
Answer Answer to Question 13723
result is not as expected. I want the user to choose his own dessert by selecting a cake, a sauce, and ... and then to propose them to the user... but this is not what I want. Do you have another idea? ...
romsVLM — May 2014
Answer Answer to Question 8363
= 'commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit';?> try <?php $form ['#submit'] ... = 'commerce_product_disabled_link_commerce_cart_add_to_cart_form_submit';?> The submit handler is set directly on the form, not on the button (look at ... commerce_cart_add_to_cart_form()). Also, note that I did not use []. This is because I want only my submit handler to be called, ...
malberts — August 2014
Question Commerce pages only visible by admin- advice appreciated
anyone help me figure out how to allow authenticated users? I'm on this page ...
Answer Answer to Question 31861
function HOOK_node_view_alter(&$build) { if(!user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015Answer Answer to Question 7895
YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) { if (strpos($form_id, 'commerce_cart_add_to_cart ...
Favio Manriquez — May 2013 — 1 comment
Discussion Design pattern for payment gateways
Looks like we need a multicurrency aware design pattern for payment gateways. Following issue in the Commerce Multicurrency queue contains several reports of problems with payment gateways when using multiple currencies: http://drupal.org/node/1932598 In ...
