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 How do I reset my password if I don't know the current one?
Vote up! 0 Vote down! I'm logged in drupalcommerce.org, but don't know my password. I logged in by clicking a link in the retrieve password function. When I try to change my password now, it askes for my old one. I have none. What do I do? Thank ...
harri00413 — April 2013 — 1 comment — drupalcommerce.org
Answer Answer to Question 9357
Vote up! 0 Vote down! commerce_file 2.x works with AmazonS3, you can easily sell access to S3 ...
Bojan Zivanovic — September 2013Answer Answer to Question 7293
implement this http post method on the commerce system anywhere. Because there are no payment module for ...
Lesto09 — March 2013 — 2 comments
Answer Answer to Question 3695
Vote up! 0 Vote down! I am almost positive that the law states you only need to charge the sales tax of the county that the physical location is in. So if the store that is fulfilling orders is in Lake County, ANY order that is shipped to IL will be charg ...
BD3 — August 2012 — 3 comments
Discussion Authorize.net transaction types
Hello all, I am in the process of my first Drupal Commerce build. Things are going well so far. ... checkout workflow. My client uses Authorize.net for processing. I have installed the Commerce Authorize.net ...
JMM75 — April 2012 — 4 comments
Discussion main menu changing with product update.
Hi, I have edited the main menu which shows my product categories, i disabled some from showing and some i changed their names to be shorter on the menu. however every time i make some change in the product, the main menu changes back to its original stat ...
ariban99 — March 2013 — 4 comments
Answer Answer to Question 3332
'commerce_price') { $variables ['label'] = t ('My label for price'); }}?> and from ... (& $output, $context) { if (!empty($output ['commerce_price'])) { $output ... ['commerce_price']['#title'] = t ('My label for price'); }}?> ...
lmeurs — May 2014
Question Cloud Zoom Container
<div class="commerce-product-field commerce-product-field-field-images field-field-images ... class="commerce-product-extra-field commerce-product-extra-field-sku node-19-product-sku"> <div ... class="commerce-product-field commerce-product-field-commerce-price field-commerce-price node-19-product- ...
Discussion Programmatically add a donation
a donation feature to a drupal commerce site. I know need to be able to add a donation programmatically (this ... global $user; // load the order, create new one if unexisting if (! $order = commerce ... _cart_order_load ($user-> uid)) { $order = commerce_cart_order_new ($user-> uid); } // Define the values for the ...
Manuel — February 2012 — 1 comment
Question Disable product from selling
help of RULES i need to disable commerce funcionality for some conditions. i mean, disable Add to cart, ...
