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 AVS mismatch warning
Vote up! 0 Vote down! I have drupal 7 and commerce running. I have authorize.net installed and it is working except for this one problem. I am not getting a message that says there was an AVS mismatch or anything. Can someone please advise me on how to fi ...
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 ...
Discussion Price and Stock based on date, create a product variation for every day or something else?
I'm searching for the right way to manage price and stock based on date. This is the typical use case for a product like excursion. Every day we can have an excursion and a product display is related to that excursion. Price can change depending on d ...
salvatore.severo — April 2013 — 2 comments
Discussion How commerce is designed for following two things
Dear commerce devlopers and advances users. Can you please explain how commerce is designed for following things: 1. Product entity can have multiple fields- this is very nice. What if I need all products from one Product Display to have same image? It is ...
chaugi — February 2012 — 3 comments
Answer Answer to Question 7580
Vote up! 4 Vote down! I did it in one of my projects. Following are the steps I followed: 1. Add a field called wholesale_price to the product. 2. Add a role called wholeseller (only if you want to set price by role) 3. Create a product pricing rule: When ...
drupalastic — April 2013 — 2 comments
Answer Answer to Question 7607
Vote up! 1 Vote down! You can add new attribute fields to products using this documentation: http://www.drupalcommerce.org/commerce-kickstart-2/adding-taxonomy-field... You can add new features to your Product Displays, like "Video" or "Rev ...

Discussion creating products on the fly
what do you think of my idea, of using flagged (Flag Module) nodes. and if flag as shop item- node with price fields etc- create the product on the fly, when creating the order for the customer? by the meaning of making it very simple to the user, so no n ...
ytsurk — February 2011 — 2 comments
Discussion Kickstart slideshow showing multiple images while loading
I'm using the latest version of Kickstart and have set up its slideshow to show a few slides at the top of my site. However, when things are slow loading, it loads the slides of the slideshow one underneath the next so there's, say, 3 slides vis ...
PedroKTFC — April 2013 — 2 comments
Discussion Catalog View
With the latest commits to Drupal Commerce and a patch pending for Views, I've got full Views relationship support working through product reference fields. This means you can pull any field from a product into a Node View if that product has been re ...

Discussion Price levels
Hello, I am trying to build private eshop for closed groups of our customers. We have 4 different price groups. All customers must have price level set, all products have 4 different price values. Customers and products are imported from external CRM by F ...
Bobík — February 2012 — 3 comments