Drupal Commerce is an e-commerce framework built on Drupal.
1
vote
1answer
75 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 ...
0
votes
1answer
13 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
1answer
57 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
1answer
171 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
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
228 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
1answer
92 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
444 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 ...
0
votes
1answer
197 views
Drupal: How to override a function from a contrib module
I am using a module that builds a price table for Drupal Commerce items. There is a function that formats the table headers:
/**
* Helper function that takes care of the quantity displayed in the ...
0
votes
1answer
356 views
Using the Drupal commerce module for super simple single page checkout for one item
There are a mass of options when it comes to customizing the Drupal commerce module.
What modules do I need to enable for a super simple checkout that looks like this (all on the same page):
Single ...
1
vote
0answers
70 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
0answers
132 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
139 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
620 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
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
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
31 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
62 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
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
0answers
119 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
0answers
65 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
131 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
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
0answers
38 views
Content_access module and permissions advice on Drupal Commerce
I am using content_access module to set who will see my products on my web store.So anonymous users cannot see it but when they register they should be able to see the content of my site(products).My ...
0
votes
0answers
34 views
Name for remove checkboxes
I have the cart with 'remove' buttons. But I want to see checkboxes for selecting items to remove.
I altered cart form and changed type of input:
$form['edit_delete'][0]['#type'] = 'checkbox';
It ...
0
votes
0answers
27 views
Building an inside search for products
I am building a e-commerce website with drupal commerce and I have products with brands and characteristics for example the characteristics are 3 fields(width,inches,etc).I would like to make a search ...
0
votes
0answers
143 views
Drupal Commerce simple fixed flat fee on invoice
I'm using Drupal Commerce for a simple webshop but run into some situations that seem to be unnecessarily difficult and I wonder if somebody could explain the best way to do this or what I'm missing.
...
-2
votes
0answers
18 views
Buy 3 Pay for 2 or Get 3 for the Price of 2
A block named "Buy 3 Pay for 2" shows random products from a campaign. When clicked a link 'read more...' leads to a page in which products that are in a campaign are shown. How do I make such a ...