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 How to get Product-ID from Display-Node-ID programmaticly?
How do i get Product-ID from Display-Node-ID programmaticly? Any help much appreciated! ...
adam1 — July 2012 — 3 comments
Answer Answer to Question 13091
Vote up! 0 Vote down! Hi, I can call commerce_cart_order_product_line_item_delete() and commerce_entity_reference_delete() from a module without any problems. function my_sandbox_form_alter(&$form, &$form_state, $form_id) { commerce_entity_refere ...
Andy @ BlueFusion — February 2014 — 2 comments
Discussion Setting Up Product Availablity By Date
I have been at this a while now trying to figure out the best way to set this up. I am trying to sell day trips or multi-day trips on my site. Right now on a display node I have a date field set up with repeating dates. Let's say this node repeats ev ...
Discussion show/hide payment method according to currency
Let say I use PayPal as payment method. Suppose my Drupal Commerce supports USD, GBP and EUR. I want to show PayPal when order's currency is USD but hide PayPal when order's currency is GBP/EUR. Is there a way to do this? using "condition&q ...
Discussion How can I give the seller one more chance to alter the total price of an order?
Hi, I am currently working on a e-commerce website, and the basic workflow is as follows, 1) shopper adds products into the shopping cart; 2) shopper submit the order without payment; 3) seller reviews the orders submitted by shoppers, and is able to modi ...
foredoc — August 2014 — 2 comments
Answer Answer to Question 8028
Vote up! 2 Vote down! If you are using the default orders view, you should change in contextual filters the Commerce Order: Uid check, just click on "If the current user does not match the argument, validate the argument for users with specific roles ...
emailAlexander — September 2013 — 1 comment
Discussion GoogleMap | Show products as markers?
Hello, maybe a strange question and task, but i am looking for a solution to show products (or buyable nodes?) on a custom image map. My first thought was to incorporate the googlemap API. As far as I understand the features, it is possible to create a cu ...
pepperstreet — March 2012 — 6 comments
Answer Answer to Question 13471
Vote up! 0 Vote down! If it were me, I'd to a MySQL dump, or do it through code. Which one are you most familiar with? There is also Views data export, but I haven't used that. https://drupal.org/project/views_data_export ...
delta195 — March 2014 — 1 comment
Discussion Custom product variation not displayed as demo content
I created a custom product variation for one of my product types. But all content is displayed in one collumn under each other. Ho do I get the content to display like it does in the demo: image to the left- text to the right? Attachment Size schermafbeel ...
mrqmrc — February 2013 — 3 comments
Discussion Sales tax calculated based on the line item's price rather than product's unit price
I am changing the product's unit price before the product is added to the cart. The sales tax must be based on the new changed unit price instead of the standard unit price. At present DC tax calculation uses the product's unit price instead of ...
metarama — January 2012 — 8 comments