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 Standing / Repeat Order

I would like my customers to be able to specify that an order is in fact a standing order to be processed monthly or quarterly. Any suggestions as to how I could make that fit into the DC functionality? Thanks! ...
XC1 — June 2012 — 4 comments

Discussion Booking System

I am working on developing a site that allows users to select a date and make a payment on their booking. Once a user has booked a date ie. made the payment then that date is no longer available. and cannot be selected. How would I achieve this using drup ...
z_khn06 — September 2011 — 5 comments

Answer Answer to Question 7554

Vote up! 0 Vote down! This is what I have so far- {"rules_split_quantity": {"LABEL": "Split Quantity", "PLUGIN": "reaction rule", "REQUIRES": ["rules", "commerce_cart"], " ...
brandercreative — March 2013 — 3 comments

Discussion Add to cart with Ajax

I made a simple module (ajax_cart) that alter the add to cart form. The problem is that with this module I can add only one product to the cart. Can someone look at code and try to figure out. Thanks. Here's the code: function ajax_cart_form_alter(&a ...
supergogy — February 2012 — 21 comments

Discussion How to alter the line-item Price programmatically

Hi there How can i alter the the line-item Price programmatically? is there something easy like commerce_alter_line_item_price($line_item,array('add',200)); ...
einsk — August 2012 — 6 comments

Answer Answer to Question 10468

Vote up! 0 Vote down! What you're looking to do could be possible through a custom module embedding the checkout form on those pages, but simply through configuration it isn't possible. The big issue you'd have is that in order to display a ...
Ryan Ryan Szrama — October 2013 — 3 comments

Discussion How to translate the price

Well I have installed Entity translations and I have enable price field translations (in product type-> Manage fields-> Price-> Field translation- This field is shared among the entity translations. Enable translation). But I get this error all t ...
henrix343 — January 2013 — 2 comments — price, translation, Entity

Discussion "no line items found" in user orders

Hi, I have installed Commerce (7.x.1.8 version) but in user orders section when I select an order only price and total is shown. In despite of order details the message "no line items found" is shown. What can I do on here to show order datails? ...
ekth0r — June 2014 — 1 comment — Line Items, orders

Discussion product variations sizes images:(

Hi all, I have a bunch of products like so: T-shirt ALPHA-----: T-shirt ALPHA color RED in Small / Medium / Large-----: T-shirt ALPHA color BLUE in Small / Medium / Large-----: T-shirt ALPHA color GREEN in Small / Medium / Large T-shirt BETA-----: T-shirt ...

Discussion Calculating shipping charges by weight

Hi, i'm pretty new to Drupal Commerce. At my internship they asked me to do research about Drupal and webshops. So i started looking into Drupal Commerce. I need a module, or a way without having to edit code, to calculate a shipping price by weight. ...
marcmarc — December 2011 — 33 comments

Pages