Tagged Questions
-1
votes
1answer
48 views
How do I hide some fields to registered users?
This is my use case:
If an anonymous user completes an order, the order shows profile type A. When user completes that order, the system creates a new user, and fulfill his profile with the ...
0
votes
0answers
25 views
adding select option to e commerce product
i am selling t shirts on a drupal 6 site I need an option for the users size (s,m,l) and pass it trough with the order preferably or alternatively add a field to the billing address where the user can ...
0
votes
0answers
63 views
How to get image URL of the product image field in Drupal Commerce
I'm stil pretty new to Drupal Commerce and I've run into a small issue with something that has worked for me in the past. I'm working on a custom Product Display node template and I'm wanting to get ...
0
votes
0answers
16 views
Set same value to all variations in product display
How to set same field value to all product variations in one product display using Rules. I have field called field_value in variations.
So when changing variation1 field_value then Rules should set ...
0
votes
1answer
146 views
Calculate field value based on another field value with Rules
I am using Drupal 7 and Commerce.
I have Product display where is custom field called Stock (field_stock). This field holds stock value (integer) for Product.
In Product display I have Product ...
0
votes
0answers
28 views
How do I deal with a lot of fields of different products in view modes of product display?
Scenario is this: Let's say I have one product display for car parts and every car part have different attributes (or not necessarily attributes but some fields used for faceted search for example), ...
0
votes
0answers
39 views
Drupal Commerce: Storing display configuration - view modes vs content types
What would be the best strategy of design product displays (content types)/view modes and why?
Presumptions:
I have two vocabularies, with terms for two kinds of products to organize them. First ...
2
votes
0answers
40 views
How can I generate commerce file audio preview automatically?
In a store of music files with the Commerce File module, how can I generate an audio preview of that file? Would be perfect if I could use the Rules module for detect the adding of file and SOX ...
2
votes
1answer
81 views
Autocompleting line-item fields in Drupal commerce
First off all I'm rather new with Drupal & Drupal Commerce. I'm going to do my best to describe what I have done and tried.
I'm developing a website where people can register (buy) a place in ...
0
votes
0answers
52 views
Clone Field-Value from Referenced Entity
I have a node-type containing an entity-reference (Commerce-Product). The commerce-product-entity holds a taxonomy-reference-field. Now i want my referencing node-type having its own "autonomous" ...
1
vote
0answers
158 views
Using Rules Drupal Commerce Get Product Sku Field [duplicate]
Possible Duplicate:
I can’t get the SKU value for a commerce product in a rule action
Still trying to skin the same cat. I have a Drupal 7 Commerce site. I've created a Rule which Executes ...
1
vote
0answers
41 views
Pulling Values from $order in Commerce Cart
I am trying to pull the value of a selected item in a field list located in the order entity. Later this is used to determine what panes should be shown in the checkout workflow. I should note that ...
0
votes
1answer
326 views
How do I create radio button for options on a Drupal Commerce product?
I just need some radio buttons for adding on components in a drupal commerce product. The best example is Apple's build a customized MAC or laptop where you add on specific elements to the product but ...
0
votes
2answers
135 views
Getting field value that attached to Commerce product field
From using commerce_price_savings_formatter, I've created field field_diskon where it only contains number. field_diskon purpose is for discount rate.
So, I can assign different discount rate for ...
1
vote
1answer
333 views
how to add username and password field in commerce order
I am new with Drupal and I am willing to learn more.
now, I am creating a project and I am using the drupal commerce.
In the check-out process, In default, for unregistered users, it has the email ...