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 3183

files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
joshmiller Josh Miller — April 2013

Answer 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

Answer Answer to Question 9639

form for users to select before adding product into his cart. function date_options_list($field, ...
yogeshchaugule8 — October 2013

Answer Answer to Question 4917

    global $user;     $product = commerce_product_load (4); // my commerce product for test         ... $insert_line_item = commerce_cart_product_add ($user-> uid, $line_item, FALSE);?> ...
strae strae — November 2012

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 ...
bago — October 2011 — 1 comment

Question When I setup a VAT tax, how do I make it default to my new tax rate on the product add form?

Vote up! 0 Vote down! We are using the inclusive VAT tax rate for all of the items in this shop. On the Add Product form, I have to select the tax rate for every single item, even though there is only one tax rate available. I would like to be able to set ...
dbazuin — June 2012 — 1 comment — Tax, product edit form, VAT

Discussion setting the discount rate via code

Am trying to add a discount on the product price depending on where are the users are from ...
nodeAche — October 2011 — 1 comment

Discussion Send email when order status is changed to complete

Hello, I would like to know if it is possible to send an email to the customer when their order status is changed from pending to complete. It would be nice to inform the customer when their order is shipped. ...
HenrikBak — September 2011 — 16 comments

Answer Answer to Question 4452

that price so that when the user clicks 'Add To Cart' my new price updates the new line item ...
Anonymous (not verified) — October 2012

Discussion Additional services for products already purchased

trigger these events with Rules, but I need to display a button for each created node, so the user can ...
Samirah — July 2011 — 2 comments

Pages