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 Setting up a complex shipping calculation rule
Hi, Thanks to the screencast on this website, I've been able to easily set up a free shipping flat rate for a particular product type. Now, I have to set an other shipping rate with a more complex calculation rule. Here is the detail: I have 2 produc ...
ccresson — May 2012 — 3 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 ...

Discussion Drupal 7 commerce custom select
I'm deveping online shop for saling clothes on Drupal Commerce. I create product type (admin/commerce/product/types) with field "Size" (size of clothig)- type "select (text)". In node page it looks: But i need 5 buttons like: I wa ...
Discussion Sage Payment Solutions
Hello, I have been using Drupal 6 with Ubercart 2 for an e-commerce website I built. I am re-creating the site using Drupal 7 with Drupal Commerce. The payment gateway used will still be Sage Payment Solutions. This module, in the "7.x-1.x-dev" ...
Thomas Isabelle — May 2013 — 5 comments — Drupal 7 commerce, Sage Payment Solutions, payment gateways
Discussion Commerce Feeds and Commerce EU VAT import?
Hello I am using feeds with commerce commerce tamper to import products. I am using EU VAT Commerce. I would like to know if any have you been able to import VAT and how I have 1500 references and 3 possible taxes. I don't know how import and mapping ...
elca — June 2013 — 3 comments
Discussion Different buttons in the cart
Hi How to make different buttons in the cart pages? Now is still the same button. I need in first cart buton "Next" and the last cart page button with "Confirm order". ...
nawi — July 2012 — 2 comments
Question Can rules modify the price displayed in the node?
Vote up! 0 Vote down! Hi, I'm just getting to grips with Drupal Commerce and rules. I've successfully implemented some rules to apply user and product based discounts to the price before it goes in the cart, but I'd like to be able to displ ...
Question Remove cancel button from ckeckout pages
Vote up! 0 Vote down! I am using Commerce Kickstart 7.x-1.2. I 've set a rule "Apply shipping rate to an order" when a product is placed to the cart. This shipping rate is visible and calculated automatically in the cart while checkout. Unf ...
Answer Answer to Question 31737
Vote up! 0 Vote down! Yes. You can segment your customers by almost any criteria you can think of and then use it to present different product ranges, pricing, volume discounts, shipping rates, features etc as you wish. Is there something specific you nee ...

Question Hide price for anonymous users.
Vote up! 1 Vote down! I use drupal purely from the UI non-code interface and am struggling to figure how to setup permissions that only registered authenticated users can see prices and add to cart. I have tried field permissions but that doesnt seem to w ...