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.
Answer Answer to Question 7442
Vote up! 1 Vote down! Hi, You can do something similar to this ("rules_discount_product_one"): http://www.drupalcommerce.org/faq/rules-field-data-selection You just have to remove the second condition so you apply the rule to all the products an ...
realskorpion — April 2013 — 1 comment
Discussion product display type not showing when I attempt add content
Created an additional product display type- home>administration>structure- with product reference field It is clearly present and created on the page------------------------------------------------- When I click to add content from the shortcuts, or ...
domineaux — July 2012 — 1 comment — product display type not showing
Answer Answer to Question 7600
Vote up! 2 Vote down! Yes, If I Understood your question right, you have to use relationship in views. You can find this video helpful ...
drupalastic — April 2013 — 1 comment
Answer Answer to Question 7518
Vote up! 3 Vote down! You're going to need to use hook_form_alter() to change the Add to Cart form based on what product it currently represents. All Add to Cart forms use the same form callback even though they use separate IDs, so you can still use ...
Ryan Szrama — April 2013 — 1 commentAnswer Answer to Question 7266
Vote up! 1 Vote down! Does such functionality even exist in any e-commerce solution? If so, please post a link. I have never heard of this before and not sure why it would be needed. Better yet, can you please provide more details about your use case? Per ...
drupalability — April 2013 — 1 comment
Discussion Hide "add to cart" button
I am fairly new to ecommerce and not very handy with php, so I am looking for some help in hiding the add to cart button when the retail price is 0.00. I would also like to change the price display to "call for pricing". These are requirements f ...
mew_fla — August 2011 — 1 comment
Discussion Creating product programmatically
i have a several XML where the product information is stored. It is a xml feed that my module gets through an API call. I have parsed the xml and got the product information. After i made some research here and there i understood that i need to use these ...
sathyashrayan — June 2012 — 1 comment
Discussion Configure Sales Tax with Shipping Module
I am following the instructions posted Created new tax type Selected add event: Select available shipping method for an order Get this error: Unable to add this event as it does not provide all variables utilized by the action Calculate taxes for a line i ...
adTumbler — September 2011 — 2 comments
Discussion Seting up distribution network/shop
Hi, first of all many thanks for creating such a flexible framework for Drupal. I want to create/program an internet shop, which channels the products from the supplier to the end customer. For this service the shop owner takes a commission. The internet ...
j.balton — August 2011 — 2 comments
Discussion Load Address from order
I'm completely unfamiliar with the Entity API and am struggling to get hold of some fairly straightforward data from the order object- the billing address. I've tried the code snippet suggested by Ryan: <?php $order = commerce_order_load ($or ...
kingandy — August 2011 — 2 comments
