E-Commerce related questions
Questions tagged [commerce]
221 questions
17
votes
14 answers
Making commercial Java software (DRM)
I intend to make some software to be sold over internet. I've only created open-source before, so I have really no idea of how to protect it from being cracked and distributed as warez. Bearing in mind that I know like two programms that aren't…

Fluffy
- 27,504
- 41
- 151
- 234
7
votes
4 answers
GNU GENERAL PUBLIC LICENSE software as part of commercial product
I am developing a CRM system for small/medium companies, and i want to integrate a GPL software as a module to my system(with some modification on my demand). Will it be legal to license it as a commercial product ?
Thanks.

taras
- 2,223
- 5
- 36
- 43
7
votes
2 answers
Programmatically adding products to a user's remote magento cart
I have a webpage where users can add products from 3rd party commerce sites (amazon, shopify, magento, etc) from my page. users select multiple products then click checkout, then the page redirects them to the checkout page in the 3rd party commerce…

Jonathan Ong
- 19,927
- 17
- 79
- 118
5
votes
3 answers
How to create products programmatically in Drupal 8 commerce
I'm using current commerce 2.x.dev for online store development. It's first project with Commerce 2 for me.
When i started to work on products import, i found that Feeds module does not stable, and i decided to write custom solution for data import…

sun-fire
- 51
- 1
- 5
5
votes
3 answers
Trying to locate and bulk edit WooCommerce prices in MySQL
I have roughly 10,000+ products in WooCommerce version 2.1.12, WordPress version 3.9.1 and through an import error, the sale price field was populated with a "0" in every product, thereby making every product now free.
So, what I need to do, of…

RockwareIT
- 51
- 1
- 2
4
votes
1 answer
field_data_commerce_line_items vs commerce_line_item in Drupal Commerce
I've realized that there are two tables with similar names in my DB:
field_data_commerce_line_items and commerce_line_item.
Can someone explain the purpose or reason of having them? I mean the difference between them.
My understanding is that…

user3563097
- 179
- 8
4
votes
3 answers
Drupal commerce wishlist anonymous
I am starting up a Commerce webshop.
I would like to add the Commerce wishlist, but now the module is working only with registered users, for unregistered it does not work.
I set the role in the display block to anonymous, but even after changing…

Christiane Peschen
- 61
- 4
3
votes
1 answer
TypeError: Cannot read properties of undefined (reading 'requestContent')
I am facing the issue in my react application. TypeError: Cannot read properties of undefined (reading 'requestContent')
I am using commercejs in my application. The code points to isEmpty=!cart.line_items.length;. When checked it shows the proper…

Asad Mehmood
- 292
- 2
- 10
- 20
3
votes
1 answer
Liferay Commerce Mini Cart Remove All Items event listener is not working
I am working with Liferay DXP 7.3 and Commerce 3.0. (GA1)
I would like to listen event Remove All Items on Mini Cart, but the event is not triggered.
This is my code:
Liferay.on('productRemovedFromCart', getCartTotal);
Does any one know how can I…

Dinh Thai
- 51
- 3
3
votes
1 answer
What is the ycommerce:testId purpose on Hybris (SAP CX Commerce)
In SAP Hybris (SAP CX) we usually see OOTB the following code:
... some code ...
If we click on testID, a description comes up "Render a text id wrapper", however, It does not print…

Jose Serna
- 61
- 7
3
votes
0 answers
Sitecore > Update commerce index incrementally
I am trying to rebuild commerce index in Sitecore incrementally(so, I don't want to make a full rebuild). Index strategy is set to "manual" at the moment.
I made some changes in catalog(updated relations and data, added/removed products and…

Max
- 804
- 7
- 19
3
votes
1 answer
Integrate user accounts commerce server into wordpress
For the moment I have the following construction for my e-commerce platform:
Kentico CMS
Microsoft commerce server
I'm looking to integrate a blog in this concstruction. Altough Kentico CMS has blogging possibilities. Wordpress would fit better…

Jos
- 2,421
- 5
- 26
- 30
2
votes
1 answer
Getting error when reloading the Commerce.js Checkout page (react tutorial)
I'm currently doing the React.js checkout tutorial for the Commerce.js Api.
When i click on the checkout button from the cart it takes me to the checkout page and does generate the checkout token as it should, but I've noticed that when i reload the…

Knee-co
- 333
- 2
- 9
2
votes
4 answers
Cannot 'CAPTURE ORDER' on Commerce JS
I've been trying to build an Ecommerce website using Commerce JS. I'm stuck at 'Capturing Order' phase. Here is my orderData code that I'm sending to Commerce JS to capture, but it returns an error code of 401 & 422. 1st error is this:
{
…

Wahaj Mubeen
- 61
- 5
2
votes
0 answers
All Columns in a row not the same size
I'm using the following code to list all my products on a website. The problem is that on some lines the title is displayed over two lines, then the next 3 columns doesn't display properly. Please con someone quide me in correcting this.
So it will…

Jacques Botha
- 21
- 2