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 can I completely remove Billing Information from checkout?

Information section from the checkout process, and have removed user permissions to view/create/edit billing ... addresses for their own accounts. However... 1. Despite removing the permissions, users are able to view, ... with the permissions removed? How can I stop users seeing anything relating to Billing Information? 2. ...

Answer Answer to Question 3778

code below To be somewhat consistent, I wanted to put tabs on the order display for a user so you could ... ['user/%user/orders/%commerce_order/view'] = array(    'title callback' => 'commerce_order_ui_order_title',     ... ['user/%/orders/%/payments'] = array(    'title' => 'Payments',     'description' => ...
kevinquillen — April 2013

Answer Answer to Question 8534

to get the correspoding userid to the username. I am importing the users first. Then in the import ... customer profiles get imported where a user is existing. Before using it that way all the profiles got ... imported even if no corresponding user could be found. This is the code of the plugin: <?php /** * @file ...
Stefan Korn — September 2014

Discussion How to add a "Express Checkout" button next to "Add to Cart"

Hello, I'm a new user of Drupal Commerce and Drupal itself, and it's been quite the ... options to the end user (even though that'd be just me assigning to product reference fields to the ...
missjane — March 2012 — 6 comments

Question Can rules access $order-> data?

Vote up! 0 Vote down! I want a user to fill out a particular form and submit it, which changes ... as a flag that the user filled out that particular form. My idea was that that could trigger an ...
bennybobw — April 2013 — Rules, Order

Question Ok I'm lost, can I even get a set up like this or do I need a custom module?

custom order types but don't know how to get the input from the user to the custom order) I need the ... I would love for users to be able to put the information in and add products on the same page, so have an ... the user to be able to edit this order, and if they increase any of their tiers they only pay the ...
makawak — August 2013 — help, configuration, setup

Discussion How to create product packages

price. This will need a single add to cart form, but the user should be able to select different ...
T.Mardi — July 2013 — 2 comments

Discussion Needed modules to create a pay to publish content site

hello, am going to create a site, in which users can register and add their own ...
saleempbt5 — January 2014 — 1 comment — modules, classifieds

Question Interested in a check out functionality only

site whereby users will be able pick and choose features to perk there ad such a) do they want to make ... will be based on a customized content type with several customized fields so with the above, user will ...
amedjones — April 2013 — checkout only

Question Custom product variations

Vote up! 2 Vote down! I have a project where the customer will be able to select the colors they want on the product. Example: a baseball hat where the bill can be one color, the top of the hat one color, the inside of the hat one color and the logo one c ...
that0n3guy — February 2013 — 1 comment — Product Attributes, Custom Line Item

Pages