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 Check Address Zip Code Against a List of Zip Codes
I am trying to use rules to test the customer's zip code against a list of zip codes, and I cannot see to make this happen no matter what I try. What is the best way with rules to test a piece of date against on array? ...
tyreldenison — January 2012 — 12 comments
Discussion Can you restrict user access to fields within a product content? or only whole nodes?
Can you setup a rule that will allow a user to see a specific field within a product content. For example, when not logged in or you do not have specific access, you see the "add to cart" button. When you are a member and are granted access the ...
Tim Jones — May 2012 — 2 comments
Discussion Authorize.net transaction types
Hello all, I am in the process of my first Drupal Commerce build. Things are going well so far. I have created all my products and product display nodes. I am now in the process of setting up the checkout workflow. My client uses Authorize.net for process ...
JMM75 — April 2012 — 4 comments
Question How do I link a large.zip file to commerce file field?
Vote up! 0 Vote down! I regularly use IMCE file browser for public files and the file field. This folder browser is great. I can upload large files via FTP and then link them to a node. How can i do this same thing with the Commerce File field. It seems t ...
Answer Answer to Question 8954
Vote up! 1 Vote down! websteria, Welcome! Excellent question. I highly recommend having Drupal Commerce installed as two different sites. I would install it once as a Demo store and have another setup with the bare minimum of what you need. If you are cre ...
Josh Miller — August 2013 — 1 comment
Discussion Commerce and varnish
Har anyone tried using Varnish on a Drupal Commerce website? Would it work with shopping carts and other cookie-related stuff? ...
AdamGerthel — November 2011 — 11 comments
Discussion Special instructions field
I created a new field for my products called category and I set up my test site's order page as a view that displays all items from a particular category in a table: View: Table: I'm trying to find a way to add a button that pops up a text field ...
switch — October 2011 — 6 comments
Discussion How to Change email tpl
I am trying to change the commerce-order-email.tpl to add in the shipping address/ card message/delivery date to give the customer a full email of the order placed. have found the tokens and added <?php print [commerce- order: commerce_customer_shipp ...
remus1 — November 2011 — 8 comments
Discussion Views/Product Display to Anonymous Users?
I have created a view that displays multiple products, with quantity fields and one Add To Cart button. It works great except I can't figure-out how to get it to display to Anonymous users. It seems that only myself as Admin User #1 can see the View. ...
Jeff Purtle — March 2012 — 4 comments
Question Can rules modify the price displayed in the node?
Vote up! 0 Vote down! Hi, I'm just getting to grips with Drupal Commerce and rules. I've successfully implemented some rules to apply user and product based discounts to the price before it goes in the cart, but I'd like to be able to displ ...