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 Dealing with multiple product and content types presentation/ Inheritance
product types and view modes, but let's say you have N product/node display pairs, each of which has ...
Discussion New product field showing "add comment, to basket and in stock"
I added a new field for JW player/ some video to a product page, it works ok, I have to work on the player loading 100%, will fix that but I am trying to get rid of the "add new comment, add to basket and in stock" that shows up with the video. ...
asperi — March 2013 — 2 comments
Answer Answer to Question 8171
Vote up! 0 Vote down! I ended up doing this in a custom module: <?php // Select nodes ... $query = db_select ('node', 'prod'); $query-> condition ... 'node_quantity'); $totalresult = $totalquery-> execute ();?> There will be a better solution with ...
easycombvba — May 2013
Discussion Installation Problem
While I am installing I got the following error. Fatal error: Call to undefined function field_attach_load() (Fatal error: Call to undefined function field_attach_load() in F:\php\drupal\site_01\includes\entity.inc on line 321) Advance thanks for solution ...
chinnimanoj — February 2013 — 1 comment
Discussion Rules subtotal Discount only when specific SKUs are in cart
http://www.drupalcommerce.org/node/461 What I want to do is a little different though. I want subtract an amount from the subtotal only ...
Jeff Purtle — March 2012 — 1 comment
Discussion How prepared are Drupal 8 + Commerce 2.0 to handle high volume e-commerces?
Hi there, We are migrating our websites to Drupal 7 (we are waiting for Drupal 8.1) and so far the experience has been pretty good. We host our websites on Acquia Enterprise. Now we are considering starting a new e-commerce website which will handle large ...
jfbaro — December 2015 — 1 comment
Discussion Selling Event Tickets
I am new to Drupal Commerce and just wanted to know if the following is feasible with contributed modules. I have started playing with Kickstart and it seems to work well, but I do not see how to do stock in the way we would need. I am hoping to set up a ...
biz123 — April 2013 — 4 comments
Answer Answer to Question 8661
the base theme, just make sure you read most everything here: https://drupal.org/node/225125 (logo, ...
Favio Manriquez — August 2013
Discussion bug with shipping address
Hi, I think i found a bug. when a user checksout they are asked the billing and shipping, for some reason when you leave teh shipping to be the same as billing, everytime the system saves teh shipping address to the users profile again and again. i had to ...
ariban99 — March 2013 — 10 comments
Answer Answer to Question 8842
Commerce Kickstart, we refer to the individual product entities referenced by a product display node the ...
Ryan Szrama — July 2013