Posts by Danilo • 227 points
6 posts
-
2
votes1
answer563
viewsQ: Opencart Free Shipping ZIP
The customer wants to provide free shipping for shopping here in the city, opencart already has free shipping option for price, I just want to know how to make a condition of the zip code here. I…
-
6
votes1
answer223
viewsQ: Comparison of PHP schedules
date_default_timezone_set ( "America/Sao_Paulo" ); $dtz = new DateTimeZone('America/Sao_Paulo'); $dt = new DateTime('now', $dtz); $offset = $dtz->getOffset( $dt ) / 3600; $por_do_sol =…
-
1
votes1
answer228
viewsQ: Opencart Automatic Maintenance
Does anyone know enough about opencart? I need to put a store in maintenance mode automatically, in case every Saturday. I have already customized the maintenance page, I just need to leave…
-
3
votes1
answer329
viewsQ: Z-INDEX and BOX-SHADOW
I have the following code: <style> .all{ width:100%; height:100%; background:url(images/background.jpg); } header{ width: 100%; height: auto; display:inline-block;…
-
1
votes1
answer11627
viewsQ: Mysql ERROR - #1452 - Cannot add or update a Child Row
I have the following tables: CREATE TABLE IF NOT EXISTS `vagas` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `empresa` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `funcao` varchar(255)…
-
8
votes4
answers24849
viewsQ: CSS DIV diagonal
I recently received a layout to develop, in which I have a specific part that I can not do, I need a div that is inclined, as in the example, more than its text flows normally, the text is not…