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 Product attributes with pricing calculated on customers input

Hi everyone (my first post here). PROBLEM: I'm creating 2 product types: standard and specialised. Standard has only one unchangable price. Add this to cart-> Buy-> Done. Specialised product is more complex because of many attributes depending ...
f.gorczynski — May 2012 — 2 comments

Answer Answer to Question 31861

hide($build['product:commerce_price']);     hide($build['field_product']);  }} ...
DNZ Andy @ BlueFusion — January 2015

Answer Answer to Question 9131

database: SELECT users.uid AS uid, commerce_addr.entity_id AS profile_id, ... commerce_addr.commerce_customer_address_name_line AS full_name, users.mail AS email FROM field_data_commerce_customer_address AS commerce_addr INNER ... JOIN commerce_customer_profile ON commerce_addr.entity_id = commerce_customer_profile.profile_id INNER ...
doub1ejack — December 2013

Question Product menu option in Store menu is not showing

Vote up! 0 Vote down! Hi, I'm new to Drupal and I installed the Commerce module on my site ... recently. I uninstalled the Commerce module because I didn't think it was what I needed, but then ...
Davidb89 — January 2014 — store, Product

Answer Answer to Question 3347

Vote up! 1 Vote down! If the menu items aren't being built properly, then you should be able to trigger it through a clearing of the cache. You can use the top button at admin/config/development/performance to clear it. Might do it twice in a row for ...
Ryan Ryan Szrama — April 2013 — 2 comments

Answer Answer to Question 22474

that time. The coupon module and coupon commerce as a whole do not work very well, it's probably ... is to go to permissions as the superuser/admin and find the newly added commerce section and check ...
Sina — December 2014 — 1 comment

Discussion Best way to approach individual bottles and cases of wine sales?

I was hoping someone could point me in the right direction to tackle my scenario. A client wants to sell his wine, but wants to provide a discount to a case (12 bottles) of wine. Also, he wants to provide free shipping to purchases of 3 or more bottles (i ...
pkchoo — May 2012 — 2 comments

Discussion Any interest in a manual credit card contrib module?

with a method for check by mail that would prevent consideration of migration to drupal commerce. Is ...
webengr — June 2011 — 5 comments

Question How to do I stop product URLs changing each time I delete and re-import?

removing all products, truncating the commerce_product and commerce_product_revision tables and that ...
abiconsulting — August 2013 — URLs, products, database

Question Add to cart button on product display view

Vote up! 0 Vote down! I am developing site using commerce kickstart. I want to add Add to cart ...

Pages