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 3586

with commerce custom products you can have the products customized, but you need to edit the view to ...
bechtold — June 2014

Answer Answer to Question 7518

modulename_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state, $form_id) {$line_item = $form_state['line_item']; $product ... = commerce_product_load($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']); if ($product->type == '') {// Change the submit button text to more appropriate ...
sreedharprabhu.mca — August 2014

Question Customize Menus and Add a new Menu (SOLVED)

website. What I want to do is, I only want to add a new menu and show the products by variations. But ...
Lesto09 — March 2013 — kickstart 2, menu

Question What is a normal proportion for customers to NOT complete checkout?

running a live commerce site. Appreciate this figure will vary hugely due to many product factors but am ... products). About 60% of customers appear to leave with full carts without paying, leaving no email/login to ...
seb24 — February 2013 — Reporting, Checkout, FAQ

Answer Answer to Question 14326

do something with the product(s) in it: commerce_cart_order_load() will get you your cart contents ...
DNZ Andy @ BlueFusion — August 2014

Question Saving into a customer profile field

= commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('commerce_order', $order); $annotations ...
maze — April 2013 — Customer Profile, php

Question Shipment to Europe and USA

a different shipment for Europe and USA. How can I do that? (in my product the weight and volume is not ...
NarcisG — July 2012 — shipment

Discussion Adding the Read More

a product page. Any ideas? It doesn't look like there is a view and there is no specific product page ...
tresero — January 2013 — 1 comment

Question How do I create a MySQL query to pull node id using the sku?

commerce_product and node tables in a join query. Are these the only two tables I need? known values: SKU needed ... enough. I can then create the html needed to make the link: <a href=" http://example.com/products ... http://www.drupalcommerce.org/questions/3176/how-get-node-id-product-dis... sku ...
ndavidg — December 2012 — sku

Question artist/brand as both text field and categories?

painting. what i'm thinking is for the site editor to type in artist name while adding new product and ... automatically assign the product to that artist in the category. if the name is a new one, it is automatically ...
castcrus — September 2013 — brand, artist

Pages