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 can I hide a product variation field in the page template?

I have successfully hidden one of the content type fields using the code below: <?php         hide ($content ['field_desc']);      ?> I have then managed to display the above where I want it using the code below: <?php      print render ...
Carl Bowles — December 2013 — 1 comment — Drupal 7 commerce, -Kickstart 2.0, omega, template, php

Discussion Is there a way to sell users the ability to create/post nodes (ex. classifieds)?

Hi. I am currently working on a classifieds D7 site, and I would like to sell users the ability to create/post a classified ad. With D6 + Ubercart this can be done using the UC Node Checkout module (http://drupal.org/project/uc_node_checkout), and followi ...
paulwedge — July 2011 — 4 comments

Answer Answer to Question 3600

Vote up! 0 Vote down! An issue like this should be added to the issue queue on Drupal.org. First look through the queue and see if there is already an issue open on this. Here are some possibles: http://drupal.org/project/issues/commerce?text=vat+decimal& ...
artis — September 2012 — 1 comment

Answer Answer to Question 8028

Vote up! 1 Vote down! View any orders of any type is completely enough to give a role access to the admin Orders view. Are you sure you haven't changed your view's access permissions? ...
maciej.zgadzaj — May 2013 — 1 comment

Discussion Force 1 product per cart and quantity to one

Hello, i'm trying to add a rule to my drupal commerce install. i need to force 1 product per cart, with max quantity = 1. I tried: Event: Before adding a product to the cart Conditions: Elements: Total product quantity comparison Parameter: Order: [c ...
joeysantiago — June 2012 — 2 comments — rules, quantity

Discussion Snippet: How to modify text of add-to-cart product select (multiple products in display)

Say we are selling rugs, and there is a style "Dots" in 3x6, 4x5 and 2x8, and also colors Red, Blue and Green. That's a lot of rug Products, but thankfully we can group them in one "Dots" product display. However we named each rug ...
ransomweaver — July 2012 — 2 comments — hook_form_formid_alter, snippet, add to cart

Discussion How do I print the current tax rate on a product node?

Hi there, I’d like show the tax rate on a product node. We use different tax rates on certain products. The tax rate should show up below the product price. What’s the right way to do that in Drupal Commerce? tax rate node vat ...
howdytom — June 2014 — 1 comment — tax, rate, node, vat

Discussion commerce reports and product cost / net profit

Is there any easy way to save the cost of product and showing net profit in Commerce Reports? It seems there is no such module for adding such a field and doning calculation / report. cost net profit report ...
tky — August 2012 — 4 comments — cost, net profit, report

Answer Answer to Question 7859

Vote up! 1 Vote down! Depends what email you want to edit. I'm not using Kickstart so here are emails that you can edit: for welcome emails, reset password, cancellation emails, etc: Configuration > People > Account Settings for order notificat ...
akosipax — April 2013 — 1 comment

Discussion Show "Add to cart" button in node teaser

Hi I've created a store with some Products and set up a Product Display and set everything up so my products are now appearing on my store page as teasers. How can I get the "Add to cart" button to appear on the node teasers? Thanks. Richar ...
UserFriendly — July 2011 — 2 comments

Pages