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 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 General Setup Question
I am new to Drupal however I do have a background in programming with C++ so the concepts are very familiar. I am trying to setup a basic online catalog with Drupal Commerce. My customer currently just wants to show the products available but not be able ...
garylc — March 2012 — 2 comments
Discussion Cash in advance module existing?
Is there a cash in advance module, where i just could show my bank details, and when the transaction is done i would deliver? payment ...
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
Discussion Customize fields shown in [commerce-order:commerce-email-order-items]
Hi There, I'm a newbie. Is it possible to add a field (I want my product id) to the email variable: [commerce-order:commerce-email-order-items] Any options available to do this would be appreciated. Thanks, email ...
firedesigns — November 2012 — 1 comment — email
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 Get the current currency
Hy, i build a teaser on home where need to check the current selected currency. Is there a way to check this with php? Something like: <?php global $currency; if ($currency-> currency == 'EUR'):?> // do this <?php endif;?> Is ...
Discussion View of product displays.
I made a view of the product displays like in this video tutorial by Randy Fay: http://vimeo.com/22746978 I have a 1 product display of a shoe, referenced to 12 producttypes (the same shoe in several sizes) Now the view shows all the 12 producttypes seper ...
Dreamwebs — April 2012 — 2 comments
Answer Answer to Question 12733
Vote up! 0 Vote down! Hi, add an "Applicable TAX" field (boolen) to your product and then via RULES modify TAX rules to check (condition) if this field is setted. Try this. M. ...
ziobudda — January 2014 — 1 comment
Discussion Check on Review pane, and payment pane for stock availabilty
Hello, I'm working on the stock module, and I'd like to add a check after proceeding to the review and payment pages, that all the item are in stock. Is there a hook for when an order changes status? Thanks Idan ...
arbel — March 2011 — 6 comments