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.

Question My site's Admin Menus disappeared

only the end user display without any way to connect into the administration menus How can I fix this? ...
AVILEVE — March 2013 — Sites menus

Discussion Main menu overlaps other menu items when I resize the window in my Kickstart 2 subtheme

http://s1287.photobucket.com/user/carlbowles/media/omega-menu_zps75488c6... The site I am working on is http://www.mediamatterstechnology.com Thank you ...
Carl Bowles — November 2013 — 1 comment

Question How to use custom line item types in checkout

Vote up! 0 Vote down! My objective is to: a) Create a custom line item type b) Create an order ... I can create a custom line item type using the commerce_example line_item_example module. I can create ... a new order and include a custom line item as follow: $order = commerce_order_new($user ...

Answer Answer to Question 12676

I actually think you can manage this via Views. If you're showing this on the product display, you can ... join from the display node to the referenced product to line items referencing this product. With Views ... create a Views block that only appears on those pages and uses the node ID as a contextual filter. If ...
Ryan Ryan Szrama — June 2014

Discussion Discount on total based on quantity?

following: I need to create a discount that works as follows: If total cart quantity is > X, subtract $Y ... a line-by-line discount, only a total. It would also be important to display this in the order summary, like: ... Product Number 1- $10 Product Number 2- $15_______________________ Discount:-$5 Total: $20 This seems like ...
daobydesign — December 2011 — 4 comments

Answer Answer to Question 44239

Vote up! 0 Vote down! After you have added the attribute you have to create products with that ... attribute. You have to create a variation of that product manually with the additional cost attached. Are you ... familiar with creating views? That may be what you need to do. ...
coolgbb — April 2016

Question Create Node After Commerce Purchase

use the data from the line item and create a node of a certain type. Which hook should I use in my ... custom module to do this, or is there a way to do this with rules? Custom Line Item Rules Create Node ...

Discussion Discount on Amount in Cart does not work properly

admin/commerce/config/taxes/types i have new type: discount At admin/commerce/config/taxes i created new tax rate Discount 7% ... (component) In this component i created condition “Data comparsion” and seleced option ... But when i went back to “view cart” and click on checkout i saw the same product list with discount 7% ...
grzegorz.bartman — September 2012 — 14 comments — discount, discounts

Documentation Code Workflow

objectives are reasonably clear, a functional specification is produced to guide development, along with any ...
mikejoconnor — May 2012

Question Performance issues

displaying the view with 60 / 120 / 240 products, and this already amounts up to 4000+ DB queries. I tracked ... commerce_product entity, but this causes a massive amount of queries to be executed... Currently I'm ... down some of these queries and noticed that the product entities are being loaded one-by-one, causing ...

Pages