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 Why does the cart page change my product price, after setting the price with a product rule?
has commerce product, commerce price 5. User has Member role 6. Commerce Line Item-- set price to ... The price is lowered only for the specific product by the user with a specfic role!! PERFECT But, as ... product 2. Data Comparison to evaluate the product type 3. Entity has field commerce product 4. Entitty ...
Answer Answer to Question 45793
display, you will choose inline entity form as your field formatter for product reference field. once you ... do this, when adding a new node for product display you will be able to access and complete all ... Vote up! 0 Vote down! you need to download and enable inline_entity_form. then, on your product ...
drupalability — January 2017
Question Custom Line Item and Pricing Rules
commerce custom product module I was able to create a custom line item where the user can choose the ticket ... anonymous users) I created a product pricing rule that looks at the ticket type select value and then ... Using rules the user goes directly to the checkout form. Using the editablefields module and the ...
Discussion Custom Line Item and Pricing Rules
form. Using the editablefields module and the commerce custom product module I was able to create ... a custom line item where the user can choose the ticket type from a select list. I then created three ... a single form once the add to cart button is selected. Using rules the user goes directly to the checkout ...
denpub — September 2012 — 5 comments
Answer Answer to Question 7894
Vote up! 2 Vote down! I think you have to add a variation for each combination. I'd love to be wrong. ...
abiconsulting — May 2013 — 5 comments
Question Two price part products
customer when he or she views the product but when the product is put in to the cart and/or displayed at ... part. For example: product display: 24 bottles cost 50€ in cart: 24 bottles cost 50€ in checkout 24 ... commerce Product Display inline entity ...
Question How can I change how a line item displays in the cart / checkout?
the order completion). Is there a way to change the title of the product on this checkout page? ... (it's a complicated process). So there is nothing to worry about that. I just want to display the pink ...
Discussion A simple question regarding Drupal Commerce's product variation
Will Drupal Commerce have different types of product variation for their goods? I'm mainly ...
Dan_JD — July 2010 — 1 comment
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 comments