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.

Discussion Cart/Checkout Links

Hi guys, do you know why the Checkout-Link in Commerce Kickstart is directing to the shopping cart and not directly to the checkout page? How can I change that? Thanks ...
quvxqy — March 2013 — 1 comment

Question Large Company Software website

Vote up! 0 Vote down! I am currently in the process of deciding to use Drupal (commerce) or not. At the moment i have develop a website for my company that, Manages stock, Manages company accounts (including credit limits), invoices, purchase ordering i e ...
rotty_dean — April 2013 — 1 comment — performance

Discussion How can I hide a product variation field in the page template?

I have successfully hidden one of the content type fields using the code below: <?php         hide ($content ['field_desc']);      ?> I have then managed to display the above where I want it using the code below: <?php      print render ...
Carl Bowles — December 2013 — 1 comment — Drupal 7 commerce, -Kickstart 2.0, omega, template, php

Discussion Altering/Adding Submit Behavior in Checkout

Suppose I have Checkout Page 1 with Checkout Pane 1 and Checkout Pane 2. Checkout Pane 2 is a customer billing profile pane, provided by the built-in billing profile. Checkout Pane 1 is a creation of my own. There is information I'd like to add to th ...
stickywes — September 2011 — 2 comments

Discussion Billing Information and Payment (authorize.net) both on checkout pane

I am collecting billing address information and cc information on the same pane (checkout pane), and then on the review your order pane, users can see their billing information and using (card on file) the last 4 digits of the credit card they entered. Ho ...
rbaron — March 2014 — 1 comment — authorize.net, checkout

Answer Answer to Question 7554

Vote up! 1 Vote down! The issue here is that "combine like items" only comes into affect with each additional press of the "Add to Cart" button. If you set the quantity to 10 and click "Add to Cart", it's adding a single ...
Ryan Ryan Szrama — March 2013 — 1 comment

Discussion Prevent adding product to cart based on date comparison

I'm building a conference web site and as part of the site, we offer various paid courses that are happening simultaneously and I don't want the user to be able to add an event (product) to their cart if they already have added a product to the ...
Dan Parker — October 2014 — 1 comment — rules, commerce

Discussion Commerce as a wholesale setup

I want to try this module for a customer that wants a wholesale store. Before i go about and mess around with this module, I need to know if the following is possible: Can i show the products to all users, but hide the "add to cart button" and t ...
Druplab — September 2011 — 2 comments

Discussion How to add a file license to an existing product (downloadable file)

Hi, is there a way to manually issue a file license to an existing product? As far as I know, I can only issue a new license if I upload the respective file. (admin>shop>file licenses>add new license) What I need is... 1. manually generate an ord ...
Brian — April 2012 — 2 comments

Answer Answer to Question 4002

Vote up! 0 Vote down! Create a new content type with the word display at the end, e.g. Furniture display. Make sure that the field Product variation (originally called just Product) is included. Save it and it will appear on the list when creating a new p ...
Stuart Hertzog — August 2013 — 1 comment

Pages