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

Discussion Product visibility settings and node referencing

to users of specific role. 2. how does the product these users buy reference a specific node to add ... of type X will have is a 'credits' (integer) field. the requirement is that only users of ... specific role (those who are able to create that node type) will be able to buy a product which add credits ...
dlit — May 2012 — 3 comments

Question Need help with a View that shows Customer Name and Product(s) Ordered

Name | Product Name | Order Date | Since Commerce Mailchimp is broken (for me), I'd like to be ... up for all mailing list users. I'm not sure if there is a suggested bounty system, but I am ... Product Export bounty ...
dan.todd@epiphytecorp.com Dan Todd — December 2014 — Views, Product, Export, bounty

Discussion How to sell completed webforms as non-shippable products?

Has anyone worked with webforms before and set them as non-shippable products in drupal commerce? ... I would like to have a user submit a webform and have other users be able to purchase access to the ... pretty lost. Any advice on how to list a completed webform as a product in commerce would be greatly ...
rc1585 — February 2012 — 1 comment

Discussion Altering the quantity widget

I created a shop for a bakery. There is a producttype 'pies'. Here users must be able to ... quantities the quantity widget must be a selectlist of these quantities so users don't get confused the ...
WilliamV — April 2011 — 4 comments

Question Basic Drupal Commerce functions not being seen

"commerce_cart_order_product_line_item_delete()" in a custom module i'm writing. Fatal error: Call to undefined function ... commerce_entity_reference_delete() in /Users/[username]/Documents/Sites/[site_name]/profiles/commerce_kickstart/modules/contrib ... Am I not allowed to call "commerce_cart_order_product_line_item_delete()" from a custom ...

Question Can't set permissions, they don't stay checked

Vote up! 0 Vote down! Hi, On the cart page, anonymous users don't have a button to finalize ... their order. They only have the button update cart. Admin users have both. I wanted to give some ... permissions to Anonymous users such as 'access checkout' but the checkboxes are not saved. I mean ...
Nicolas Bouteille — April 2013 — 2 comments — permissions

Discussion How can I sell edit permissions for a specific node?

The 'Claim this listing' button should then redirect the user to a product display page that ... allows for the user to choose a duration (e.g. 1 month, 6 months, etc) that they wish to claim the ... listing for (each duration has a different price). Once a user has claimed a listing, they should be ...
mike — April 2014 — 2 comments — node reference

Discussion Prevent adding product to cart based on date comparison

that are happening simultaneously and I don't want the user to be able to add an event (product ... ) to their cart if they already have added a product to the cart that's occurring at the same ...
Dan Parker — October 2014 — 1 comment — rules, commerce

Discussion Problematic anonymous access to "product display" views having a join to the product

related-product:type field. After doing that the anonymouse user didn't see anymore the view content. I had to ... I created a view a product display and I wanted to only show product displays associated to ... specific product types. So in views I added a join to the Product Entity and added a filter for the ...
bago — October 2011 — 1 comment

Pages