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.

Discussion Change product price programmatically

I write custom module for coupons, and I need to change price, if coupon code is correct. How can ...
borisolhor — April 2012 — 1 comment

Question Pull Address from Address Field into Customer Profile (Billing and Shipping)

Vote up! 0 Vote down! I am using Address Field module and users enter their address at the time of ... users go to checkout, they could select same address from 'Addresses on File'. I tried ... 'commerce_extra' module which shows address from users address filed but I am looking for way to add it even before ...
zealny — April 2013 — 2 comments — Customer Profile, AddressField

Discussion Programmatically add a donation

price through Rules so it reflects the user's actual   // purchase price.   rules_invoke_event ...   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

Discussion Create a view of Similar priced products

Hi, I'm trying to make a block view that display similar priced items to the current product ... (for similar priced I mean that the other products price should be between 20% higher and 20% lower. ...
iolartes — February 2012 — 1 comment

Question Edit multiple products at once

Vote up! 1 Vote down! My store store contains about 600 products, all with the same price. Now our ... at once, instead of 1200 single changes? Thanks very much! Tax Price Views Bulk Operations ...
jaap76 — February 2013 — 3 comments — Tax, Price, Views Bulk Operations

Question Add a View selection setting to the "Line item View" display formatter

that this is just a configuration question. Can anyone help guide me on this configuration? I tried ...
ewyglend — February 2013 — Views, Line Item, Custom Line Item

Answer Answer to Question 8467

add the price to the Add to Cart button. */ function MODULE_form_commerce_cart_add_to_cart_form_alter ... language;   $amount         = $form_state ['default_product']-> commerce_price ... [$lang][0]['amount'];   $currency_code  = $form_state ['default_product']-> commerce_price ...
immoreel — July 2014

Discussion Commerce backoffice

http://www.drupalcommerce.org/extensions/module/project/commerce_backoffice but i have only edit and delete option. I want fast edit price. Where is problem? ...
nawi — March 2013 — 2 comments

Answer Answer to Question 7247

product list 4. find the "price" field and click the settings button (located at the right of ... you can play around a little with the column "format" of the price field (or any other ... field) to change everything you want: price without decimals, raw amount, RRP/your price Thanks ...
realskorpion — March 2013 — 2 comments

Discussion How to make Commerce Price Savings Formatter work

Hi, I download Commerce Price Savings Formatter from durpal project and install to my dev site as ... a module. it seems the module is actived. and I also set a price rule to change the base price. the rule ... works OK. but the Commerce Price Savings Formatter does not work. How can I make it work? ...
wallershen — January 2012 — 1 comment

Pages