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 Need help from Drupal Commerce experts on setting up Products
I'm currently feeling my way through Drupal Commerce structure, particularly on the Product creation part for now. I'm still new to Product vs Product Display concepts. I have read and watch some tutorials on how to go about it. I just need some ...
marvzz — September 2011 — 7 comments
Discussion shopping cart block number of items only
How can I just have the number of products show in the shopping cart block with a link to check out that shows on regular pages before proceeding to checkout similar to Amazon. What is the php file that controls this?. I am not that strong in PHP so a com ...
webcrayon — March 2012 — 3 comments
Discussion Tax Conditions
Hi. I have two VAT tax rates (23% and 13 %) and some of my products have the 23% tax rate and some of them the 13% tax rate included in their price. So as a bad result in all of my products both of the tax rates are calculated. What condition should i mak ...
frixos — November 2011 — 6 comments
Answer Answer to Question 6584
Vote up! 1 Vote down! You will need to make 2 changes 1. Go to your settings.php located at sites/default/settings.php and add a line ini_set('memory_limit','128M'); 2. Go to your PHP.INI file and increase the memory- Search for memory ...
vishy_singhal — January 2013 — 2 comments
Answer Answer to Question 9735
Vote up! 1 Vote down! There's a lot of information here: http://commerceguys.com/blog/commerce-module-tuesday-commerce-customizab... There's also http://www.drupalcommerce.org/videos/demo/introduction-line-item-fields But roughly, if you have Co ...
Favio Manriquez — September 2013 — 1 comment
Discussion Factory Production/Inventory Management
I would like to create an app for my company that handles all of our communication/stats.... Basis: 1. Parts Come in, inventory/Cost 2. Cost of "improving" parts (could be numerous factors; raw materials, manpower, fixed cost, etc) 3. Run of imp ...
Discussion Creating DC View with prices and pictures
Hi! Im still trying to make it work- simple view with product's 1. thumbnails as a links to node, which display product 2. prices 3. title as a links to node, which display product 4. taxonomy term as a links to all products of that category What i h ...
CrazyDiamond — March 2011 — 13 comments
Discussion Can I do it with the commerce module?
I'm building a Website to manage two Flats to be rented by days. The visitor select one of the two flats and then select a date (let's say it the day: 15 January 2012) and make the payment for it. After the payment the date of 15 January 2012 wi ...
chefnelone — December 2011 — 2 comments
Answer Answer to Question 4369
Vote up! 3 Vote down! In order to get at the product types on the order, you have to look inside the commerce-order token at the line items it contains. Specifically, in your actions section you can loop over the commerce-order:commerce-line-items token a ...
Ryan Szrama — April 2013 — 2 commentsDiscussion How do I fetch visitors cart content count, using javascript?
I need to add a counter to a link to "view cart"- to show how many items are in the users cart. I would like to be able to cache all pages, except "cart view" and /checkout/*- using varnish. So I would like to fetch this counter of ite ...
klavs — July 2012 — 2 comments
