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
0
votes
1 answer

Commerce rules not showing in Drupal 8

I am currently working on a Drupal8 website where I want to sell user roles. I tried Ubercart with role assignment, but this didn't worked out. I found a tutorial where this was done with Commerce (drupal 7: https://vimeo.com/33808828), but I don't…
0
votes
1 answer

New e-commerce website. Use a framework or start fresh?

I am looking to build an e-commerce website and have it ready within a month or so. The website is nothing complicated, it is a bunch of products that will be sorted by category and provide online check out. I actually have already started and…
0
votes
1 answer

Will I need to be PCI Compliant if using Commerce Authorize.Net module as payment method

If I use the Commerce Authorize.Net module and use Authorize.net as the payment method, will I have to be PCI compliant? Was hoping that during payment it is an Iframe from authorize.net and I won't need to be PCI compliant.
albertski
  • 2,428
  • 1
  • 25
  • 44
0
votes
1 answer

Menu Token Drupal 8 alternative

I am currently on the process of moving a large Drupal commerce website from drupal 7 to drupal 8. One of the biggest issues I have come up against so far is the lack of D8 versions of well used modules, the main one being Menu Token. I need this to…
Sean Lang
  • 422
  • 3
  • 6
  • 22
0
votes
1 answer

Opigno Course Display Issue

I have a problem using Opigno. As you see in the screenshot below i have 2 field containers. goo.gl/qOVpji The idea is that I can't find how to edit which field where will get. I actually tried to create a different display, but whatever and…
Galit Dumitru
  • 47
  • 1
  • 11
0
votes
1 answer

Alter views search api solr result

I am using search api and Solr, When I echo the result variable , it gave me the following results stdClass Object ( [entity] => 442415 [_entity_properties] => Array ( [search_api_relevance] => 1 [search_api_excerpt] => …
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
0
votes
1 answer

Adding a form to a product drupal commerce

I just want to add a form to a product and after i check the services in that form the amount increases. imaeg of the page in the Picture the product price is 7$ but when i add the service it added 10$ then the amount become 17$. any solution for…
rachid
  • 1
  • 1
0
votes
1 answer

How to pre-order drupal commerce product when it is out of stock?

I am using Drupal Commerce 7 module. How it is possible to pre-order commerce product even it is showing out of stock ? For example - product will be shown out of stock but customer can pre-order that product and give payment, so when the product is…
0
votes
1 answer

Drupal Commerce Offsite Payments sending multiple emails

Hi I have a Drupal 7 site running with Drupal Commerce. There is a events/booking calendar that has offsite payment options for each event. Whenever the offsite payment email is sent it is sending the same email multiple times, not once as needed…
Ant Power
  • 15
  • 1
  • 6
0
votes
1 answer

Drupal Commerce & cURL

I'm trying to install Drupal Commerce kickstarter on Windows 10. I forgot WAMP and use EasyPHP :p Now I've got a problem with cURL... I've download the library, tried to ping google with a curl http://www.google.fr and this work, I get the header…
0
votes
1 answer

Drupal Commerce allow users to cancel their own orders

I'm using Drupal commerce Kickstart to create an E-commerce website, I wonder there is no cancel order option if a customer ordered something. I want to know how my customer can cancel their own order if he/she accidentally ordered some wrong…
0
votes
1 answer

Disable coupons field from checkout page when order total amout is less than $500

I am working on Drupal commerce site. Using commerce_discount_extra and commerce_discount for discount and coupon code. I just want to display Coupon apply filed into checkout page while the total amount of order will be >=$500. Below $500 the…
Mash
  • 420
  • 3
  • 5
  • 16
0
votes
2 answers

Drupal Rules to block Spam Bots

I'm using Drupal 7 with Drupal Commerce for my e-commerce website. I'm not a new programmer and I can pick up on skills relatively quickly, but I do not do it for a living, so bear with me if this seems like a stupid question. I'm having difficulty…
Tynan
  • 1
0
votes
1 answer

Drupal google tag manager e-commerce data not flowing

I'm having some trouble setting up Universal Analytics in combination with Google Tag manager in Drupal more specific to the e-commerce data. Normal google analytics is working but I can't seem to get the e-commerce data to show up. This is my…
0
votes
1 answer

hook_action_info does not create its VBO list item in view

I am trying to code my custom action using views and VBO. The my view shows the user a list of commerce line items. Here the code: function nlmcode_action_info() { return array( 'vbo_download_pdf' => array( 'type' => 'entity', …
loba76
  • 75
  • 1
  • 8