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.
Metropolis

Theme Metropolis

kinds of websites; from personal site, e-commerce site, to corporate site. Visit the Demo site. With the ...
danpros — May 2011 — 1577 Installs

Documentation Working with entity metadata wrappers

<?php $line_item_wrapper = entity_metadata_wrapper ('commerce_line_item', $line_item); ... $product_type = $line_item_wrapper-> commerce_product-> type-> value ();?> If you just had the order ... to orders. <?php $order_wrapper = entity_metadata_wrapper ('commerce_order', $order); ...
Ryan Ryan Szrama — May 2012 — 3 comments

Answer Answer to Question 44190

Vote up! 0 Vote down! Found part of it:) The shipping and billing addresses are changed in order ...
minoxes — February 2016

Documentation How do I change my currency format?

core Commerce module itself, meaning we had to hardcode the appearance of the currency symbol along ...
Ryan Ryan Szrama — May 2012 — 3 comments

Documentation Checkout Single vs. Multiple Page

hook_commerce_checkout_page_info(). The Payment page is solely used for the off-site payment redirect checkout pane. It is purely ...
smokinggoat — August 2012 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion Missing configuration for parameter param_field_firstname

The Commerce Module was added to an existing D7 website. So far, the only issue I have encountered ...
idesign — March 2012 — 4 comments

Answer Answer to Question 14971

field" and pick "Shipping Service" for the field. And then add a "Data comparison" ... condition on the shipping service field. I do this in the following video (linking to the direct section ...
joshmiller Josh Miller — September 2014

Discussion Multiple quantity fields on one product display page

(http://drupal.org/project/commerce_add_to_cart_extras) which actually does provide that exact form. The problem is I can't seem to configure ... a way. I have found the contributed module 'Commerce add to cart extras' ...
samleinen — July 2012 — 2 comments — views, quantity, add to cart

Documentation Implementing an automated order workflow

The Drupal Commerce shopping cart and checkout systems handle advancing an order from the Shopping ... (e.g. in the case of a digital commerce site). The primary thing to keep in mind is that an order may ... hook_commerce_payment_order_paid_in_full() instead of the checkout completion event / hook. This is primarily the case when a site integrates ...
Ryan Ryan Szrama — December 2013 — Drupal Commerce 7.x-1.x — Status: No Known Problems

Discussion Bestsellers View

weighing up whether Drupal Commerce is the right eCommerce system for an upcoming project. I use Drupal ... code every 5 minutes, but I'm not familiar with Drupal Commerce and its intricacies. The main area ...
ruralcreative — July 2012 — 5 comments — bestsellers block, views

Pages