Drupal Commerce is an e-commerce framework built on Drupal.

learn more… | top users | synonyms

4
votes
2answers
1k views

Rule-based node creation: commerce product + product display node set

I'm trying to bind a Commerce product type to my own custom type node (serving as a display node). The goal is to enter new data in as few places as possible. I'm therefore exploring a rule-based ...
2
votes
1answer
1k views

Adding a discount with the Drupal commerce module

I am trying to add a discount on the product price depending on where the users are from "filled in the registration form". I am thinking about fetching the data "state" via hook, and altering the ...
2
votes
1answer
1k views

Drupal Commerce Line Items: alter the price?

I have to add to my cart some line items with a custom amount. The commerce product is saved with price = 0, and my module compute the price and add the line item to the cart/order, but i dont ...
1
vote
2answers
238 views

Drupal Commerce on Drupal 7? [closed]

Will Drupal Commerce run only on Drupal 7 core, and not support Backward core versions Like Drupal 6 ?
1
vote
1answer
1k views

Payment after ordering/Different order statusses

Im setting up a drupal commerce website and i would like the functionality to let an admin handle an order and change the order status, then the user recieves an email link which redirects him to the ...
1
vote
1answer
85 views

Updating a large amount of products on drupal commerce

I would like to ask how can I update certain fields of my products like prices,images,stats? Notice that I have around 6.000 products.I tried the same way that I imported them but I get this error ...
1
vote
1answer
864 views

Filtering my products on drupal commerce

I have imported 5.000 to my drupal-commerce website.I want the user to be able to navigate fast on all of these products,so I just figured out that I need to make somehow a filter or a search that ...
1
vote
1answer
404 views

Drupal commerce - Calculate tax on custom line-item

I need to add an extra fee to the shipping price for delivery on holidays and sat/sunday So i created a custom commerce-line-item which would be added to the order on those days. But it won't ...
1
vote
1answer
829 views

Getting all products owned by a user

I'm using Drupal 7 and the Commerce module. I'm trying to warn the user whenever they add to the cart a product they already own. Getting a list of products already owned by the user (in PHP code) ...
1
vote
0answers
67 views

Update commerce cart form view on ajax submit

