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 10634
Vote up! 0 Vote down! The answer is no, so I have commissioned additional development to do this. ...
Kirk Voltz — November 2013
Discussion Sync dev store with live store (or vise versa)
I maintain an offline development version of my live site which I use to add new products and ...
Discussion Feedback from Pacific NW Drupal Summit session
of feedback, documentation maintenance, community wrangling, and development. The more the merrier! ... does a good job developing user stories for the sites they develop. As I expressed, we knew we needed ... developer experience as we re-implement our features. While the nuts and bolts will exist in the development ...
Ryan Szrama — October 2009 — 1 commentQuestion No suggestions in Data Selector (Rules)
Vote up! 0 Vote down! Hi all, following this guide to display alternative prices for certain ...
Discussion How to add a "Express Checkout" button next to "Add to Cart"
same product). Could anyone point in the right direction as to where to search or develop for ...
missjane — March 2012 — 6 comments
Answer Answer to Question 13732
to do that than to code a custom condition. If I were developing a site with such a requirement (and ... all products added to the cart through the same Add to Cart form. In pseudo code, it would look ...
Ryan Szrama — May 2014Question Why is Iraqi Dinar not available as a currency in Drupal Commerce?
mistake? I am a newbie, would you guide me on how to contribute it myself to Drupal? Or if should I report ...
postscripter — November 2015 — currency
Answer Answer to Question 4500
http://www.drupalcommerce.org/user-guide/discounts-and-coupons ...
Josh Miller — April 2013Answer Answer to Question 7000
Vote up! 0 Vote down! I doubt you'll find such a specific guide. In my experience, your use ...
MrPeanut — February 2013
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-> commerce_line_items)? TRUE: FALSE; return $line_items;}?> ...
Josh Miller — May 2012 — 2 comments