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 Can I change product attributes on products listed from a view?
I created a view where I list my products. I have various attributes of the products by size and color. In the "store" I have created a product type with "List Text" fields for sizes and colors and "Enable this field to function a ...
robertr81 — January 2012 — 3 comments
Discussion Import script & product_display create
Hi! How can I create product_display in import script for products? Is there any function in API for creating of product_display? G. ...
Gábor — May 2012 — 2 comments
Discussion Credit Card Surcharge Fees
Hello, I am using drupal commerce and authorize.net for payments. Is there way, I can add Credit Card Surcharge (merchant surcharge) to the customer. As of now authorize.net charges me for every credit card use as a percentage of value plus small fix char ...
Question How to get custom product line item text field value?
Vote up! 0 Vote down! Hello everyone, by using commerce customisable products I created a custom product line type to which I added a text field (Machine name field_license_details). By following this excellent video tutorial http://commerceguys.com/blog/ ...
Discussion Online food ordering for a cafe/restaurant: looking for a push in the right direction
I'm working on building out an online food ordering system for a cafe—my first dip into Drupal Commerce. The concepts are starting to make sense, yet while i'm pretty proficient with Drupal, i've got a long way to go to feel in any way comp ...
stephen Piscura — January 2012 — 3 comments
Answer Answer to Question 3226
Vote up! 2 Vote down! I hadn't tried this yet myself, but are you following what's going on here: http://drupal.org/project/commerce_fancy_attributes- it might be similar or at least get you close to what you are looking for. ...
Aaron Dudenhofer — April 2013 — 1 comment
Discussion Dynamic price calculation- complex case
Hi, I wish to implement a rather complex price calculation system for the objects that will be for sale in my Drupal Commerce store. A basic description of what should be achieved: A buyer arrives at a product page, and clicks the "Buy" button. ...
svendecabooter — April 2011 — 8 comments
Discussion add additional order status?
I've been reading about how states and statuses are defined here: http://www.drupalcommerce.org/specification/info-hooks/order I've also seen how the various states and statuses are defined in commerce_order.module The goal is to add a second pr ...
photoboy — May 2012 — 2 comments
Discussion Not showing out of stock items
I am new to Drupal Commerce. can someone suggest me how to prevent items (with or without attributes) which are out of stock from displaying in the front-end? Thanks in advance.. ...
t.basak — December 2011 — 4 comments
Answer Answer to Question 8981
Vote up! 2 Vote down! This can be done in the template.php of your theme. Below is a video and a code snippet that I used to demonstrate how to make this happen. <?php function YOURTHEME_form_alter (& $form, & $form_state, $form_id) { //dpm($f ...
Josh Miller — August 2013 — 1 comment