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 Assign several attributes to one SKU
Hello. I've got a question on this article from official documentation- http://www.drupalcommerce.org/user-guide/product-attributes-variations In this article they creating separate SKU for each attribute. How can I create a product with several attr ...
Spider84 — October 2012 — 3 comments
Question Connectivity for Blog posts and Products
clogging up the front page with questions. I working with Drupal Commerce Kickstart 2.0 and currently have ... (https://drupal.org/project/media_gallery) However, I feel like that will not be possible. What I am looking to do is to connect users ...
Answer Answer to Question 7703
http://drupal.org/project/commerce_custom_product and create a new "non-default" line item type with a price field that is not required. ... line item price field: admin/commerce/config/line-items/product/fields/commerce_unit_price you will get ...
Josh Miller — April 2013 — 1 commentDiscussion Installed Commerce, then later Commerce Backoffice... something broke
I started out installing Commerce and creating two simple products and nothing more. Then ... I realised I needed Commerce Backoffice to make things simpler so I installed that. I then created a Product ... missing from the admin/commerce/products page and the product display is listed here now instead. On ...
authentictech — December 2012 — 2 comments
Discussion Linked attributes
I'm selling custom t-shirts with prints on it. So I have image as product and t-shirt type and t-shirt color as attributes. But t-shirt color depends on t-shirt type. Something like: classic t-shirts can be black and yellow, unisex t-shirts can be gr ...
Maestro — July 2011 — 3 comments
Discussion Price without the decimal?
Hi How to setup price without the decimal? Now is 99.00, I need only 99. Thank You ...
nawi — February 2012 — 8 comments
Answer Answer to Question 43185
it is an extremely important aspect of this project. ...
RevalRomanov — December 2015 — 2 comments
Discussion Booking System
cannot be selected. How would I achieve this using drupal commerce. ...
z_khn06 — September 2011 — 5 comments
Discussion Invoice a Customer and Have Them Pay Later
Is it possible to invoice a customer and have them pay at another time? I tried to create an order manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only Example Payment shows up, even though I have th ...
Question Add tokens to the commerce-order token types for commerce-order-total field components base-price shipping etc
file: <?php /** * Implements hook_token_info(). */ function Commerce_Order_Breakup_token_info () { ... // Tokens for commerce order totals field. $order = array(); $order ['base-price'] ... array('commerce-order' => $order), );} /** * Implements hook_tokens(). */ function Commerce ...
Summit — August 2013 — 1 comment — Commerce Tokens
