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 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
Answer Answer to Question 13859
Vote up! 1 Vote down! hxxp://:yourwebsite.com/user is the login page. ...
fugazi — June 2014
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', ...
Discussion 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 16948
to do this in my pizza shop tutorial: https://www.youtube.com/watch?v=j9KsyvQZaAY But, as the ...
Josh Miller — October 2014Discussion Can delete a Product because its referenced by a mystery line item
I've got a problem with Drupal commerce where I cant delete a product it says "This product is referenced by a line item and therefore cannot be deleted. Disable it instead." I cant find any reference for a line item. How can I find out wha ...
chaloum — April 2012 — 12 comments
Answer Answer to Question 3745
Vote up! 0 Vote down! See user's own answer. ...
Josh Miller — September 2012Discussion Possible theme issue
Greetings all, Long time Ubercart user and looking forward to using Commerce. I'm on ... Cart" button or any of the additional fields (size). If I switch out the theme for something that comes ...
clint — April 2012 — 1 comment
Discussion How do I know the language in which an order was placed?
I have a multilingual site and i have performed the following tests: (1) with an anonymous user ... , place an order entirely en English and the email [email protected] (2) with an anonymous user, place an ... order entirely in French and the email [email protected] Drupal Commerce creates user accounts associated ...
Albert Albala — November 2013 — 2 comments
