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 Why am I having this problem adding a category?
Vote up! 0 Vote down! Today, I just downloaded and set up my first Commerce Kickstart site. ...
Answer Answer to Question 5521
profiles/commerce_kickstart/modules/contrib/inline_entity_form/inline_entity_form.module And find '#delta' => 50 change it to e.g. '#delta' => 100 Then it should ...
finnhappy — July 2013
Answer Answer to Question 5157
commerce-line-item-summary.tpl.php file from the commerce_kickstart_product_ui/theme folder to a theme folder in my custom module ... $theme_registry['commerce_line_item_summary']['path'] = drupal_get_path('module', 'MYMODULE'). '/theme'; ... $theme_registry['commerce_line_item_summary']['template'] = 'commerce-line-item-summary';} /** * Implements hook_preprocess_HOOK(). * Link cart ...
foxylearning — December 2012 — 1 comment
Discussion Authorize.net- Multi-currency- disabling currency code when sending money
Hello, I have a issue processing multiple currencies in Drupal 7 Commerce with Authorize.net ... there a way to disable currency code in Drupal 7 Commerce? Is this even recommended if using more than ... 1 currency? How do most people go about processing multiple currencies in Drupal 7 Commerce via Gateways and ...
Narhir — April 2013 — 1 commentQuestion Combining product table and content node
direction. I created a display in views of a filtered table of product (i have the commerce module attached), ...
aspooner — August 2012 — Product Display
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 ...
Discussion Creating custom order: can't reach checkout
= commerce_order_new ($user-> uid, 'checkout_checkout'); $order_wrapper = entity_metadata_wrapper ... ('commerce_order', $order); //Set values for my added fields $order_wrapper-> field_is_booking = true; ... ['values']['child']; } commerce_order_save ($order); foreach($prods as $id => $qty) { $product ...
Answer Answer to Question 10534
http://www.drupalcommerce.org/questions/9046/add-tokens-commerce-order-t... is a working solution. ...
J03Y — October 2013
