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 In Drupal Commerce, How to generate order using “Add to Cart” button in Custom PHP page
In Drupal Commerce Kickstart, I used custom PHP page in Drupal root folder. As per the requirement I choosed custom PHP Code to show products in different logic pattern. I am getting product id value for each product in that page. Now, I need "Add to ...
SinhaM — August 2013 — 1 comment — add to cart
Discussion order update after payment
upon completing a payment, the order should be marked as completed. I am using 2 relatively fresh modules (commerce_bank_transfer and commerce_file) and am rather unsure, whether either one of the modules should deal with it, or I am supposed to create a ...
mojzis — December 2011 — 2 comments
Discussion Importing from poorly generated data feeds in CSV format
Firstly I've got to say that what you guys are doing is awesome. The thing is I'm struggling to do automated imports (I've been looking into Feeds module for this) but I need to know if what I have to go on with i correct. I am trying to se ...
pixel8 — August 2011 — 3 comments
Answer Answer to Question 3976
Vote up! 4 Vote down! This took a little bit of code reading, but once I found it, it makes a lot sense. So, let's start at the beginning. We're looking at a specific entity, "Order." You can manage the display of Orders by navigating ...
Josh Miller — April 2013 — 1 comment
Discussion Understanding product attributes and options
First off, I'm a Ubercart user. My hats off to the developers and community for a great product. I know the developers have their reasons for reconfiguring elements the way they did. However, I was playing with Drupal Commerce and was reading that fo ...
nexus — January 2011 — 22 comments
Question Add tokens to the commerce-order token types for commerce-order-total field components base-price shipping etc
Vote up! 0 Vote down! Hi, May be shortterm solution thinking for https://drupal.org/node/2063023 Adding simple tokens based on: http://www.andypangus.com/drupal-7-making-your-own-tokens I made this custom module but I do not see the tokens showing up in t ...
Summit — August 2013 — 1 comment — Commerce Tokens
Question Product princing rules and product fields (not inline item fields)
Vote up! 0 Vote down! I want to calculate the price of a product that depends weight and height. In Products, I have two fields: price_cm_width and price_cm_height. In Line item, I have other two fields: cm_width and cm_height. The idea is put on the unit ...
Answer Answer to Question 3214
Vote up! 0 Vote down! Yeah, I looked in their (thinking this was the 'Drupal way') but I didn't see any options there after installing LB2. Thanks for the suggestion, though;) SC ...
fretwizz — June 2012 — 2 comments
Discussion where can i manage confirmation mails?
After processing order is completed, commerce generates a confirmation mail. Where can I configure and manipulate the output design and content of this mail? How can I send additional mails to the customer, in case of delivery difficulties? How can I mana ...
Question Programatically create an entity reference field for products
Vote up! 1 Vote down! There is a great example of how to create a entity reference field here. http://drupal.org/node/1264160 This works if you are focusing on one bundle. However Commerce Products usually have more than on bundle. I'm wondering if a ...
bj___ — May 2013 — 1 comment — entity reference