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 Need help using rules
bank transfer I dont want to allow the user to see the coupon code or the order details until I update ...
Discussion cart quantity change at checkout
Dear community, 1. how it is possible to change the quantity of a product already added to the cart lets say with a +/- button and immediatly change the value of the card. 2. Can i say there is a minimum order for each product. I.E. Product A sells in inc ...
stebau — September 2013 — 3 comments
Question How do I change the price of an item in the cart??
Array ([amount] => 235 [currency_code] => USD [data] => Array ([components] => Array ([0] ... => Array ([name] => base_price [price] => Array ([amount] => 0 [currency_code] => USD ... base_price [price] => Array ([amount] => 235 [currency_code] => USD [data] => Array ()) ...
Answer Answer to Question 8630
= array( 'amount' => $price->amount->value(), 'currency_code' => ... $price->currency_code->value(), 'data' => array(), ); $booking_fee = array( 'amount' ... => '100', 'currency_code' => $price->currency_code->value(), ...
dottodotdesign — June 2013
Answer Answer to Question 8395
product titles that include attributes with no code but more manual title setting. Alter either form, ... using the attribute fields or not, to add he missing information via code. ...
Ryan Szrama — June 2013 — 1 commentDiscussion Which is the best way to Alter Product Pricing in a complex scenario?
the Drupal Commerce code, reviewing Drupal Commerce's code and so on. So, I've created a new ...
GoddamnNoise — December 2011 — 14 comments
Discussion Product entities and/or product nodes??!!... how to handle my bookstore catalogue in DCommerce?
real. I can understand the need from a developer point of you (after reading your posts and video ...
itamair — February 2011 — 10 comments
Discussion Different button label on review pane at checkout
Hi, how can one change a submit button label on last checkout page (review), so that would say 'finish' and not 'continue to the next step'? Best, Najtsirk ...
Najtsirk — November 2011 — 6 comments
Question How to add a field to review page?
this. I tryed his code with an example required textfield. Both of them were(checkbox as above and the ...
Bela Marai — August 2014 — support
Discussion HTTPS/SSL Redirect using htaccess
So, for now this is the code I am using: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) ...
snowfox — October 2011 — 4 comments
