0
votes
0answers
8 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
1answer
51 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
153 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
2answers
179 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 ...
1
vote
0answers
127 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 ...
0
votes
1answer
220 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
48 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
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
1answer
194 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 ...
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 ...