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 Adding a view to the bottom of the shopping cart

Hi, I'm trying to find out if there is a way to add a View underneath the shopping cart view- to show similar products to those in the users cart. I tried using pages/panels to include the cart and another view to no avail and I can't find any w ...
Rossoliver — September 2013 — 1 comment

Discussion Does Commerce include...

hi everybody, I am to set up an ecommerce site for my small business (selling Led lighting and video screens) and I'm wondering if Commerce and/or its add-ons have the following functionalities (more or less in order of importance to me): Attachment ...
pier — August 2011 — 4 comments

Answer Answer to Question 3976

Vote up! 4 Vote down! This took a little bit of code reading, but once I found it, it makes a lot sense. So, let's start at the beginning. We're looking at a specific entity, "Order." You can manage the display of Orders by navigating ...
joshmiller Josh Miller — April 2013 — 1 comment

Discussion Set price when creating a product via commerce_product_save($product)?

How do you set the price when creating a product with commerce_product_save()? I'm first calling commerce_product_new($type) and then filling in fields of the returned product, but there isn't one for price. I also have a "stock" field ...
Prince Manfred — September 2011 — 3 comments

Discussion where can i manage confirmation mails?

After processing order is completed, commerce generates a confirmation mail. Where can I configure and manipulate the output design and content of this mail? How can I send additional mails to the customer, in case of delivery difficulties? How can I mana ...
ronald — January 2013 — 1 comment — commerce_email, email checkout vendor

Answer Answer to Question 15868

Vote up! 0 Vote down! The cart display is a View, which lets you create relationships to related entities. If the donation product is being referenced on a 1:1 basis with a page, then you could do a reverse relationship from line item-> product-> no ...
joshmiller Josh Miller — August 2014 — 1 comment

Discussion disable product add to cart

Hi, I'm new to Commerce. I need to be able to show products that both can and can't be bought, so for the items that cannot be bought I just need the add to cart and price options not to be visible. I have been unable to do this in Ubercart. Can ...
tefnut — September 2011 — 3 comments

Discussion How to see/expose the product title in the product display???

I am loving Drupal Commerce possibilities, and going deeper in its functionalities. It is great... But can't get how to do display the product title in the product display (node). I have a node, let's say a Product display... I can list one or m ...
itamair — September 2011 — 3 comments

Question How Do I Update the Price Displayed to Customer with a rule

Vote up! 0 Vote down! Hi everyone, I've created a rule that calculates a shipping price based on weight and then adds that to the unit price using the "calculate the sell price of a product" event. The last action in the rule sets the produ ...
kwame — April 2013 — 1 comment — Pricing Rules

Discussion Product not available... but I don't have stock!

In some products with many variation type it happens that sometimes, changing variation type on the main product form, the button of cart changes from "add to cart" to "unavailable product". Another user told me there was a fix/patch b ...
smurf — May 2014 — 1 comment

Pages