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
1
vote
1 answer

Website integration with Amazon Associates

I'm trying to integrate my Drupal website with my Amazon Associates store. The goal is to: Manage inventory on Amazon Website syncs data with Amazon API for inventory status Manage orders on Amazon Keep my Drupal website design So, steps for…
Elaman
  • 851
  • 1
  • 10
  • 22
1
vote
1 answer

Rebuild Apache Solr index after Drupal commere product price updated

Is there a way to update single product Sorl index programmatically? Here are a snippet from my price updating module. I need to run index update rigth after it: $wrapper = entity_metadata_wrapper('commerce_product',…
Dmytro Sukhovoy
  • 952
  • 5
  • 17
1
vote
3 answers

Drupal Commerce - Load drupal variations images instead of a select box

I am not a beginner with Drupal, but I am a beginner with Drupal Commerce. I have used Ubercart since this project. Actually, If I create a product display, and then a few variations under this product, Drupal Commerce automatically creates select…
1
vote
2 answers

redirect after log in after adding items to cart

so i have this page on my site, i can redirect my user to, something if the user isnt logged in, my redirection page is here, what i want now is after the user register/log in, he will be back to add To Cart page(1st image) or to his cart with the…
1
vote
2 answers

Override Checkout complete page in drupal commerce

I want to change the content of the checkout complete page in drupal commerce but not able to figure out where to change .I am not able to find the hook_form_alter for this , someone please guide me and help me in updating the content of the…
user3058875
  • 59
  • 1
  • 13
1
vote
1 answer

Drupal Commerce PayPal Payflow Pro Module

I have been struggling to enable this module that is maintained by the Commerce Guys. I have read all of the documentation for this module, but upon trying to enable it It gives me an error for trying to redeclare a class: Fatal error: Cannot…
e.shell
  • 462
  • 1
  • 4
  • 14
1
vote
1 answer

Drupal Commerce Paypal

I have been doing quite a bit of research on payment methods, and it looks like Drupal commerce really tries to push site admins/devs towards Paypal. There are a few options that seem possible, but before I say that, these are my clients basic…
1
vote
1 answer

Drupal Commerce Kickstart - Making Test site of Live site

I want to do developments on my client's website but by making a clone of it. So, main website url is: http://website.com and the clone i am trying to create is: http://test.website.com. So far i've done the following: copied entire root directory…
Aamir Siddique
  • 334
  • 3
  • 15
1
vote
0 answers

Letting users create their own products in Drupal Commerce

I have Drupal Commerce all set up but I need to allow users to add their own products (like on eBay). I've created an EntityForm type with all the relevant fields, and have set it up to create an entity (of type Commerce Product) on submission. The…
1
vote
0 answers

Bulk Inserting Products directly into Drupal's Database

I am trying to use Drupal Commerce (Kickstart 2.0) to display variations of a product on a page. I need a way to mass import these products instead of typing out x number of products in Drupal's GUI. I have tried the Feeds module however it is too…
e.shell
  • 462
  • 1
  • 4
  • 14
1
vote
1 answer

Content Types not linked to Product Variations

I am working with Commerce Kickstart 2.0. I have created 9 content types and when I went to add the variations for each "product type" I noticed that none of them were showing up. My content types had a large amount of fields in them so I cloned…
1
vote
1 answer

drupal commerce browsable catalog

I am finding some troubles how Views works with taxonomy terms. I hope you can help me. :-) I am building an e-commerce site with Drupal Commerce since it has all features I need for my project requirements but I don't know how I can list terms and…
1
vote
0 answers

Drupal 7 : Render add to cart form in external app ( with Services )

i'm a beginner on Drupal, and i have to retrieve data of drupal website to display product on Windows 8 app. I use Services module (REST) and Commerce Services ressources ( https://drupal.org/project/commerce_services ). It's easy to retrieve…
1
vote
1 answer

How to import commerce products along with inline entities by using drupal commerce feeds?

I need to import set of drupal commerce products with CSV file and this particular product type contain inline entity form. So I need to upload and create list of products along with their corresponding nodes (inline entity reference). Please help…
Rohitha
  • 145
  • 1
  • 11
1
vote
0 answers

Drupal commerce discount on custom checkout form

i am trying to add discount to my custom checkout form I have used commerce discount it is working fine on my local drupal 7 with commerce installation. so i have tried on the cab site,but on the live site is not adding the discount amount. So i…
Dinkaran Ilango
  • 513
  • 1
  • 4
  • 11