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 Kickstart works fine now, right? And a question.
Hey, gang. I'm working on a Drupal Commerce course for lynda.com, so you'll probably see me here fairly often for a while.:) I see the note at http://drupal.org/project/commerce_kickstart that: Due to our dependence on dev versions of various ot ...
Tom Geller — June 2011 — 16 comments
Answer Answer to Question 5142
Vote up! 0 Vote down! I have solved this. I modified commerce.module to add another price rounding ... option. So now when I choose the action "Multiply the unit price by some amount" I can now ... choose "Round down to 99 pricepoint" from the Price Rounding Mode list. Email me if you want me ...
1freethinker — December 2012
Answer Answer to Question 4302
Vote up! 0 Vote down! Taxes are applied during sell price calculation, and that only happens on ... to shopping cart, save it, and the price will be updated. There is a feature request in the queue to ...
Josh Miller — August 2013 — 2 commentsQuestion An easy way to track affiliate sales?
Vote up! 1 Vote down! Is there an easy method for tracking users coming into the site from ... referrers and, if that user purchases something, keep track of that sale? affiliate programs sales tracking ...
Question Split info contained in [commerce-order:commerce_customer_shipping]
about customer shipping user:- name- email- address If I use in the body fields ...
Discussion Discount upon the productgroup (taxonomy)
SKU,TITLE,PRICE,IMAGE,STATE... taxonomy: shorts, t-shirts, shoes... etc. How can I set the discount upon the productgroup? For ... example: shorts-20% t-shirts-25%...etc. In menu "Store/Settings/Pricing rules", how can I set the ...
Gábor — July 2014 — 1 comment
Question Commerce Customizable Products: validate custom "attribute" field
Vote up! 7 Vote down! Hello! I have a product with two prices and two quantity fields. One is for ... full price, one for a reduced price. For full prices, the quantity field is the standard field of the ... add to cart form on a product. The reduced price quantity field was made with a custom line item via ...
Answer Answer to Question 12513
I originally read your comment, you can change the base price of a product using code that looks similar to ... this: <?php // Need these a couple of times... $entity_id = 3; $new_price = 4000; // $40 in minor ... change, using the devel module's dpm() function dpm ($product-> commerce_price-> value ()); // ...
Josh Miller — December 2013Discussion Order Object Workflow through Checkout
I suppose we can even cache this cart object in the session or at least for logged in users. When the user ...
Ryan Szrama — February 2010 — 8 commentsAnswer Answer to Question 3149
to write rules using loops of line item prices to accomplish my goal either. I guess I'm rather ...
svouthi — July 2013 — 1 comment
