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 cart and review: show "Price" without VAT
Hi all. I have installaed commerce from scratch (no kickstart). Version 1.4. Installed VAT and all works. Now I need to display (in the review order) the price and the total without VAT. In this moment I see product price with vat in Price and in Total co ...
Discussion Login Redirection
I have searched for documentation on how to change the user login redirection from "user ... redirect after "user Login"? Any Links to documentation or how to, would be appreciated. I have ... to the user login features and alter the redirect from there. I would rather change this the proper ...
Discussion Customize the way the product is displayed
Such as moving the "Add to Cart" button above the product image. What if I want to have the ... "Add to Cart" button and the product image side by side? Or the product image next to the product ...
emmit95123 — September 2011 — 11 comments
Question How to Create Rules for Shipping Fees?
Vote up! 0 Vote down! Hello guys. I'm adapting dcks2 for my shop in Japan. The shipping rates ...
Answer Answer to Question 31400
product list or full content or whatever you wish to show the add to cart button and in the add to cart ... format setting check Display a textfield quantity widget on the add to cart form. ...
garpy — December 2014
Discussion Virtual Drupal Commerce sprint!
So I sent out a tweet earlier about kicking off a virtual Drupal Commerce 7.x virtual sprint. Let's do it! I was considering focusing on either Core, Shipping, or Discounts. However I think it'd be great to fix up Core's issue queue, and so ...
Matt Glaman — September 2014 — 10 commentsDiscussion order permissions
Hi, I need to set permissions for role, and it should work like this:-user can see all orders-user ... can edit only order status on all orders-user can't delete or edit order (only edit order status ...
stef — April 2012 — 3 comments
Answer Answer to Question 12441
subscription type products. i create a product with License duration 1 hour. when an user by this product new ... role assign to that user useing License type(Role). but after 1 hour that license should revoked, means ... user role should revoked. but nothing happens after 1 hours. i also run cron manually. Please help to ...
Samit Khulve — November 2015
Answer Answer to Question 3304
= commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ... $order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) { global $user ...
UrmasZ — April 2013
Discussion Alter cart unit price and total amount
I need help on this code which is invoked on calculate sell price rules event on cart view. Line ... amount are displayed. Even after cart refresh. Any idea? ... mymodule_calculate_product_price_cart($order) { $order_wrapper = entity_metadata_wrapper('commerce_order', ...
