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 What is my Drupal Admin Login and Password

info out by looking in the directories or any code snipets I can run in SSH to change the username and ...
jzapantis — January 2014 — admin, Login

Question How to customize Drupal Commerce Kickstart 2 for a book store?

Vote up! 0 Vote down! Hi, I am a new drupal developer and have worked on couple of projects and ...

Question How to alter a 12.00 price to 12.- format?

actual altering works for me with this code: <?php   // Format the price as a number.   643   ...
sirtet — September 2014 — Price

Discussion Creating product programmatically

with field_attach_submit function and its parameters. But if some one guide me fully then that would be ...
sathyashrayan — June 2012 — 1 comment

Discussion Quantity Price Breaks

Hi all! I have a business requirement that calls for some quantity price break functionality. Basically the rule is this: Order 1-2 of a specific product type and the price is $10.00 per unit. Every additional is $5.00 per unit. I have some basic stuff wo ...
nickgs — January 2012 — 2 comments

Discussion No option is available for "License type" on a clean "Commerce License Billing" setup

License Example" option. Is there any way to create license type within UI or do we have code a new ...
Alex Sm. — August 2014 — 1 comment

Discussion Design pattern for payment gateways

of the developer documentation? Cheers Peter payment gateways payment currency ...
das-peter — April 2013 — 3 comments — payment gateways, payment, currency

Discussion Products Not getting imported

I have setup product display and product reference node importers. Go to /import, upload file but nothing gets imported. There are no error messages or any sort of feedback as to what the problem is. Any help would be greatly appreciated. feeds feed impor ...
rws — February 2013 — 5 comments — feeds, feed importer, import

Discussion How can I hide a product variation field in the page template?

I have successfully hidden one of the content type fields using the code below: <?php         ... I want it using the code below: <?php      print render ($content ['field_desc']);     ?> ... isn't hiding or printing where I want it with similar code to above. I've cleared the caches, ...
Carl Bowles — December 2013 — 1 comment — Drupal 7 commerce, -Kickstart 2.0, omega, template, php

Question updating the shipping line item after rules have run

//this is hardcoded, but in my code it's part of a huge calculation     foreach ($order-> ...
jonne.freebase — August 2013 — 2 comments — Shipping

Pages