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 3223
Vote up! 1 Vote down! Hmm, I'm not sure why it's longwinded to create an order and then change the owner to the user in question. That part seems pretty straightforward Drupal. I do it for creating nodes as Admin for other user accounts, for exa ...
Ryan Szrama — April 2013 — 1 comment
Discussion Cart view
Hi, I create a product type with some fields then I added the corresponding content type, everything is ok but I can not add the fields in the cart form. My fields don't appear in the views fields, it seems that in the cart form my product are not of ...
adib — July 2011 — 2 comments
Discussion Separate page for product
Guys can you help me to add separate page for my products. All products I created can only be seen on home page. I tried to add link on main menu and named the path as products but I always got this error "The path 'products' is either inva ...
drupal_simply_a... — March 2012 — 1 comment
Discussion Tutorial on "View cart" interface
I'm a newbie, I would like to add something like this to a block: "View Cart {if (at least 1 item)}(X items in cart){/if}" Is this possible? Is there a tutorial somewhere on how to do it? Thanks, cart ...
firedesigns — November 2012 — 1 comment — cart
Discussion Displaying Categories and their Children
Currently the /taxonomy/term/% page displays the category name and a list of products in that category. What i'm trying to get it to do is to display the category name (which it does) and a list of the child categories for that category. I've se ...
iammikek — November 2012 — 1 comment
Discussion Notes on development standards
Drupal coding standards for syntax and documentation; Coder module standards. Patches must pass Coder.* Using proper file includes in the menu system: pages.inc, admin.inc, theme.inc Standardize on CCK module structure / subdirectories: includes, theme (i ...
Ryan Szrama — October 2009 — 3 comments
Answer Answer to Question 3410
Vote up! 2 Vote down! I think (but I could be wrong) that you have forgotten to enable the correct "view mode" for these fields on the add-to-cart form. Below are links to the add-to-cart form, which you are having trouble with. If you need more ...
Josh Miller — September 2014 — 1 comment
Answer Answer to Question 8395
Vote up! 1 Vote down! The way attribute fields work on the Add to Cart form, it's one or the other. It can either be built to list out all the individual products by title or it can be built to use attribute fields to point to a single product in the ...
Ryan Szrama — June 2013 — 1 comment
Discussion View Cart and Checkout links
The View Cart and Checkout links are not prominent enough and I'd like to swap them with buttons. I don't see any way to override styles or rewrite the output of these fields--they are just links you can turn on or off in the Footer part of the ...
willeadie — February 2012 — 1 comment