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 9541
https://drupal.org/project/sharemessage and it would simply be a matter of creating your own custom token based on the current user id. ...
Josh Miller — August 2014Answer Answer to Question 9042
Vote up! 2 Vote down! Great question Dorian! This is a simple way to enable users to sell content, ...
Josh Miller — August 2013 — 1 commentAnswer Answer to Question 3304
hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012
Answer Answer to Question 5507
ecommerce site and when the user clicks on "Home" in the ecommerce site it would take them back to ...
Seph — January 2013 — 1 comment
Answer Answer to Question 3748
commerce: 1) Pre-defined packages that link to lots of external information or 2) User-defined packages that ...
Josh Miller — April 2013Discussion registration at checkout... is possible to make seamless?
instances. 1. I don't care if anonymous users see a horz login registration at the top of the page. 2. ... user to have to verify registration information at least not until the checkout is complete. 4. Yet, ...
Discussion Exposed Filters of Taxonomy Term + percentage releated to Term
Im trying to create a "views exposed filter" to a content type(which is actually a product from Drupal Commerce) which looks more or less like this: http://i42.tinypic.com/23swwa8.jpg in bottom right corner you can see "material"(fabri ...
Narhir — February 2012 — 1 commentAnswer Answer to Question 3183
files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
Josh Miller — April 2013Answer Answer to Question 3259
(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013
Discussion Import script & taxonomy terms to product (product_display)
Hi! Is possible to add the taxonomy terms to product (product_display) with API function? G. ...
Gábor — May 2012 — 1 comment
