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 Removing border in Commerice Price Formatter module
Vote up! 0 Vote down! Is there anyway to remove the line in Commerce Price Savings Formatter and ... Commerce Extra Price Formatters? Adjusting the CSS doesn't seems to have any effect on the table cell ...
Discussion Donation and a Custom Price when Adding to Cart
= commerce_product_load($pid)) { global $user; $uid = $user->uid; $line_item = commerce ... _product_line_item_new($product, $quantity); $line_item = commerce_cart_product_add($uid, $line_item, FALSE);} } Rule Export ... "reaction rule", "REQUIRES": ["rules", "commerce ...
Answer Answer to Question 16036
admin/commerce/config/commerce_bpc Link to bulk add products: admin/commerce/products/add-bulk Note, you will need ... /admin/commerce/products/add-bulk/drinks I was able to generate 13 products, but the "display node" option failed to bring in any ... available node types. So, the answer is: Commerce Bulk Product Creation supports Commerce Kickstart 2 for ...
Josh Miller — September 2014Answer Answer to Question 3347
commerce_product_ui_product_type_delete($type_name);), but I still can't create a fully functional new product type. ...
LNakamura — June 2012
Discussion Discount on total based on quantity?
I've hunted around the forums and the issue queue, but haven't found an answer to the following: I need to create a discount that works as follows: If total cart quantity is > X, subtract $Y from the cart total. So, for example, if the quanti ...
daobydesign — December 2011 — 4 comments
Answer Answer to Question 12926
https://www.drupal.org/project/views_ajax_fade ...
Wesley Musgrove — June 2015Discussion add email address to customer profile display
Hey, i would like to show the email address on the order page in the backend. How can i achieve that? regards Volkan ...
muschpusch — October 2011 — 4 comments
Question Translation question: billing/shipping information and order total
Vote up! 0 Vote down! I've installed commerce kickstart and managed to translate almost ...
minoxes — February 2016 — translation question
Answer Answer to Question 13271
do was to comment out function commerce_kickstart_user_username_alter(&$name, $account) { if ... (module_exists('commerce_addressbook')) { $billing_profile_id = commerce ... = commerce_customer_profile_load($billing_profile_id); $name ...
ashash — March 2014
Discussion "Discounted" Subtotal
I attached a screenshot of my cart. How do you make the subtotal the "discounted" total not the original price? It's confusing if the users see the discounted price on the table and the subtotal is not the discounted price. Attachment Size ...
akosipax — January 2013 — 3 comments
