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 Views Search Filter On Commerce Payment Transaction: Message
numbers. I used the example payment module as a guide to write my own check payment module. I'm using ...
Question We have no shipping address on file.
I have setup multiple drupal installations with 2.8 and 2.9 and I cant seem to get paypal to recieve the ...
Answer Answer to Question 8363
Vote up! 0 Vote down! The problem appears to be that you've correctly altered the value of the button using: <?php $form ['submit']['#value'] = t ('Please contact us');?> But when you add the submit handler to the ...
Ryan Szrama — June 2013 — 4 commentsDiscussion Price Format on Import
importing a couple of thousand products and nodes via feeds and commerce feeds. All good so far. The price ... possible. Am I missing something really simple or do I have to work in cents to get the correct display ...
harry — July 2011 — 2 comments
Answer Answer to Question 12882
hook_views_pre_render(&$view) {//dpm('dd'); if ('collection_products' == $view->name && ... 'page' == $view->current_display) {$breadcrumb = array(); $breadcrumb[] = l(t('Home'), ...
Mastap — January 2014
Question Product non available, why?
sometimes I have this error: when I add variation of the product it happens that the product is "not ... creation of the item the bug does not happen. additional product information ...
smurf — April 2014 — additional product information
Answer Answer to Question 8990
those terms that are in active use and auto-create the links. The final step is to edit a product in ...
FSheff — August 2013
Answer Answer to Question 8373
function to your theme. https://api.drupal.org/api/drupal/modules!user!user.pages.inc/function/t... Simply ... YOURTHEMENAME_preprocess_user_profile(&$variables) { $account = $variables['elements']['#account']; // Helpful $user ... unset($variables['elements']['recent_orders']); $variables['user_profile'][$key] = $variables['elements'][$key]; } // ...
ahimsauzi — May 2014
Discussion I need info on payment method setup, not provided...
Hi all, I went here to find information on how to set up a payment method for Wire transfer, ie. just sum up the order and send an email, basically) and I looked here: https://drupalcommerce.org/commerce-kickstart-2/how-download-and-setup-p... but there i ...
Jiggy Gaton — November 2014 — 3 comments — payment method
Question Commerce Kickstart 2: Frontpage
can't find a place Third: Admin menu module wont display menu items as usual, is there some commerce ...
