Questions tagged [drupal-commerce]

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

Drupal Commerce is an e-commerce framework built on Drupal. The project started with Drupal 7, and it encompasses a strict set of core modules and works with essential contributed modules (Views, Rules, Tokens, etc). There are also a number of Drupal Distributions that combine contributed modules to satisfy particular e-commerce needs (shipping products, selling digital downloads, selling digital access, donations, etc).

The project's website contains information on the project's goals and architecture and is the primary repository for developer and administrator documentation. However, downloads and issue tracking are still handled on drupal.org through the Drupal Commerce project page.

208 questions
2
votes
1 answer

How to get country name from country code in Drupal Commerce

I get the country code from field_data_commerce_customer_address table in drupal commerce. Now how to get the full country name from this code.
user9381069
2
votes
0 answers

How to recover the ID of the store where the order was placed?

I have a Drupal 8 site with a marketplace (several stores). I want to display in the "review" step of the "Checkout Pane" a checkbox with the sales terms. Currently if I order in 2 stores, this will create 2 shopping cart (1 per store). The terms of…
mathieu61
  • 33
  • 1
  • 5
2
votes
1 answer

ddev start readlink /var/lib/docker/overlay2: invalid argument error

I am trying to install Drupal Commerce via composer. I have finished the installation but it requires DDEV for local development server and it depends on Docker. I installed both and when i try to start server with "ddev start", i got this error…
mehmetserif
  • 1,185
  • 7
  • 26
  • 48
2
votes
3 answers

Drupal 8 - Commerce Module - BC math PHP extension not found

I'm trying to install the commerce module in Drupal 8 however I get the error 'BC math PHP extension not found'. I've searched for this problem and tried different things such as editing the PHP.ini by adding 'bcmath.scale=2' however I still get the…
jake66
  • 35
  • 1
  • 5
2
votes
2 answers

Custom label on shipping service in Checkout

I am grouping multiple products of an order and ask buyer to select a shipping service for each group.(because they get dispatched from different locations and have different delivery options) This works ok, I can see the summarised shipping…
NickOpris
  • 509
  • 2
  • 8
  • 20
2
votes
1 answer

Drupal Commerce Discounts does not show the discount for users

I am working at a drupal page and I have to add the discount option to the shop. But it does not work. At the end I added 3 images where you can the error - but first I will describe the problem. I added a discount (Buy more then 1 Item and you will…
TJR
  • 6,307
  • 10
  • 38
  • 64
2
votes
0 answers

Drupal Shipping Rules with Product Option Sets

I have an pricing attribute option set up on one of the Drupal products. I am trying to create shipping rules that address: 1) Which of the options for the product the user selected 2) Where the user's address is To calculate individual shipping…
2
votes
0 answers

Calculate price using percentage from product field

I'm using drupal commerce module and drive with pricing rule problem. User and product have percentage fields, which are discount values separately. Final discount gathered from sum of this fields. How can I calculate line item price with discount…
Tigran Vardanyan
  • 305
  • 1
  • 3
  • 10
2
votes
2 answers

Paypal Express checkout completes without adding shipping

Using the commerce kickstart and paypal express checkout modules, a customer is able to place an order without being charged shipping. Normal credit card orders have shipping quotes on checkout. Is there a special rules setup or similar necessary to…
cactusphone
  • 507
  • 4
  • 15
2
votes
1 answer

Drupal Commerce: How to create a payment method?

I'm trying to create a Drupal Commerce payment module for our company's special payment service, and implementation for Magento was pretty painless, but for Drupal Commerce, it's been a magical ride of confusion the entire ride, or maybe I'm not…
Henry van Megen
  • 2,159
  • 2
  • 23
  • 35
2
votes
1 answer

How to do Back order in drupal commerce

I am going to develop commerce drupal site.so i am also going to maintain stock.I have got commerce stock module for Stock management.But I do not know how to update quantity(Back Order) .Is there any module?Please help me
2
votes
0 answers

enabling UPS Shipping module for Drupal Commerce Kickstart

I enabled the UPS shipping module for the latest version of drupal commerce kickstart: https://drupal.org/project/commerce_ups I added the product weight and dimension fields to the products. Also configured my UPS API Credentials. When I checkout…
bghouse
  • 558
  • 2
  • 8
  • 26
2
votes
2 answers

Drupal Commerce Order object extra data

How might it be possible to get Commerce-Product-Display information in a Commerce-Order object? The issue is I need to publish a Commerce-Product-Display node when a user has made a payment to publish the node. I am using Rules to detect the…
sisko
  • 9,604
  • 20
  • 67
  • 139
2
votes
1 answer

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 to create my product catalog page. The question…
sandra_vdv
  • 21
  • 2
1
vote
2 answers

How to get price of product in Drupal Commerce using Services module?

I installed Services Module and REST Server to get list of products and details. I can only get product display nodes and product id, but how to get product price and availability info from Drupal Commerce. List of all nodes (including product…
Android Guru
  • 23
  • 1
  • 5
1
2
3
13 14