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 How do i get a discount images to correspond with the product discounts i have made using rules
Vote up! 0 Vote down! I have followed Randy Fey's discounts with rules video on Vimeo and have successfully implemented the option within an individual product to choose discounts (10%, 20%, 30%, 40%, 50%). I was incredibly exited that this works. No ...
Answer 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 7265
Vote up! 1 Vote down! Hej! Try rules. There must be a rule commerce_checkout_order_status_update. That is by default set to "pending". If you have no other payment methods, set that from pending to completed. greetz, Marc:) ...
dasmoermel — April 2013 — 3 comments
Answer Answer to Question 7252
Vote up! 2 Vote down! You need to check these: http://drupal.org/node/157602 http://drupal.org/documentation/install/windows http://www.drupalcommerce.org/commerce-kickstart-2/install Thanks ...
realskorpion — April 2013 — 3 comments
Discussion '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 signed contract module or recipe.for drupal Commerce?
hello, i came across this wordpress plugin and I need to know if drupal commerce has either a module or technique that can do this. basically it generals a signed contract into the paypal purchase. I had never thought about it before, but once I saw this ...
sebra — March 2013 — 3 comments
Discussion Additional Information on the Order Page
I need to display additional customer information regarding the order when viewed by an admin. I need to show the date of the order and the customer's email address(among other things). How would I go about modifying the order page for admins? ...
tars16 — December 2011 — 11 comments
Discussion Product image on Views link to product admin rather than product display page?
Hi all, currently I'm making a View call new_products to display a list of latest update product. After few attempt, I have create a simple page and block to display Title & Product:Image field. Now I have 2 problem. 1st, the product image is NOT ...
maxchock — June 2011 — 23 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 commentsAnswer 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 comments