Skip to content

Instantly share code, notes, and snippets.

View drtobal's full-sized avatar
🏍️
riding, working

Cristóbal Díaz Álvarez drtobal

🏍️
riding, working
View GitHub Profile
@titodevera
titodevera / ps_webservice_functions.php
Created May 24, 2017 16:58
Prestashop Webservice helpful functions
/**
* Update the stock of a product after create it through the api
* Tested on PrestaShop 1.7.1.1
*
* @link https://github.com/haka002/PrestaShop-webservice-lib PrestaShop 1.7 WebService lib
*
* @param SimpleXMLElement $product
* @param int $quantity
*
* @return void
@Shiti
Shiti / lightbox.css
Last active July 26, 2018 07:05
AngularJS Lightbox directive
.modal {
width: 800px;
left: 40%;
}
.lightbox-content {
width: 100%;
}
.lightbox-image {