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 12646

Vote up! 2 Vote down! joleenshook, So, this is a relatively tricky request because of all the edge cases that could pop up: What if that username is taken? Do you want to hide the field when someone is logged in? What if the supplied username gets "s ...
joshmiller Josh Miller — January 2014 — 1 comment

Discussion Print out a Drupal Commerce field only if it has a value

In Drupal Commerce, you can use the following to print out a field in your node.tpl.php file: <?php   print render ($content ['product:field_NAME']);?> But how do you print a field only if it has content? For a normal Drupal field you woul ...
big_smile — February 2013 — 4 comments

Discussion ckeditor/wysiwyg not working with kickstart

Hello, Installed ckeditor with ckeditor 4 and 3.6 but not showing up on any page. Searched on web and tried all possible solutions with no luck. Changed the settings under admin>ckeditor advanced profiles point to Commerce Order message. Still did not ...
mcyclegar — December 2012 — 9 comments

Discussion commerce_product_save($product); problem

I am creating a product using the below code. Everything is fine, bar not saving the price information. When I load the product using commerce_product_load($product_id); I get all the correct product information without the price information. Any ideas wh ...
stevieegee — January 2015 — 1 comment

Question Order Approval

Vote up! 0 Vote down! Hi everyone, I've seen several posts on implementing an Order:Awaiting Approval state in the checkout process, but I haven't found any solutions yet. I'm trying to do this by using rules, but I can't figure out a ...
Abenezer — January 2013 — 3 comments — approval

Discussion shipping service in admin orders view

Hi, I have tried alot of things but cant figure it out. When i get an order, if i push quick edit it shows the shipping amount before the total price but it doesnt show which shipping method was selected, same in VIEW tab in the order, only under the EDIT ...
ariban99 — April 2013 — 6 comments

Answer Answer to Question 4302

Vote up! 0 Vote down! Taxes are applied during sell price calculation, and that only happens on load for orders in a shopping cart status. To get around this, you can changes the status of the order to shopping cart, save it, and the price will be updated ...
joshmiller Josh Miller — August 2013 — 2 comments

Answer Answer to Question 7609

Vote up! 1 Vote down! I would create a pricing rule based on a line item field. 1) Create a line item field... maybe use a " Select or Other " field or a Field Stepper or perhaps a Slide Field? http://www.drupalcommerce.org/videos/demo/introduct ...
joshmiller Josh Miller — April 2013 — 2 comments

Discussion Customizable dishes and online food ordering for restaurant

I'm building a food ordering site for a fastfood restaurant. I have all the products imported automatically with the "Feed importers" module. What I want to do, is to create a product display for meals with customizable side dishes. For exa ...
balint777 — January 2012 — 3 comments

Discussion Merge Product and Checkout page

Hello All, I'm currently running Drupal 7.12 with latest version of Ubercart and I've not found a way yet to accomplish my goals. So I'm looking for an alternative solution which is why I'm posting here. Before I download and install I ...
ramy.asha — April 2012 — 2 comments

Pages