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.
Discussion How to sell training videos one by one
Hello! Our ides is selling trainer's training videos. I know one way is to sell this kind of roles. But there are about 50 videos. We can't produse so many roles. But very important is possibility to sell videos one by one (like a ticket for one ...
geneetik — January 2013 — 4 comments
Discussion Fulfillment modules
I see it touted that Drupal Commerce has third party fulfilment modules, but I cannot find a single one. I've crawled through a dozen google searches and the Drupal.org module listing and found nothing. I see no support for Shipwire as yet, though it ...
aidan — December 2012 — 2 comments
Discussion Commerce and varnish
Har anyone tried using Varnish on a Drupal Commerce website? Would it work with shopping carts and other cookie-related stuff? ...
AdamGerthel — November 2011 — 11 comments
Answer Answer to Question 8363
Vote up! 0 Vote down! The problem appears to be that you've correctly altered the value of the button using: <?php $form ['submit']['#value'] = t ('Please contact us');?> But when you add the submit handler to the ...
Ryan Szrama — June 2013 — 4 commentsAnswer Answer to Question 10738
Vote up! 0 Vote down! Hi bb, Look like they are using javascript or similar. You could I think do the same I think but it would take some work and is beyond my skill. If you have a product with different sizes, the default Product Display would give you a ...
pipal — November 2013 — 1 comment
Answer Answer to Question 7244
Vote up! 2 Vote down! Commerce Kickstart 2.x comes with the Commerce Addressbook module installed. That's where that functionality comes from, and you can easily have it on your site by getting the module and configuring it the same way.:) ...
Ryan Szrama — March 2013 — 3 commentsDiscussion 'Product list display type' tab not showing in manage display section of variation types
I need to manage the display of the product list. when I go into content types > manage display there is the grey tab for 'Product List' which I can manage here, however my content type for products has a cloud zoom and gallery image which sh ...
Carl Bowles — November 2013 — 1 comment
Discussion How to Change email tpl
I am trying to change the commerce-order-email.tpl to add in the shipping address/ card message/delivery date to give the customer a full email of the order placed. have found the tokens and added <?php print [commerce- order: commerce_customer_shipp ...
remus1 — November 2011 — 8 comments
Discussion Check Address Zip Code Against a List of Zip Codes
I am trying to use rules to test the customer's zip code against a list of zip codes, and I cannot see to make this happen no matter what I try. What is the best way with rules to test a piece of date against on array? ...
tyreldenison — January 2012 — 12 comments
Answer Answer to Question 10468
Vote up! 0 Vote down! What you're looking to do could be possible through a custom module embedding the checkout form on those pages, but simply through configuration it isn't possible. The big issue you'd have is that in order to display a ...
Ryan Szrama — October 2013 — 3 comments