Questions tagged [e-commerce]

Electronic commerce, commonly known as e-commerce, eCommerce or e-comm, refers to the buying and selling of products or services over electronic systems such as the Internet.

Electronic commerce also includes the entire online process of developing, marketing, selling, delivering, servicing and paying for products and services.

Usually, is related with e-payment in-which money transfer is occurred electronically. The majority of systems need made using a .

It is directly related to some sub tags as

For more details, please visit Wikipedia.

5356 questions
1
vote
1 answer

Angular 4 Project doesn't work offline

I'm working on E-commerce Project using Angular 4,Bootstrap,font-awesomes and i'm also using .scss file and angular-cli, and I've built slider on my own. I've installed all libraries,images and any file offline. The problem here if i'm offline the…
Ahmed E. Eldeeb
  • 395
  • 3
  • 14
1
vote
4 answers

How to save an imported category under a different name w/ wpallimport woocommerce

I am importing a product list CSV from a wholesalers website and one of the categories for items is "Baseball Caps" - I have renamed this category to "Hats" but now every time i re-import the product list I have to go rename the category "Hats" back…
jeff jones
  • 21
  • 1
  • 3
1
vote
0 answers

buy-button-js Multiple products on same page

Trying to figure out how to add multiple products to a single page using Shopify/buy-button-js? I currently have to do it by repeating the ui.createComponent function, and call the buttons by using document.getElementById. (You can see this in the…
daugaard47
  • 1,726
  • 5
  • 39
  • 74
1
vote
3 answers

Shopping cart solution WITHOUT template

I am working on redesigning a website for my fathers business based on the results of a design project I did in a class last year. The design is fairly complex but everyone who has seen it loves it. The issue I am running into is finding a good…
Justin
  • 2,322
  • 1
  • 16
  • 22
1
vote
2 answers

Media chase vs. aspdotnetstorefront

I'm starting an ecommerce project that has very heavy backend integration requirements. I need an ecommerce package that is easy to customize and can function at the enterprise level. If you are familiar with Media Chase and Aspdotnetstorefront,…
Geri Langlois
  • 696
  • 1
  • 9
  • 21
1
vote
4 answers

ASP.NET Eccommerce Website

Im developing an e-commerce website for someone, i just needed information on whats the best payment gateway method using ASP.NET 2.0? The second question is an important one, becuase its e-commerce and need to implement a payment control on the…
redoc01
  • 2,107
  • 5
  • 32
  • 64
1
vote
1 answer

How to fix Javascript code with error on split() undefined and onclick event?

My background: I learned CSS & HTML a few years ago and I am learning Javascript & JQuery. Currently, I've got to improve the e-commerce website of my company. Here's what I am trying to do. I've got a product page where there is a picture of a…
JAGENI Nat
  • 69
  • 8
1
vote
2 answers

how to implement Voucher payment with paypal

I have an asp.net mvc e-commerce application that requires voucher payment. how to pass the voucher amount/ How to set the discount amount on the entire cart? - to paypal that will be deducted from the total payable amount upon payment?
Iternity
  • 872
  • 3
  • 12
  • 27
1
vote
0 answers

Add a gallery image to Woocommerce checkout

I'm trying to add an image from the product gallery to the Woocommerce checkout. I've managed it on the cart using the following code: $product = new WC_product($product_id); $attachment_ids =…
Ash Loudon
  • 102
  • 1
  • 11
1
vote
0 answers

Google Analitics Measurement Protocol - how to split e-commerce payload?

I have problem with Enhanced E-commerce Measurement Protocol ( docs ). Sometimes client is buying about 100 different products in one transaction. It exceedes the size of 8192 bytes ( reference ) and request doesn't go through. I tried to split that…
RaV
  • 1,029
  • 1
  • 9
  • 25
1
vote
0 answers

Magento PHP GiftCards Extension - sending email GC every minute

I'm trying to implement a Gift Card extension in Magento. It is this extension: https://www.webtexsoftware.com/gift-cards-magento-extension The problem that I'm having is that I've enabled the Email Delivery Date field, but what happens is that when…
James
  • 529
  • 1
  • 7
  • 16
1
vote
3 answers

mySQL query question

I have and ORDERS table from a customer shopping cart. It's the typical customer name, address, etc..list of fields. The twist is that the cart will populate the shipping information into the appropriate fields (shipName, shipAddress, ShipState,…
Alan
  • 11
  • 1
1
vote
1 answer

How to tag a product from an Instagram photo to an Ecommerce?

Please take a look on this screenshot. I want to do the same: tagging products that appear in my Instagram pics and link them to an Ecommerce website. I tried to find Instagram tools to do that, but I can't seem to find them natively. Is that some…
Dani
  • 11
  • 1
1
vote
1 answer

mySQL JOIN three tables - Ecommerce items , views and sales

I am building an Ecommerce system using php mySql, and I don't know how to LEFT JOIN three tables. I need a list from all store items adding how many views and sales each item has TABLE #1 - store_sales --------------- …
collado.17
  • 33
  • 5
1
vote
1 answer

Removing cost when radio-button is selected, Ruby on rails

I´m learning ruby on rails by creating a Ecommerce app. My problem is how would I remove the delivery cost if the customer has either selected Pick up in store or the total amount is higher than $100? So when the Pick up in store or when total…
codegirl
  • 377
  • 1
  • 5
  • 18
1 2 3
99
100