All Questions

1
answer

Problems to validate payment with prespahop webpay

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...
asked on 30.12.2016 / 15:52
1
answer

Update post meta on wordpress and woocommerce

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...
asked on 02.10.2016 / 21:10
2
answers

colspan does not work on the Datatable in C #

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" > &...
asked on 26.09.2016 / 03:31
4
answers

LEFT JOIN does not return NULL values

I have two tables: AppWindowsEvent: CREATE TABLE [AppWindowsEvent] ( [idAppWindowEvent] INT IDENTITY(1,1) , [idAppWindow] INT , [idMill] INT , [idEventType] INT , [Order] INT , CONSTRAINT PK...
asked on 28.09.2016 / 14:15
1
answer

Upload files and folders in Moodle

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...
asked on 08.09.2016 / 08:06
1
answer

Import blogger to a specific wordpress page

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...
asked on 25.09.2016 / 17:16
4
answers

Fix columns in Datatables html5- js

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...
asked on 02.01.2017 / 14:15
2
answers

The edges of the table are not printed in TCPDF

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...
asked on 02.10.2016 / 01:16
1
answer

RemoveAllViews does not work

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...
asked on 14.09.2016 / 14:25
1
answer

Branch management in GitLab

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...
asked on 29.09.2016 / 20:31