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.
Module Commerce Be2Bill
Kickstart or Drupal Commerce instance to provide a seamless integration of payment for your user experience ...
AngryWookie — September 2012 — 13 Installs
Module Commerce pay with a tweet
the website to make downloads available to users with a tweet as payment."- Commerce Pay with ...
Module Commerce EBS Payment Gateway
Drupal Commerce. This will come as a boon to Drupal Commerce users in India looking to use an Indian ...
saran.quardz — November 2011 — 17 Installs
Module Commerce Coinbase
contains a secret validation hash which should remain confidential to prevent malicious users from spoofing ...
Module Commerce Alipay
Commerce Payments User Guide. Follow all other steps as described in the Payments User Guide (screenshots): ... a professional technician to contact you. 2- User Help Center. 3- Alipay Forum: For general discussions, ...
hibersh — May 2011 — 93 Installs
Blog Commerce 2.x Stories- Addressing
province, the prefecture-level city, and the county. A user friendly address form would provide dropdowns ...

Blog DrupalCon Chicago Session Video
DrupalCon Chicago was quite a rush. It was the first Drupal event since we've hit a stable release of the Commerce modules, and the feedback from all directions was extremely positive. The video for my session, Drupal Commerce: Setting up shop on Dru ...

Question Product Display Access by Role
customer types are defined by user roles. So I have customers with roles ALPHA and BETA for example. I want ... the ability of users to view products by role? I must be missing something simple, I hope you can ... help. Thanks in Advance! Product Display content access user role ...
Answer Answer to Question 7181
Vote up! 0 Vote down! I used this code in my footer div: <?php if ($user-> uid > 0) { ... print l (t ('my account'), 'user'). ' | '. l (t ... ('Logout'), 'user/logout');} else { print l (t ('Admin'), 'user');}?> ...
jaap76 — April 2013 — 2 comments