Good morning everyone,
I have a problem validating a payment in an online store that I am developing. Lift 'prestashop' v1.6.1.6 and install the webpay plus 1.1.2 plugin. All this I raised in a xampp v1.7.1, with PHP v5.2.9 and Mysql v5.1.33...
I am creating an e-commerce based on tourism where on the payment page the purchased trip is shown along with the number of people who are going to travel. This amount can be changed on the same page and then after the change the traveler's data...
For example, I have a datatable:
<script type="text/javascript" class="init">
$(document).ready(function () {
$('#table_1').DataTable( );
});
</script>
<table id="table_1" class="table table-striped table-bordered" >
&...
I have two tables:
AppWindowsEvent:
CREATE TABLE [AppWindowsEvent]
(
[idAppWindowEvent] INT IDENTITY(1,1)
, [idAppWindow] INT
, [idMill] INT
, [idEventType] INT
, [Order] INT
, CONSTRAINT PK...
I need to upload files and folders within a Moodle course, these files come from a zip. I have been searching and I have found how to upload files, I have tried it and I am able to upload files correctly in the database and in the file repositor...
Well, I have to make that migration, but the web that I have made in wordpress has a specific section for the "blog", if I have specified that page as "page of entries" the content of blogger will be migrated directly there? Where will the new i...
I want to set some columns in a table made with Datatable. However, when I use the fixedColumns property, all it does is duplicate the number of columns that is specified, but it puts it on top of the others, so they overlap.
I attach...
At the moment of executing a PDF report from tcpdf it does not present the lines of the table even though they are the same as the objects in which part I must change in order to be presented with the edges of the table.
$pdf = new...
How about, I have an android application in which I need to use a tablelayout to search for products, everything works well when searching for the first product, but when I search for a second product the rows and labels of the first one are not...
In the company where we work, we use SVN as a version manager, we plan to migrate to GitLab, but we are not very clear about what the workflow should be like, taking into account the following:
Analysts develop both to solve incidents and fo...