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 Where to modify order email in Kickstart?
Commerce Kickstart order email- which is sent to user when user has set order. Can anyone help me on this? ...
Answer Answer to Question 8025
(/admin/commerce/orders/<order_id>/revisions)- full history of the order with log messages and users who made each change. ...
maciej.zgadzaj — July 2013 — 3 comments
Discussion View Cart and Checkout links
The View Cart and Checkout links are not prominent enough and I'd like to swap them with ... links you can turn on or off in the Footer part of the cart view. Can someone point me to a way to ...
willeadie — February 2012 — 1 comment
Answer Answer to Question 4204
$order = commerce_cart_order_load($user->uid); $order_wrapper ... disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ...
Prakash Gautam — August 2013
Question Merging product and product display
I could not explain users why they need to enter one on back end and one on front end. Is there some way ...
MiloS — September 2016 — #add a product #product display #reference
Answer Answer to Question 15426
Vote up! 0 Vote down! No:) Orders and other entities reference users by uid, and that one never ...
Bojan Zivanovic — August 2014 — 1 commentQuestion PHP FPM Connection reset by peer
using a one page checkout process which contains:- Cart totals- Account info- Shipping info- Billing ...
Discussion Show price per kg/litre etc.
Hello everybody, is there an easy way to show an additional "price per kg", "price per litre", "price per 0,75l" etc. since this seems to be obligatory in the EU? Thanks for any advice. ...
steponeloops — October 2012 — 4 comments
Question How to link: "(Line Item) Commerce Line Item: Title (Product)" to product display
Vote up! 1 Vote down! If we add a product to cart via product display page, than we have ... cart view (by overriding field output and by using replacement tokens). This is fine and works ok. Now ... thing get messy (in my opinion) when we add product to cart using different page than product display. ...
