Drupal Commerce is an eCommerce framework and ecosystem built on Drupal 7.
0
votes
0answers
6 views
Assign Line item by Product Type without a Product display
How can I Display a custom line item(commerce custom product) by product type?
Normally you assign the line item in the product display.
But i am using a panel to display the product directly as ...
0
votes
2answers
11 views
How to add Drupal Coupon discount for selected category or item only?
Project: Commerce Coupon
Version: 7.x-1.0-beta7
Hi,
We are using drupal percentage coupon module for our websites and its very good.We have a request from customer where they need to exclude ...
0
votes
2answers
20 views
Drupal Commerce: discount for line items based on user's values?
I need to have different discount rates for every customer.
I added a textfield in the user profile, where I store a Json object with all the discounts (there is a little GUI to manipulate it), so, ...
-2
votes
1answer
26 views
Create Products with overlayed images from the default images [on hold]
I'm using D7 and Commerce. I want the ability to create products based off a default image for a product & image that our designers upload to create the final product.
...
0
votes
1answer
27 views
Commerce - How to set up a shipping condition that accesses the value of a specific field in product
I have a term reference field in product called "Weight" with values "Light", "Medium" & "heavy". I am using flat rate shipping service and trying to check the value of "Weight" field in ...
0
votes
0answers
13 views
indefined index, invalid argument when i go to the cart and no possibility to edit the view
I have tried to change the cart view (by clicking on "edit view" in the cart page), i have already done this before but now, when i have a product in the cart, i have this message:
Notice : Undefined ...
0
votes
2answers
51 views
How to prevent fake drupalcommerce orders
We have a website developed using drupal commerce.All listing and details pages of products are custom made ones.Not drupal views.We have a issue with fake orders.We are getting nearly 1000 fake ...
0
votes
0answers
13 views
Does Authorize.net emulation with eProcessing Network work with the Authorize.net Gateway in Commerce?
I'm considering a big upgrade of a Drupal 6 / Ubercart site to Drupal 7/Commerce. I need to be sure that our eProcessing merchant account will work with the Commerce Authorize.net gateway.
-1
votes
0answers
14 views
eBay marketplace with Drupal Commerce
I am planning to build an eBay like commerce marketplace where individual users control their shops and payments just like in eBay.
Is this achievable with Drupal Commerce?
0
votes
2answers
17 views
Drupal Commerce: line_item field in user profile?
Im trying to achieve the add to favorites function, but I cant reference the commerce_product/product_display becose the items that are sold in my situation get customized by the user (add text, ...
3
votes
1answer
28 views
How to Skip the Workflow Launch by admin/user in Drupal-Commons using Maestro Module?
I have installed and configure the "Maestro" Module in Drupal Commons.
In Maestro Module every time we should Load the Workflow and it will go through step by step:
Admin: Publishing Workflow Load
...
-2
votes
0answers
26 views
Can't see Srtipe payment Method [duplicate]
My client needs to process online payments. I have downloaded and installed the following modules: Commerce Stripe, Libraries, Commerce, Payments, Stripe, and Webforms.
The "Payment reference" ...
-4
votes
0answers
23 views
Insert your API keys at the Stripe configuration page [duplicate]
Insert your API keys at the Stripe configuration page admin/commerce/config/payment-methods/manage/commerce_payment_commerce_stripe.
Remember to test the functionality with the test keys before ...
-3
votes
1answer
38 views
“Stripe secret and public key are required in order to use Stripe payment method. See README.txt for instructions” [on hold]
I am trying to integrate payment option in my site as the client need to collect payments... After installing good numbers of modules I got this message:
Stripe secret and public key are required ...
0
votes
0answers
13 views
Search order by product in Drupal Commerce
I want to insert a 'order' tab in the product page but I'm not finding any way to search order buy the product in it.
I only need to do:
if( order_contains($product_id) != 0 ){
add tab in node ...