Questions tagged as 'e-commerce'

2
answers

Can I integrate PayPal into my site without the user signing in or creating an account?

I was looking for and reading about it, but what I see most is just put the button to pay with PayPal, which requires that who is buying to log in to Paypal. Can you do this, some example code light? Because I saw that it is possible, but where...
asked by 12.06.2016 / 00:52
1
answer

Maintenance environment for ecomerce - PrestaShop

I've taken a service to support e-commerce on the PrestaShop platform. I found the environment configured this way: The main application files are on bitbucket. To do maintenance, I change the files via git and do the deploy of th...
asked by 13.03.2017 / 17:25
1
answer

E-Commerce Open Source in ASP.NET [closed]

I know that in PHP there is a lot of framework for e-commerce in the market today, but in ASP.NET, which frameworks are there today? What are the advantages and disadvantages of each? Is it worth using or building from scratch?     
asked by 11.01.2017 / 12:19
1
answer

B.D ERROR with closed application ports

I have an e-commerce and it is hosted in Configr and we have never had problems with it. This week the site began to become overwhelmed, even without traffic or anything, even falling several times. The server's staff says that the applica...
asked by 20.06.2018 / 13:42
1
answer

ecommerce promotion consultation

I am developing an ecommerce platform, and I came across a problem to calculate the value of the products by applying discount on the SQL query, are being applied in PHP, but when I order sort by value, it sorts without taking into account t...
asked by 20.07.2016 / 16:36
1
answer

Recurring payment with webservice 3.0 from Cielo

I'm testing the recurring payment example, available at Sky's official repository and the code returns the following error:    Fatal error: Uncaught Error: Call to a member function setInterval ()   on null in /var/www/public/page.php:24...
asked by 18.07.2017 / 00:51
1
answer

Implementation of payment system with credit card [closed]

Hello. My question is "simple" : Is there any way to implement - in a web application - the payment by credit card (Visa, MasterCard, etc.) without using third party resources (PayPal, PagSeguro, etc.)? p> In case, is there the possibil...
asked by 20.05.2016 / 21:38
1
answer

Prestashop integration with ERP

I need to have integration of orders, customers, products and change prices / promotions of Prestashop with ERP. In the case the goal would be as follows: 1 - When making a sale or registering / editing some product or customer in the virt...
asked by 06.11.2017 / 22:11
0
answers

What is the best way to work with seamless integration without using Docker?

I have an e-commerce application in php that has more than 30k files. I'm deploying the continuous integration process with Jenkins + SVN + Automated testing build and deploy ). However, the application is not using Docker . So at...
asked by 09.11.2016 / 14:05
1
answer

What is this code possibly doing?

index.xhtml : ui:repeat value="#{produtoService.listaProdutos}" var="prod" Note: I know that the tags are missing. But what does this code doing ('' assuming the tags are closed properly)? "     
asked by 25.04.2016 / 04:22