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 Deleting a Line Item Programmatically

  //dprint_r($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']);   global $user;   // Load the order and empty the cart   $order ... = commerce_cart_order_load($user->uid);   //commerce_cart_order_empty($order);   if($line_item->quantity!= 0){    switch ... commerce_cart_order_product_line_item_delete in the commerce_cart_line_item_refresh hook. EntityMetadataWrapperException: Unable to get the ...

Answer Answer to Question 7266

Vote up! 1 Vote down! Does such functionality even exist in any e-commerce solution? If so, please post a link. I have never heard of this before and not sure why it would be needed. Better yet, can you please provide more details about your use case? Per ...
drupalability — April 2013 — 1 comment

Question Per user pricing

Vote up! 0 Vote down! I'm trying to work out a way to change the price for each user ... way to do this is to create a new entity with a product reference field, User reference and price. The ... doesn't seem possible. Does anyone have any suggestions on a way around this. Product Price user ...
dottodotdesign — April 2013 — Product Price, user

Discussion How I can make bestsellers block, or Users who bought this produkt also bought...

a bestsellers products stats, but i didnt found nothing. And another I want to make a block with "Users how ...
Yurii — May 2011 — 3 comments

Question Using Rules to Add Product to Cart doesn't populate Line Item Data object

quantity that someone adds to their cart into separate line items by looping through the quantity and using ... the Add Product to Cart action to add a new product.. This works great but the $line_item->data ... array is empty, unlike normal products that are manually added to the cart. Item added to cart looks ...

Question Proper fixed coupon action. Why is it that the default option of a fixed coupon is to be applied AFTER a tax?

distributing the fixed discount amongst items in the cart...while that may work cleanly for 1 item, it creates ...
drewbolles — April 2013 — 2 comments — commerce coupons, fixed coupon, Discount

Question Premium / Gold Users

Vote up! 0 Vote down! Hi, is there any way to implement different kind of users (payed membership) ... I cannot find any module with this functionality in Commerce. Thanks. user membership premium users ...

Question paypal

signature and use the sandbox As a user, fill my cart and checkout. Then I get this message PAYMENT Error ...
greg — August 2013 — 1 comment — paypal commerce quickstart

Discussion multiple prices per product

the sellprice. but how can i set which user role has which price?? does anybody have an idea for ...
maze — October 2011 — 6 comments

Answer Answer to Question 6972

"disable-able" via the user interface. While we do use Rules to display the Add to Cart message, no such ... Rules event that is invoked when a product is added to the Cart, the cart removal process is tied ... added in by commerce_cart_form_alter(). You'd have to loop over the delete buttons like that code ...
Ryan Ryan Szrama — October 2014 — 1 comment

Pages