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 Copy product variation types
Hi everybody. My store contains similar types of products with difference in one or two fields. For instance T-shorts for children and adults have different lines of sizes but other fields such as color, images are identical. Is there any way to copy prod ...
Kiteman — December 2012 — 4 comments
Answer Answer to Question 36112
http://fdiv.net/2014/06/11/sorting-products-drupal-commerce-add-cart-form This sets the default product to be the first variant that has a stock level greater than zero. ... function HOOK_commerce_product_reference_default_delta_alter(&$delta, $products) {foreach ($products as ... $key => $product) {$p_wrapper = entity_metadata_wrapper('commerce_product', $product); ...
Andy @ BlueFusion — May 2015Answer Answer to Question 6192
Vote up! 0 Vote down! how drupal commerce manage pack and shipment for the orders? ...
Ramkrk — August 2014
Question Sell access to weblink
Vote up! 0 Vote down! I'm trying to work out a Drupal Commerce build which is my first ... Cart link in to a View button? Kind regards nodes commerce ...
Question Use payment method option in off site payment method
CALLBACK_commerce_payment_method_submit_form But with an off site payment method. Actually I can see that i'm able to read the submitted ... values in: CALLBACK_commerce ... _payment_method_submit_form_validate CALLBACK_commerce_payment_method_submit_form_submit But I have no idea on how to get it in: CALLBACK_commerce_payment_method_redirect_form So I can ...
Question New product not showing int product view
entity_info in inline_entity_form_field_widget_settings_form() (line 233 of /home/max/test/commerce/profiles ... /commerce_kickstart/modules/contrib/inline_entity_form/inline_entity_form.module). (I'm using Kickstart ... 2-rc1) Many thanks Commerce Kickstart ...
elax — August 2013 — 1 comment — Commerce Kickstart
Question How can I change the Main Menu titles
Vote up! 1 Vote down! I have installed Commerce Kickstart 2 succesfully, and in the Main (?) menu ... SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: SELECT * FROM {commerce_tax_rate}; Array () in ... commerce_tax_ui_commerce_tax_rate_info() (line 347 of C:\xampp\htdocs\Basicos\profiles\commerce_kickstart\modules\contrib\commerce\modules\tax\commerce ...
Question Problem with creating items of the demo store
Vote up! 0 Vote down! Hi, I've been trying to set up drupal commerce kickstart on a Windows ... Environment. I'm using commerce_kickstart-7.x-2.1-core.zip. Everything goes very smoothly until the very ... Commerce Kickstart demo store ...
Question Why cant I add product types?
Vote up! 0 Vote down! I get this error when I try to add additional products in the commerce ... commerce_order_invoice_form_commerce_product_ui_product_type_form_alter() (line 116 of ... /home/xionide/public_html/sites/all/modules/commerce_order_invoice/commerce_order_invoice.module). PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'invoice' in ...
Question Can I set up a grid view of products just with an image that links through to more details about that product?
Drupal Commerce, but don't want to as think it has the potential of offering more than Ubercart. ... say yes it is and how I go about creating this display. Huge thanks. commerce view image ...
jenifer — March 2013 — commerce view image
