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 "Multi-user" product submission

Hello, Is it possible to have a multi-user" product submission with the Commerce Module. I would like to have users post their own products on my website. If anyone has any suggestions I would be so thankful! =) Thank-you! ...
beginnersluck — May 2012 — 1 comment

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

Answer Answer to Question 4801

Vote up! 0 Vote down! I have a similar question. I have a product (yoga class) whose variations names are the specific class sessions, for example, here are two variation's titles: Mondays, 9-11, Sept 1- Sept 30 Tuesdays, 9-11:30, Sept 1- Sept 30 For ...
Raj — November 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 Best way to handle gift wrapping?

We're currently building a web shop using Commerce, that has a lot of products that should be available with gift wrapping. The charge for gift wrapping will be the same, no matter the product. Which would be the best way to implement this using Comm ...
AdamGerthel — July 2011 — 2 comments

Discussion 'add to cart' button totally disappeared

nodes and all views. In views that used the add to cart field, I now get 'Broken/missing ... no Field to select for the "Commerce Product: Add to Cart Form" Also: In the display nodes ...
garyg — August 2012 — 1 comment — add to cart, Drupal 7 commerce, views, product display

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

Discussion [Solved] Catalog view shows no items for anonymous users

Hi all, I have an installation here where anonymous users don't get products displayed on the catalog views. The "manufacture" taxonomy view works fine though. I also noticed that as a logged in user if you visit a top catalog category- let ...
funana — February 2012 — 3 comments

Discussion Ingress image/price view problem

Thanks for a great product! I am trying to get products to preview on my frontpage. I have created product display as suggested. The products display fine when I click on them. However, I cannot get their image to preview on the front page. As far As I ca ...
Del — June 2011 — 2 comments

Discussion DC Product attributes

(admin/structure/types/manage/product-display/fields/field_product) to set the number of values to "unlimited". Create a product display node ... (node/add/product-display). In the "product" field, select the products that should be shown on this node. Save the ... node and it should work as expected, with select fields for size and color from: ...
frizi — December 2011 — 1 comment

Pages