This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.modal { | |
width: 800px; | |
left: 40%; | |
} | |
.lightbox-content { | |
width: 100%; | |
} | |
.lightbox-image { |