I have altered the views_form_commerce_cart_form_default form to allow ajax submission on quantity change. My ajax attribute is as follows: $ajax_field_settings = array( 'event' => 'blur', ...
1
vote
1answer
70 views

Drupal Commerce Coupon for selected products only

I am using commerce coupon percentage beta module. My customer need to give coupon only for selected product types only. Say for Cloths,Accessories but not for Shoes How can I implement this? Can I ...
1
vote
0answers
130 views

Drupal commerce - page titles from product name

I've installed a drupal commerce module. And I made an article with some products. So I want to change the page title to the title of selected from list product in this article. I tried to use ...
1
vote
0answers
135 views

Drupal Commerce Kickstart v2 Approve Order before payment

I am building a proof of concept ecommerce solution using commerce kickstart v2 I wish to implement a system where a user can submit an order but an admin must approve orders before the customer can ...
1
vote
0answers
165 views

Drupal Commerce USPS Module: Disable Shipping Services If Product Option Exists

I need to disable all but one USPS shipping service (Parcel shipping) if any product in the cart has a certain custom product option (a checkbox) set. I am a very good with Wordpress, but I am new to ...
1
vote
0answers
612 views

Drupal Commerce + Taxonomy

I want to create a taxonomy based catalog for my products. The first step would be to create the taxonomy tree for my products: term 1 term 1.1 term 1.2 term 2 term 2.1 term 3 But then I need ...
0
votes
2answers
175 views

drupal: commerce kickstart, change default/home page url

Hello: I created a site for a client using Drupal 7 and commerce quickstart. Now that things are picking up, the client wants to make the estore a complete site; so I am adding the about, ...
0
votes
1answer
49 views

Products not appearing under content in admin in Drupal Commerce

I am importing products using Commerce Feeds. The products appear just fine on the front end and via Store > Products in the admin. However no products appear under Content in the admin area. I ...
0
votes
2answers
184 views

Entity reference use other fields in view modes

I have a student books products in drupal 7 which they have a companion teacher's book product. I want to make a view mode that presents the student book (product display) along with an entity ...
0
votes
1answer
151 views

hook_commerce_checkout_complete not called

I'm trying to execute some business logic after the checkout process in Drupal 7 with Drupal commerce module. I've read on the documentation that I can use the hook hook_commerce_checkout_complete but ...
0
votes
1answer
135 views

Drupal Commerce - selling photography

Is it possible to use the 'drupal commerce' distribution for selling images from a photographer? The images must be in a secure folder. After the visitor has payed with visa or mastercard, he can ...
0
votes
1answer
251 views

Drupal 7 - Run rule on every user triggered by cron

Is it possible to run a rule on every user triggered when the cron runs. I need to check every users subscription stutus (commerce subscription module) and if the subscription has expired downgrade ...
0
votes
1answer
134 views

Pay-per-node on Drupal Ecommerce?

I'm trying to create a pay-per-node product, but I'm finding that it isn't built into Drupal Ecommerce. I don't want to install additional modules, but I've found a dev release of a pay-per-node ...
0
votes
2answers
955 views

Drupal Commerce Ajax cart with added fields

Sorry for the really bad title but wasn't sure how to describe my problem in 10 words. I have drupal commerce and have made a view that displays the cart contents on top of the checkout page. Quantity ...
0
votes
2answers
64 views

What if administrator changes price of a product while someone is about to buy the product

I am using drupal commerce. I am facing a problem of price shown to buyer is different than the price what he finally pays. Suppose we have a product p1 with price x. If a buyer add p1 to his ...
0
votes
0answers
8 views

Extend Drupal Commerce Search

I think I'm going about this in the wrong way, but here's my situation. I'd like to create a Drupal Commerce search based on user data entered in a custom form. The search would include some filters, ...
0
votes
1answer
11 views

How to create a campaign Buy 2 get 1 free in drupal commerce?

How to create buy 2 get 1 free in drupal 7 Commerce? I tried commerce discount module but that is buggy and in alpha version right now.
0
votes
0answers
9 views

Drupal entity_insert for commerce products limit?

i'm writing module for drupal7 commerce, and may be some one can tell me the hook that shoot up before product inserted? I tried to use entity_insert, but when it activates product are already in the ...
0
votes
0answers
28 views

How to get Drupal rules conditions in module?

I have condition in rules, and need it in my module at any time. Example: /mysite/admin/config/workflow/rules/reaction/manage/some_custom_rule Where in Conditions I have some Elements. I just can't ...
0
votes
0answers
59 views

Combining two different Drupal 7 Commerce line item types in one add to cart form

I have a bunch of different commerce line item types, for gathering information such as course dates when a customer purchases courses. Occasionally, the customer will purchase membership at the same ...
0
votes
2answers
116 views

Drupal 7 RewriteRule not working

My basic page access i.e : mysite/aboutus, which is working perfectly fine. But due to request, every page except for home needs to be prefixed with training. So if I need to go to mysite/aboutus, ...
0
votes
1answer
54 views

No Data Received on Drupal Commerce site

Occasionally i get a "no data received" Error 324 (net::ERR_EMPTY_RESPONSE) on my Drupal Commerce website. I had the problem on my localhost, but it's still there when i uploaded it to a VPS. There is ...
0
votes
0answers
36 views

Make an event with variable price

I would like to use Drupal Commerce to create events with a set price, and have additionnel options on the event with its ovn price. and the user should be able to list the people attending and pay ...
0
votes
0answers
36 views

New field will not display Drupal-7 commerce

I can add a field to a product, I can see and use that field when editing a product page, I can see the field while in the edit page and hitting "preview" - yet the new field never shows when I just ...
0
votes
1answer
160 views

Drupal 7 as LMS recommended module

I am developing a e-learning/Learning management site using drupal 7. Can any one suggest recommended modules. Is there any module for course subscription?
0
votes
0answers
116 views

Drupal Commerce Checkout Custom Step

I followed this guide http://atendesigngroup.com/blog/custom-commerce-checkout-panes to add a custom field to but it doesn't tell you how to save the data in that field. I tried function ...
0
votes
1answer
189 views

Drupal 7 Drupal Commerce Adding fields to Add To Cart page

I need some suggestion to add some fields to the "Add to cart" page. Out of many products, one of the product requires some user information to be filled before proceeding to "Add to cart" process. I ...
0
votes
0answers
28 views

Drupal Commerce: Include the count of orders completed/checkouts prior to installation of Commerce Popularity module [closed]

There is a number of existing orders completed/checkouts and I want to add it to the count .Seems the popularity started to count from new orders/checkouts. How will I include previous ...
0
votes
1answer
70 views

When using Authorize.net's DPM method, I can only get a cryptic error message

I have a simple checkout form and I'm using Authorize.net's DPM (Direct Post Method) and I keep getting this error message: An error occurred while trying to report this transaction to the merchant. ...
0
votes
1answer
132 views

How to add new rules in drupal

I'm trying to add some rules programmatically, I'm following this tutorial to manage different price list depending of the rules. To create the rules it usesa default_rules_configuration hook which ...
0
votes
0answers
62 views

how to develop a custom product pages in drupal 7

hey i am new developer in drupal, i have no idea about how dynamic pages are created at run time. i need an idea see image![i need to develop an summary and product page.when user clicks on an item in ...
0
votes
0answers
130 views

Form selection using lightbox

I'm seeking recommendations on how to implement a UI feature using jQuery/Javascript. The Drupal Commerce site (selling furniture) has products configured that enable users to select from a wide ...
0
votes
3answers
301 views

Drupal 7 Custom Submit Handler with Views and Commerce

Currently I have a products page using the Views and Drupal Commerce modules with a sort functionality of the product categories (exposed filter). The form with the dropdown list/select list has a ...
0
votes
1answer
226 views

Drupal Commerce - Paypal Payment

I'm looking for a explanation about how the Paypal Sandbox works. Let's say I have a real Paypal account through which I receive payments and I want to configure it on Drupal Commerce's Paypal module, ...
0
votes
1answer
51 views

Update a field on drupal commerce

I have a product field that takes a number as an input(quantity) and w sometimes this quantity becomes empty so I want with the module Commerce Feeds to update this field from sth to empty .But it ...
0
votes
0answers
210 views

Drupal Commerce: Shopping cart summary show total price excl. VAT

I've just installed Drupal Commerce. I've added a tax-rate. I have 2 questions: A) How can I show the price excl. VAT in the view. Adding a new field en setting this value to 'raw format' is not ok. ...
0
votes
0answers
31 views

Drupal commerce installation, no product view link

I have installed Drupal Commerce from scratch: http://www.drupalcommerce.org/user-guide/installing-scratch but when the link present on the 6th step (Product display) of this guide ...
0
votes
0answers
49 views

Adding new field on commerce email module in drupal

I am using the module commerce email http://drupal.org/project/commerce_email so as to sent an e-mail with the full order of the customer to my administrator email.Everything works fine.But in the ...
0
votes
1answer
38 views

Error on an event on drupal commerce

I have made an event when a person completes an order to be sent an e-mail to me with his/her order something that was not an event at first.But I keep getting this error when someone completes the ...
0
votes
1answer
89 views

Searching information on pages created by views in Drupal 7

I'm using Drupal Commerce and creating pages with those products through views. I would like to be able to search for any of the products and any of their descriptions and have the search results ...
0
votes
1answer
435 views

Drupal commerce product catalog

I want To create a product cataloge page which has Two section on one side there will be all products And on the other side there will be filters to select The products which has the specific ...

1 2