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 4971
core module allows you to configure formats for text input for your site. In Drupal 7, these settings ...
Josh Miller — March 2013Discussion Booking System
I am working on developing a site that allows users to select a date and make a payment on their ...
z_khn06 — September 2011 — 5 comments
Answer Answer to Question 6336
Vote up!-1 Vote down! I ended up creating a form in hook_checkout_form() that utilizes ...
jstrosch — January 2013
Discussion Commerce site with multi sellers
under development (product directory). Project idea: On e-shop there are shop owner and partners ... errors. Development site is: 144.lt/parduotuve Any advice or comment is welcome. Kind regars, Edward ...
edas — February 2014 — 3 comments
Discussion Edit "collection products" view: show child items
Hello, I'm trying to modify the default "collection products" view because I have a lot of sub-categories. For example, in the "Sample Category 1" I have a list of sub-categories with relative products. I added the sub-catergories ...
Discussion Commerce Kickstart: show child items when category is empty
= 'search_api_index_product_display'; $view->human_name = 'Collection products'; $view->core = 7; $view->api ... ;] = 'search_api_index_product_display'; $handler->display->display_options['relationships']['field ... ;] = 'search_api_index_product_display'; $handler->display->display_options['relationships']['field_product' ...
smurf — May 2014 — 1 comment
Answer Answer to Question 44624
commerce_kickstart-7.x-2.37-core; At the "Configure Store" Page under Functionality, you have two options. Yes ...
oli-nah — June 2016
Answer Answer to Question 3662
http://www.covenantdesign.com/blog/how-use-billing-address-shipping-drup... It explains that this function is in commerce core now. Go to Store>Config>Checkout ...
ttwhyz — August 2014
Question Losing my mind installing kickstart
Vote up! 0 Vote down! I have installed kickstart twice with no luck. I am never seeing the welcome screen. I also noticed that there are no modules installed. Was I supposed to see a commerce module installed? Was I supposed to install kickstart after ins ...
phishyman2 — March 2013 — 1 comment — installing kickstart
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
