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.

Documentation Function that tells us if the items in Shopping Cart / Basket

<?php // Provided by stevetook in the forums. function items_on_cart () {  global $user ... ;   $cart = commerce_cart_order_load ($user-> uid);   $line_items = count ($cart ...
joshmiller Josh Miller — May 2012 — 2 comments

Answer Answer to Question 4404

this price for products that are in the shopping cart and making sure the user understands where this ... calculation. http://drupalcommerce.org/user-guide/sell-price-calculation The trick will be only calculating ...
joshmiller Josh Miller — April 2013

Question How do I keep all products of a type from displaying in the cart?

http://www.drupalcommerce.org/user-guide/modifying-shopping-cart-using-v..., I've added a views relationship to the cart so I can display additional information- i.e. an ... image and a title. Now when I add a product to the cart, all product display nodes that of that product ... type are added to the cart. By adding one product, I instead get three. When I remove one of them from ...
bpeicher — October 2012 — Cart

Discussion Hide "Add to cart"- Button for guests

Hello! Guests should have the permission to see the products of the shop, but not to add them to ... a cart. How can I do that? Thanks, Marc ...
dasmoermel — February 2012 — 6 comments

Documentation User Guide

Note: This user guide assumes that you are working with Commerce Kickstart 1.x or that you are ... This user guide is for Drupal Commerce 1.x and is subject to change. Please feel free to add comments. ... there's still quite a lot to learn. Familiarizing new users with Drupal is out of scope for this ...
Bojhan — April 2013 — Commerce Kickstart 7.x-1.x — Status: Needs updating
Amazon Pay

Module Amazon Pay

Make it easy for millions of Amazon customers to login and pay in your Drupal shop, using the ... whole payment process takes place in widgets in your online shop – without redirecting the customer to ... another website. An Amazon Pay module is now available for all Drupal Commerce users. Make it easy for ...
— December 2017

Documentation Shopping cart system

a couple of the checkout page statuses. When a user adds an item to his shopping cart, the action will ... create a new shopping cart order for the customer with the product in it. If the user is logged in, the ... Shopping carts in Drupal Commerce are nothing more than orders in statuses that indicate they are ...
Ryan Ryan Szrama — May 2012

Discussion Change to shopping cart after clicking the add to cart button

saying it was added and the shopping cart block shows it too, but you stay on the registration product ... I want the page to move to the shopping cart page after clicking add to cart. Anyone know how to do this? ... I only have on product, a registration. Currently when you click on add to cart, you get a message ...
holljac — August 2012 — 4 comments

Documentation Shopping Cart

Order. This Order is first created when a user adds a product to a cart. The Order is actually the ... "cart" when it has a status of "Shopping Cart." Since Drupal Commerce is an open eCommerce ... Most basic eCommerce stores use a "cart" to collect items/services and ...
Richard Jones — August 2012 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion Shop only for registered user

Hello, how can I set the shop only for registered users?? Guests can't see the shop and ...
Akini — November 2011 — 2 comments

Pages