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.
Discussion Custom order number or ID?
Hi... I am completely new to Drupal Commerce and, on top of that, a web designer with very little ... I have tried installing the Commerce Order Counter module, but can't seem to get it to work. I have ...
Question CK Collection pages fail to display my new added products
Vote up! 0 Vote down! I am developing my site based over the Commerce Kickstart demo, but ... "admin/structure/taxonomy/collection/edit") from "Commerce Kickstart Taxonomy" to "Default", and then my products are ... shown... But, all the site gets unformatted when I do this. I would like to use the Commerce Kickstart ...
mumazza — January 2014 — commerce kickstart product catalog collection view
Answer Answer to Question 9046
commerce_price_components_combine() (line 1032 of sites//all/modules/commerce/modules/price/commerce_price.module). Backtrace: ... commerce_price_components_combine(Array, Array) Commerce ... _Order_Breakup.tokens.inc:53 commerce_order_breakup_tokens('commerce-order', Array, Array, Array) Warning: Invalid argument supplied for foreach() in ...
Summit — August 2013 — 1 comment
Question Where is the Tax variable stored?
the value. For example commerce-line-item:order:commerce-order-total stores the total of the line ... items. Just can't find the sales tax! Thanks! Sales Tax commerce line item Checkout ...
Discussion TaxCloud
The ONLY thing stopping me from using Kickstart is sales taxes. Taxcloud is available for Ubercart as of a few weeks ago. This is sad as the future is clearly with drupalcommerce. The module installs but gives some error about dependency names. I hope the ...
Question How to alter the Product SKU selection criteria on Create an Order page?
Vote up! 0 Vote down! On the Create an Order page (/admin/commerce/orders/add) where manually ... 'disabled' List 20 items instead of 10 Any help is appreciated. Thanks. commerce orders ...
Raj — January 2014 — commerce orders
Discussion Programatically Create Order with Customer Profile
profiles in commerce_order_save. I had a peek into the commerce_order database table and it also must be ... = commerce_order_new ($uid, 'pending'); // Save the order so its ID is assigned. commerce ... _order_save ($order); $order_wrapper = entity_metadata_wrapper ('commerce_order', $order); //add ...
imp7 — February 2012 — 5 comments
Question Merging product and product display
Commerce Kickstart 1. I have created product type Advanced Product and its Display. Now I looked Kickstart ...
MiloS — September 2016 — #add a product #product display #reference
Answer Answer to Question 38614
directions (for Commerce Kickstart Theme 7.x-2.31 users): 1. On the top menu, go to Site settings > Visual ... & Layout > Appearance. 2. Select "Settings" under Commerce Kickstart Theme 7.x-2.31. 3. ... Select from the four settings "Global settings", "Bartik", "Commerce Kickstart ...
aggie — January 2016
Question Submit handler for quantity change in cart?
Vote up! 0 Vote down! Hi all, I am writing a Commerce submodule that needs to run some code on the ... MYMODULE_form_views_form_commerce_cart_form_default_alter(&$form, &$form_state) { $form['#submit'][] = 'MYMODULE_cart_submit';} function ... items using commerce_line_item_save($line_item). Thanks!:) Shopping Cart Form-API commerce line item ...
