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.
Page Getting Started
by Commerce Guys User Guide Designed to be useful for any Commerce installation. Kickstart 2 Guide ... would be to refer to the User Guide to find out how to install Drupal Commerce and configure it either ... Great introduction to working with Kickstart 2. Developer Guide Working on a highly custom solution? ...
Ryan Szrama — August 2012Question i want to dynamicly change the price of the product for each letter count of the word
where user can type a word. i want to dynamicly change the price of the product for each letter count of ...
strr — July 2013 — line-type-item - editable
Documentation Commerce Kickstart 2
This is the guide that walks you through the Commerce Kickstart 2 Drupal distribution. It is ... a work in progress (much like the distribution). The plan is to push this guide out there with links, and ...
Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: No Known ProblemsQuestion Product Price
User will put some amount in it. I want this Reward field to be the product price to be paid not the ... default product price and that reward amount shall be paid by the customer through drupal commerce ... checkout process. Any help in this regard will be appreciated. Thanks. adjust price based on options ...
Question Partial calculated price.
default price field) 2) price for ROLE 1 3) price for ROLE 2 Then with rules I check for the user role and ... Vote up! 0 Vote down! Scenario: I've a product type with 3 price fields: 1) base price (the ... change the base price with the 2 or 3 if conditions are verified. After this I apply the VAT tax. ...
Answer Answer to Question 7580
"field_wholesale_price"}}, {"user_has_role": {"account": ["site:current-user ... a field called wholesale_price to the product. 2. Add a role called wholeseller (only if you want to set ... price by role) 3. Create a product pricing rule: When calculating the sell price of an order Condition: ...
drupalastic — April 2013 — 2 comments
Documentation Function that tells us if the items in Shopping Cart / Basket
<?php // Provided by stevetook in the forums. function items_on_cart () { global $user ... ; $cart = commerce_cart_order_load ($user-> uid); $line_items = count ($cart-> ...
Josh Miller — May 2012 — 2 commentsQuestion Basket summary to show EX. VAT total.
Vote up! 1 Vote down! Hi, I'm currently building a site which has user role dependent ... pricing. I have two sets of prices (one for trade customers and one for retail customers). All products ... have two price fields commerce_price and field_trade_price. All prices are entered with "Include ...
Documentation Checkout Overview
aren't a part of our standard User Guide articles include: Checkout Popup- First thing you might notice ... is that when you add a product to your cart, we have a pop-over that gives the user a chance to ... contributed Commerce Checkout Progress module. This enables the user to create a fully themed and checkout ...
Josh Miller — December 2012 — Commerce Kickstart 7.x-2.x — Status: No Known ProblemsQuestion Custom pricing based on dimensions
me some feedback on a project that I’m working on. What I’m trying to do is create a pricing ... structure based on user input, specifically calculating sign and banner costs. The user will have ability to ... really sure where to start. Thanks in advance for any advice! Custom Line Item Price Pricing Rules Rules ...
