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 12441
Vote up! 0 Vote down! I watched the video that shows how drupal commerce can give access to a node ... I'm planning on creating a people search website using Drupal 7 and looking to see if Drupal Commerce ... be done with Drupal commerce without manually configuring node access to an individual node? So can ...
v.merkulov — August 2015
Discussion Automatic add to cart
I am a Drupal n00b, but I have been tasked with converting a web site which contains some commerce ... Drupal Commerce to do what I intend? So far, nothing has turned up in Google... add to cart autoadd ...
Discussion Adding a required packaging fee to each order after displaying the available shipping services
Hi Everyone! I'm having a tough time trying to figure out how to do this. Basically, I want to add a packaging fee, $4.95, to each order (as in the entire order, not each product unit). I want to make this fee mandatory...like a sales tax, but I want ...
ambitioustyphoon — March 2012 — 5 comments
Discussion shopping cart block number of items only
How can I just have the number of products show in the shopping cart block with a link to check out that shows on regular pages before proceeding to checkout similar to Amazon. What is the php file that controls this?. I am not that strong in PHP so a com ...
webcrayon — March 2012 — 3 comments
Answer Answer to Question 4202
Vote up! 1 Vote down! I guess, I've found an answer for my own question. Although, the actual situation is different from provided video on basic Tax calculation. There is another issue, which was very strange. 1) After default installation, French V ...
j2b — August 2013 — 3 comments
Question How do I create a Video Learning Site with ecommerce?
Vote up! 0 Vote down! I am a non-programmer, a newbie teacher, and my goal is to create a COMMUNITY-DRIVEN EDUCATIONAL SITE where teachers of various subjects can UPLOAD VIDEOS in to various video GALLERIES based on subject categories. The idea is to allo ...
Question Views price format for Google merchant
USD'. The issue I have is I can use Commerce Produce:Price and then select Raw amount and rewrite the ... result using [commerce_price-amount] [commerce_price-currency_code], giving me '25000 USD', but ... $ sign at the beginning. I have seen the Commerce Google Merchant Integration module but take up is ...
Answer Answer to Question 15402
integrations for Drupal Commerce and Ubercart. Its primary purpose is to support the dutch idea payment ...
Bojan Zivanovic — August 2014Discussion Catalog View
With the latest commits to Drupal Commerce and a patch pending for Views, I've got full Views ... ;] = 'commerce_cart_add_to_cart_form'; /* Filter: Node: Published */ ...
Ryan Szrama — June 2010 — 16 commentsQuestion How to alter the Add-to-Cart button for disabled to a link?
commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter(). */ function commerce_product_disabled_link_form_commerce_cart_add_to_cart_form_alter (& ... = 'commerce_product_disabled_link_product_form_submit'; } } /** * Implements commerce_product_disabled_link_product_form_submit(). */ function ... commerce_product_disabled_link_product_form_submit ($form, & $form_state) {// Set the redirect to the disabled product $form_state ...
