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 Add to cart with Ajax
ajax_cart_form($form, $form_state){ global $user; $form_state['rebuild'] = FALSE; $order_id ... = commerce_cart_order_id($user->uid); $cart = commerce_embed_view('commerce_cart_block', 'default', ... I made a simple module (ajax_cart) that alter the add to cart form. The problem is that with this ...
supergogy — February 2012 — 21 comments
Answer Answer to Question 7839
default hook_commerce_order_load() the Cart module uses to refresh shopping cart orders. Using ... pricing rules themselves to check the page the user is currently viewing before executing a pricing ... Cart module. Then your custom module can implement the same order load hook and only call ...
Ryan Szrama — April 2013Discussion add to cart button in product category display
hi, when a user views the product category and in there is shows about 10 products, it only shows ... the picture of the item, the name and the price. is there a way to put an add to cart button there as ... add to cart quickly? thanks ...
ariban99 — March 2013 — 3 comments
Discussion Choice of Checout Vendor
how to give clients a choice of checkout venues on my site. I want to allow the user to select either ...
cajinx — April 2012 — 2 comments
Discussion How not to show Add to Cart button to Products already bought???
User goes back to the Product Display of a Product he already bought (with granted license), than the ... display for the file product (and this is not correct, as it might make the user buy or add to chart ... something he has grants to free download...). So, how to automatically hide (unactivate) the Add to Cart ...
itamair — December 2011 — 8 comments
Answer Answer to Question 9161
Vote up! 0 Vote down! The issue here is that while an order remains a shopping cart, product ... random, arbitrary discounts on a per-user basis, though, you'll need something more robust. In that ...
Ryan Szrama — August 2013Answer Answer to Question 7625
http://www.drupalcommerce.org/user-guide/products ...
Josh Miller — April 2013 — 4 commentsQuestion Update and Checkout buttons on Cart form removes all items
http://www.drupalcommerce.org/discussions/1086/update-cart-button-emptie... Anon shopping is possible. We are currently NOT using the Dev version of Drupal Commerce, CTools, ... Vote up! 0 Vote down! Update https://drupal.org/project/intel module conflicts with the cart ... site is having issues on the cart checkout page. Adding items to the cart then simply clicking the ...
Documentation Currency Overview
as if it were in the user's current shopping cart order. The unit price of the line item is ...
Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: IncompleteQuestion How to create a payment module
Vote up! 0 Vote down! Hi, We're trying to create a Drupal Commerce payment module for our company's special payment service, and implementation for Magento was pretty painless, but for Drupal Commerce, it's been a magical ride of confusion ...
cappie — July 2014 — 1 comment — payment method module programming troubleshooting
