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 Variable pricing based on range values

Vote up! 2 Vote down! Hi:-) I'm trying to add two extra range fields on a product (width and height) which should be used to calculate the product price directly by the buyer. Let's see an example: The product is a carpet, the price is 100$ per ...
FINeX — April 2013 — 1 comment — Price, Product Attributes

Discussion How to add image field to view from Product Type.

I'm not sure how much sense this makes as I've confused myself so much trying to do this. I'm using Drupal 7.28 and the Drupal Commerce 7.x-1.9. Basically the image and the description fields are both on the Product Type not the content typ ...
Carl Bowles — May 2014 — 1 comment

Discussion Text removal "item"

Hy, i want to remove the word "item" that appears in the shopping cart, as i just use a shopping bag icon and implement the number of total items in cart. Rather removing the word or getting the total amount of products in cart via code. Any sug ...
sammyfm — January 2013 — 2 comments — cart, custom text

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 ...
ohiodave — July 2012 — 2 comments — Factory, Production, Industrial

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

Discussion Products section disappeared

Hello I am building a new commerce site and when I installed the modules for Commerce Feeds (Feeds and job scheduler, too) I now only have Orders and Configuration available under the Store section- all my products and Product section is just gone. I trie ...
donok — March 2012 — 3 comments

Discussion 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

Discussion license only added to free orders

Hello, I have setup commerce license and commerce license role 7.x-1.2 for a membership product. The process is working well when the order amount is zero, we have coupons for free memberships. If a purchase is made for $100 for example no license is crea ...
jfuture jfuture — May 2014 — 1 comment — license

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 Ryan Szrama — April 2013 — 2 comments

Pages