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.
Answer Answer to Question 13445
Vote up! 0 Vote down! So, I checked the database and it did get created. I just need to figure out ...
videographics — August 2014
Discussion How do I fetch visitors cart content count, using javascript?
users cart. I would like to be able to cache all pages, except "cart view" and /checkout/*- ... using varnish. So I would like to fetch this counter of items in users cart- using services API. ... which users cart it's suppose to fetch data from. I have found dc_ajax_cart module- but I only want ...
klavs — July 2012 — 2 comments
Question will database size increase 10X if 10X more products?
Vote up! 0 Vote down! Hi- I currently have 60,000 downloadable product pdfs in drupal commerce and ... my site's database size is 1.4GB. I eventually will have 600,000 downloadable products on the ... site. Each pdf is same produc type but different product. Will the database be 14GB (10 times larger ...
Discussion How to add few images in product node?
This is my forum post, so hi all! How to add few product images? I need one larger image and ...
nawi — February 2012 — 2 comments
Discussion How to sort the product?
Hi In Drupal 6, have some solution about sort product. Use Faceted Search Module, which sort ... does not have this module for D7. How you sort the products in yours stores? ...
nawi — February 2012 — 2 comments
Discussion Bulk disabling of non-updated / old products.
I have a drupal commerce site built with several thousand products. The products are maintained ... the requirement to disable products that are not included in an import. That is, I cannot rely on an ... import to contain an outdated product, rather I need use the absence of an item to determine that it is ...
NicholasR — February 2012 — 2 comments
Discussion shipping prices depending on weights
Greetings, I have a question... I have a product type to which I added a list field for choosing ... the weight of the product... a) I need to make the shipping prices depending on those weights b) when ... the weight of a product goes over the specific weight I must inform the customer that we will email ...
MarkoC — September 2011 — 7 comments
Answer Answer to Question 9136
Vote up! 0 Vote down! Solved.I found it. We are missing record with 0 id in user table.After ...
ajaichandran — August 2013
Question Call to undefined function commerce_kickstart_taxonomy_term_path()
Vote up! 0 Vote down! hi all, when I enable module commerce_marketplace,i try add product when ...
Kien AN Tran — February 2015 — commerce_maketplace
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ... = $line_item_wrapper->commerce_product->value()->type; if(strpos($type,'boxes_and_dongles')!== false) {$type_bExists = TRUE;} ...
Prakash Gautam — August 2013
