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.
Answer Answer to Question 7278
Vote up! 2 Vote down! You could use this module: http://drupal.org/project/commerce_message_pane And then a different module to insert the checkout review View in the new custom pane. Josh ...
Josh Miller — April 2013 — 2 commentsDiscussion Cosmetic changes to text not displayed on site
My customer wants to change the shopping cart title from "Shopping cart" to "Shopping Cart". I searched for "Shopping cart" (case sensitive) in Dreamweaver and found references to the title in commerce_cart.view_default.inc. ...
jimwill — January 2012 — 4 comments
Discussion Rules? Commerce Stock? How to set up quantity based discounts in drupal commerce?
Hello, I need to set up price discounts according to the quantity of a product ordered. For instance quantity 1 (product A) $50.00 For instance quantity 2-4 (product A) $30.00 For instance quantity 5-9 (product A) $25.00 For instance quantity 1 (product B ...
commercestudy — September 2011 — 47 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 commentsQuestion How do I completely disable Cart and Checkout?
Vote up! 1 Vote down! sorry a drupal newbie here, i want to use drupal commerce for all the features it has out of the box except, the commerce aspect of it, meaning i want cart and check out disabled and all payment options but i dont seem to see those o ...
Discussion How to add Custom CSV Headers with Commerce Feeds
Hi, can someone point me to the correct direction to add custom CSV headers to the Feed Product Importer and Feed Node Importer? I wand to add the following information to each imported product so i dont have to do it manually. 1) URL alias: Example: CSV ...
ISO — October 2011 — 6 comments
Discussion clearing cart when closing browser
Hi All Is there any way to clear the shopping cart when closing the browser, ie if a customer adds to the cart but does not go to checkout, when they come back onto the site they get a empty cart. I guess its clearing the cache on close down for the cart ...
ikmps — January 2012 — 4 comments
Discussion Question regarding payment processing workflow
We have 3 states:- Pending- Processing- Comleted Pending, when user chose a payment method and was redirected to "payment gateway/bank gateway", but we dont have yet informations regarding the payment from the provider "paypal" for exa ...
Narhir — March 2012 — 2 commentsDiscussion wishes for each line item of the order
Is there a way to insert a text field inside each line item of the cart, in a way that the customer can write a wish for each product he buys? Thank you. ...
frixos — October 2011 — 7 comments
Discussion Conditional Display: Hide fields with no data
Using Kickstart 2. Is it possible to hide fields in product displays that don't have data? In my case I haven't found a way to handle product volume. So, I was going to add all the fields I need and just those show that have a value. How would I ...
abiconsulting — March 2013 — 2 comments — fields
