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 [SOLVED] Programagical types and products.
FieldException: Attempt to create an instance of field commerce_price without a bundle. in field_create_instance() ... hook_install(). */ function cg_commerce_signs_install() { drupal_static_reset(); ... commerce_product_configure_product_types(); $product_type = commerce_product_ui_product_type_new(); $product_type['type'] ...
Discussion Can't get site-wide contact form to render
commerce_kickstart-7.x-2.0-beta1 Any ideas? Thanks. contact ...
Answer Answer to Question 13091
Vote up! 0 Vote down! Hi, I can call commerce_cart_order_product_line_item_delete() and ... commerce_entity_reference_delete() from a module without any problems. function my_sandbox_form_alter(&$form, &$form_state, ... $form_id) { commerce_entity_reference_delete(); commerce_cart_order_product_line_item_delete();}-- gives ...
Andy @ BlueFusion — February 2014 — 2 commentsAnswer Answer to Question 42425
Vote up! 0 Vote down! Same problem.... cannot install commerce contrib and shipping modules. No ... error logged. occurs after core Drupal 7.41 installation and Commerce module. occurs installing the ...
dirk — December 2015
Answer Answer to Question 7244
Vote up! 2 Vote down! Commerce Kickstart 2.x comes with the Commerce Addressbook module installed. ...
Ryan Szrama — March 2013 — 3 commentsQuestion Deleting a Line Item Programmatically
commerce_cart_order_product_line_item_delete in the commerce_cart_line_item_refresh hook. EntityMetadataWrapperException: Unable to get the ... C:\repo\docroot\profiles\commerce_kickstart\modules\contrib\entity\includes\entity.wrapper.inc). I have also included my code below. Please help? function ... htconference_commerce_cart_line_item_refresh($line_item, $order_wrapper) { //dprint_r($line_item); if (isset($line_item->field_discount_flag)) { ...
Question How to make a View of products with price
Vote up! 0 Vote down! Using Drupal 7.27 Commerce 7.x-1.9 Views 7.x-3.7 I have a product in ... I accomplish this? commerce views display ...
cord1 — May 2014 — commerce views display
Answer Answer to Question 7553
Vote up! 1 Vote down! I believe that commerce_currency_format will give you what you're ... looking for. http://drupalcontrib.org/api/drupal/contributions!commerce!commerce.modu... ...
DaveP — April 2013
Answer Answer to Question 31607
Vote up! 0 Vote down! Go to admin/appearance/settings/commerce_kickstart_theme uncheck ...
garpy — December 2014 — 3 comments
Discussion Multivalue product attributes by only taxonomy
I wish to create attributes taxonomy for desired product type and select/create multiple attributes from this only taxonomy when editing product. Have any idea how to get work multivalue product attributes fields using taxonomy terms as attributes? ...
MasterPoint — May 2012 — 4 comments
