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 New product and sale buttons

I just found button graphics for new and on sale products in the /profiles/commerce_kickstart/themes/omega_kickstart/images directory. How are these enabled/used? Thanks for any help! Attachment Size btn_product_label_new.png 1.4 KB btn_product_label_sale ...
bhans — November 2013 — 1 comment

Answer Answer to Question 6239

Vote up! 2 Vote down! Please watch this useful video: http://www.drupalcommerce.org/videos/commerce-module-tuesday/commerce-stock Maybe this can answer your questions ...
Jörg — August 2014 — 1 comment

Answer Answer to Question 12520

Vote up! 1 Vote down! Here is what I understood. You have a view which lists a bunch of products. When a user clicks on any row, he is taken to another page where he can only see the title, teaser and add to cart button (unless he has already purchased th ...
neeravbm — December 2013 — 2 comments

Discussion Import Magento Data

Greeting Drupalites. I am looking to import the data from a Magento installation into a site that I am preparing with Drupal Commerce. Could anyone offer some advice/point me in the right direction? Thanks Nikhil ...
nsomaru — April 2011 — 6 comments

Discussion Split payment

Does anybody knows about a module that enables administrator to configure the shop to make the user only pay a percentage of the cart value now? Our use case would be a reservation system where the user has to pay 20% up front by the payment method he cho ...
nnotario — January 2012 — 2 comments

Discussion display custom order fields in a checkout pane

Hi, I have added a custom field in orders and I can view and edit. I want to display this custom field in checkout panes, so users can fill them. but by default there is no relation between fields that we can add to checkout panes and the fields that we a ...
moallemi — January 2012 — 2 comments

Discussion Programmatically add new product

The values for sku, title and commerce_price are good. $form2_id = 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => $form['title']['#value'].'_'.rand(1,10000), ' ...
dlats — November 2013 — 1 comment

Answer Answer to Question 43028

Vote up! 0 Vote down! A view is literally a "query" of the database, as opposed to a page of products. So if you have two views of the same product Skew, even with a different view name, the shopping cart will have two of the one item that is di ...
jdoege@shootersolutions.com Shootersolutions — November 2015 — 1 comment

Discussion Show certain products during submitting a new order

Hi to everybody, I'm using DC to implement a basic marketplace. The problem I have is to show just certain products to certain users during order creation. Unfortunately, everybody can see all the available products, whereas each user must see just t ...
tuttoweb — January 2013 — 2 comments — order

Answer Answer to Question 3578

Vote up! 0 Vote down! Add a relationship of Commerce Order: Shipping information. You will then have a field named: "Commerce Customer profile: Address Appears in: commerce_customer_profile:billing, commerce_customer_profile:shipping." available ...
cruzeazy — July 2012 — 1 comment

Pages