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 Date field in Checkout
I need to be able to add a Delivery Date field to the Checkout, Have worked out how to add a Card Message field to an order via Line Items (thanks randy for the video) But the date is only needed once per order, not for each order item. So should go in at ...
remus1 — November 2011 — 2 comments
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 hide ($content ['field_desc']); ?> I have then managed to display the above where I want it using the code below: <?php print render ...
Question Commerce Coupon
Vote up! 0 Vote down! Does anyone know where I could find some help with creating coupons. I need to be able to create percentage coupons as well as a dollar off coupons. There are two incomplete modules that can do offer the ability to create percentage ...
brennen — March 2013 — 1 comment — commerce coupons
Discussion marketplace to buy and sell
Hello everybody! I am new here and I hope you can help me with my question. I would like to create a marketplace, where users can buy and sell books, similar to postyourbook.com, do you know if that is possible with drupal/if there are modules for it? bes ...
zweitbuch — March 2014 — 1 comment
Answer Answer to Question 6207
Vote up! 1 Vote down! Hi, First of all you need to add an addressfield on the useraccount of course. Then I used http://drupal.org/project/customer_profile_type_ui to create a new profile type (living address), and make sure you check "Include the de ...
sportel — April 2013 — 1 comment
Discussion Hypothetical Strategies for Travel Registration System
I have a project, in its early stages, and part of it, conceptually, is thwarting my brain. I'm making a travel/tourism site. Customers can make registrations for tours, that happen at specific times. So far, no thwarts, but wait, it gets better... L ...
le_petit_basil — March 2011 — 4 comments
Discussion Product without price or add-to-cart
I would like to use the framework of Drupal Commerce to manage a list of products, but I will not be completing transactions on my site. Instead I would like to let a user browse the catalog and read information about products, but instead of clicking &qu ...
meltingsand — November 2011 — 2 comments
Discussion Product variation selection- ajax reload and the $content variable issue
I am struggling with a customized node template for a Commerc Kickstart product display (which includes a number of variations). To display the page as I want, I am using various elements of $content, using render($content)[#####]. This all works find, ex ...
mikeaja — October 2014 — 1 comment
Discussion Fixed Discount on Cart (not line items)
I've got a situation here I want to give a discount if a customer buys three items of a certain Product Type, e.g. 1 Product: $75 2 Products: $150 3 Products: $200 4 Products: $275 5 Products: $350 6 Products: $400 etc. Hence a discount of $25 dollar ...
BigAllan — July 2012 — 1 comment
Answer Answer to Question 31719
Vote up! 0 Vote down! Just to confirm: All of your items cost the same to ship eg $150. If you ship one then it's $150, if you ship 3 then it's $450 and if you ship 29 then it's $4,350? If that's the case then it should be easy enough ...
