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 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

Answer Answer to Question 6584

Vote up! 1 Vote down! You will need to make 2 changes 1. Go to your settings.php located at sites/default/settings.php and add a line ini_set('memory_limit','128M'); 2. Go to your PHP.INI file and increase the memory- Search for memory ...
vishy_singhal — January 2013 — 2 comments

Answer Answer to Question 16045

Vote up! 0 Vote down! Thanks, and I did just that! I am trying to also remove the Shipping Address section on the user profile. Any ideas on that? ...
Jonah Brown — September 2014 — 1 comment

Discussion Different prices for individual users

Hi all. First, thanks for drupal commerce is very good. There is a commerce module for ubercart like: http://drupal.org/project/uc_member_pricing Or some sequence rules to have the same result? I need different prices for each individual user. Thanks for ...
kovaski — June 2012 — 4 comments — hiding the price, rules, ubercart, commerce

Question Deleting products that are in completed orders

Vote up! 4 Vote down! I am using Commerce for both event registrations and product sales. The setup seems absolutely fine, but when I want to delete old events (product) I get a notice that I cannot because they are items in orders. Is there a workaround ...
AW — June 2013 — 1 comment — Product

Discussion 1 product with 2 different prices

Hello! For a ticketselling site I need 2 prices for each product, one for adults, one for children. The children price varies for each product, so there is no percentage relationship between adult price and the discount for children. I thought about using ...
dasmoermel — November 2011 — 6 comments

Answer Answer to Question 4369

Vote up! 3 Vote down! In order to get at the product types on the order, you have to look inside the commerce-order token at the line items it contains. Specifically, in your actions section you can loop over the commerce-order:commerce-line-items token a ...
Ryan Ryan Szrama — April 2013 — 2 comments

Discussion Multisite shared cart /checkout

I'm planning on building a multisite Drupal Commerce installation. in the beginning it will consist on of three different commerces as follows: commerce1.com (will be in 4 different languages) commerce2.com (in two languages) commerce3.com (in one la ...
Antsa — January 2013 — 2 comments

Discussion Load line item's prices in an array

Let me know if I'm posting in the wrong place. I searched and tried a lot of things but didn't find anything yet. I need to load each line item's price present in the current user cart in an array. Then I want to sort the values from lowest ...
evanasse — May 2013 — 1 comment

Question how to add two productentity types on one product display

Vote up! 0 Vote down! Hi, I have handmade product entities and automated imported through a commerce feeds implementation. This works fine. When I add these two product-entity (product variation) types products and set the color category within those prod ...
Summit — April 2013 — 1 comment — Attribute selection widget

Pages