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.
Answer Answer to Question 7000
Vote up! 0 Vote down! I doubt you'll find such a specific guide. In my experience, your use ...
MrPeanut — February 2013
Answer Answer to Question 6755
I've created a page where they can select their store. Users get forwarded to this page once they start ... to look at products. Initially, I was going to save this information in session, but I'm storing ...
jrb — February 2013 — 2 comments
Discussion Print out a Drupal Commerce field only if it has a value
<?php print render ($content ['product:field_NAME']);?> But how do you print a field only ...
big_smile — February 2013 — 4 comments
Discussion Login to Checkout
then log in before entering their payment and shipping info, and possibly create a user if they have ... I need help trying to make sure a user is logged in before attempting to check out. A few things ... I have noticed... When a user is not logged in they can add items to the cart but will not be given the ...
pumpkinkid — September 2011 — 1 comment
Discussion Auto generate the product title
Hi, is that possible to hide the product title field in the "Add a product" page? or ...
kooroach — December 2011 — 15 comments
Question How do you email existing order details to user?
Vote up! 1 Vote down! I'm sending email with!order-summary token to user when order status ...
Philben — August 2014 — commerce email
Question Change custom messagetype of status, is not translated into the user language
(German) send out a mail to a customer in English or that mail arrives in German, even though the user had ...
Answer Answer to Question 8842
Commerce Kickstart, we refer to the individual product entities referenced by a product display node the ... Vote up! 2 Vote down! First you need to consider how you'll access the product data. Since ... product pricing rules receive a product line item as a default parameter, you can get to the product on ...
Ryan Szrama — July 2013Question Order stuck in cart
Vote up! 0 Vote down! Hi, when a order is placed and the user goes through the checkout process, ... checkout page instead of the confirmation page. There is no account created, and also no notification ...
Answer Answer to Question 8611
Vote up! 0 Vote down! global $user; $order = commerce_cart_order_new($user->uid); ...
Ismail Noman — June 2016
