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 do I modify the default Commerce Discounts view to filter discounts by user

On the admin/commerce/store/discounts page, I would like to edit the view and add a filter that would allow me to find all of the discounts for "Order Discounts" where there are discount conditions applied to specific users? In short, I want to ...
lalbright — December 2013 — 1 comment

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 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

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 ...
Carl Bowles — December 2013 — 1 comment — Drupal 7 commerce, -Kickstart 2.0, omega, template, php

Question Display tax calculated from tax inclusive order total

Vote up! 0 Vote down! Hello, i started using the drupal commerce module recently, which is great. I'm currently working with taxes. I wish to display tax calculated from tax inclusive order total, without changing any prices already displayed, becaus ...
Caosaran — July 2012 — 1 comment — Tax

Answer Answer to Question 7805

Vote up! 0 Vote down! I have not implemented this idea but this might help you.Add a hidden field to your product and give it a text value like A for those on stock and value B for those not in stock. Now u can sort by this field and i guess you might get ...
__saurav — April 2013 — 1 comment

Discussion Simple payment methods

I need to have two very simple payment mehtods to my drupal commerce e-shop. Payment method 1: If user choose PayPal then there appears field where user gives his PayPal email address and then later I will manually send bill to that address. Payment mehto ...
ace11 — December 2011 — 2 comments

Discussion User input custom fields during checkout product

Hello, How can I add anonymous user input custom fields during add to the cart process? With Ubercart is possible.See sample https://sundaysenergy.org/catalog/hosting/domains/domain-transfer. The sample is relevant, even the ssl certificate is not valid. ...
claudiu — April 2011 — 2 comments

Discussion Shared Catalog, MultiShop

How tha handle this. My client wants one shared catalog, and at least three different shops using parts of that shared catalog. See it as one shop based on the shared catalog, and three brand specific shops, based on the " master" catalog. My th ...
spoetnik — April 2013 — 1 comment — multi sites, catalog

Answer Answer to Question 13303

Vote up! 0 Vote down! The sorting should translate to the customized order of products. Confirm that when you are sorting the products in the backend that you click "save" to save the new order. Also confirm that if you login using a different b ...
joshmiller Josh Miller — March 2014 — 1 comment

Pages