Skip to content

Instantly share code, notes, and snippets.

View alisamie97's full-sized avatar

Ali Samie alisamie97

  • 11:11 (UTC +03:30)
View GitHub Profile
@alisamie97
alisamie97 / [Nameofmodulefrontcontrollerfile].php
Created July 23, 2022 06:58
How to get all orders with certain current state in Prestashop? (Symfony Entity Manager)
<?php
use PrestaShop\PrestaShop\Adapter\ServiceLocator;
class [Nameofyourmodule][Nameofmodulefrontcontrollerfile]ModuleFrontController extends ModuleFrontController
{
private $entityManager;
public function __construct()
{
@alisamie97
alisamie97 / index.html
Created October 26, 2021 05:57
React random name picker component
<div id="random-picker"></div>
@alisamie97
alisamie97 / index.html
Created October 26, 2021 05:57
React random name picker component
<div id="random-picker"></div>