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 Setting pricing attribute fields programmatically

Drupal 7. The import works fine with all custom fields, builds the option sets with prices added, and ... creates commerce_pricing_attribute fields on the content types. What I'm running into is that ... a commerce_attribute_pricing field the product has "none" selected once the import is completed. I've tried ...

Discussion Different discounts for each register user

Hello I have store for only register users. How to add different discounts for each register user ... ? I mean 5% discount for user X, 7% for user Y, 12% for user Z. Ho make it? discounts ...
nawi — February 2013 — 1 comment — discounts

Discussion Display User's Total in Block View

user's order total. I have a Relationship setup to "Relate this order to is owner's user ... the same total for every user, rather than just that user's total. Rather than showing 20000+ ... authenticated user. Should I be using a Contextual Filter instead of a Relationship? I'm not really sure ...
carelessdonkey — March 2013 — 1 comment

Discussion User focused documentation of the product aspects of kickstart demo

Drupal users is still high. I needed to clearly explain the demo capabilities to my user, for example how ... part of the demo story with pictures and screenshots. My user and I found the process useful and I hope ... drupal_commerce_kickstart_2.0_-_user_view_-_products.zip 468.15 KB ...
charlied — March 2013 — 1 comment — -Kickstart 2.0, product

Question Can customizable products work out price based on the number of uploaded files?

Vote up! 0 Vote down! Hi, I would like to develop an online photo printing service like shutterfly.com and snapfish.com. I would like to find out if it's possible using customizable products to count each uploaded file/photo and charge accordingly? I ...

Question Sale price not showing up in line items of shopping cart.

sale price, and commerce price savings formatter to my site. They seem to be working. The sale price ... shows up on the product page. However, when I add the product to the shopping cart, the sale price ...

Question Sale price for all product variations

a sale price for EACH of them. Is there a way to add the Sale price for all of the variations, without so ... much effort? Thanks Martin sale price Product bulk discount ...

Question Deleting a Line Item Programmatically

($line_item->field_discount_flag[LANGUAGE_NONE][0]['value'] ==  5){      $qty = $line_item->quantity;       $price ... = $line_item->commerce_unit_price[LANGUAGE_NONE][0]['amount']- $line_item->field_discount_flag[LANGUAGE_NONE][0]['value']*100;       $line_item->commerce_unit_price ... [LANGUAGE_NONE][0]['data']['components'][0]['price']['amount'] = $price;       ...

Documentation Order info hooks

commerce_order_commerce_order_state_info(): Canceled- Orders in this state have been canceled through some user action. Pending- Orders in ... user interface Pending- default status of the Pending state, used to indicate the order has completed ... module actually uses the order status to identify an order as a user’s shopping cart order based on the ...
Ryan Ryan Szrama — May 2012 — 2 comments

Discussion 1 product with 2 different prices

Hello! For a ticketselling site I need 2 prices for each product, one for adults, one for ... children. The children price varies for each product, so there is no percentage relationship between adult ... price and the discount for children. I thought about using two products for each display, one for ...
dasmoermel — November 2011 — 6 comments

Pages