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 count orders for each product
Is there a way to calculate the number of orders for a specific product and display it and if so is it possible to integrate it with the devel module for testing. thanks ...
sevol — December 2011 — 5 comments
Question [Solved] How to get the image of a product with variations show up in the display teaser?
http://www.drupalcommerce.org/user-guide/setting-product-catalog, part "Advanced Product Display Listing using Views", in the case I have product ...
Fiable.biz — April 2014 — image catalogue teaser variations
Discussion How to add add to cart field for multiple products
I have implemented commerce kickstart and had completed most of the integration. But the client wants to change the way add to cart works. We need to create a table with a list of all the products displayed with quantity 0. The customer will add the quant ...
chopsumbongw — August 2012 — 3 comments
Answer Answer to Question 7340
user with role "shop". I can from display "hidden" product variation- "add to ... shopping cart" Is this the appropriate way? But not sure how to input rules to unhide when user with ...
newbieuser — March 2013
Discussion Product images options
there any option to tell what images should be shown public and others only for registered users or ...
jalves — July 2012 — 1 comment
Answer Answer to Question 7547
Vote up! 0 Vote down! When you add a new order as an admin there is a tab at the bottom for User ...
DaveP — March 2013
Answer Answer to Question 8658
footer: <?php global $user; $trade_role = 4; $items = 0; $total = 0; foreach ($results as $r){ foreach ... ($user-> roles))){ $total += $component ['price']['amount']; } } $items += ...
Orphans — August 2014
Answer Answer to Question 13748
http://www.drupalcommerce.org/user-guide/product-attributes-variations Hope this helps, Peter ...
peterwgnd — August 2014
Discussion [Solved] How to make two shipping methods?
Hi I need two shipping methods. First for clients paying on my account before sending product, then the shipping cost is less. Second for client paying on delivery, then shipping cost is higher. How to setup Flat rate module for me? ...
nawi — March 2012 — 4 comments
Discussion Kickstart works fine now, right? And a question.
Hey, gang. I'm working on a Drupal Commerce course for lynda.com, so you'll probably see me here fairly often for a while.:) I see the note at http://drupal.org/project/commerce_kickstart that: Due to our dependence on dev versions of various ot ...
Tom Geller — June 2011 — 16 comments