|
- <?php
-
- use yii\helpers\Html;
- use yii\widgets\ActiveForm;
-
- /* @var $this yii\web\View */
- /* @var $model common\models\Commande */
- /* @var $form ActiveForm */
- ?>
- <div class="commande-form">
-
- <h2 id="step-choix-etablissement">Je choisis ma boulangerie</h2>
- <?php if(count($etablissements)): ?>
-
- <?=
- $this->render('_liste_etablissements.php',[
- 'etablissements' => $etablissements,
- 'context' => 'commande',
- 'id_etablissement' => $id_etablissement,
- 'etablissement_paiement_ok' => $etablissement_paiement_ok,
- ]) ;
- ?>
- <div class="clr"></div>
- <?php else: ?>
- <div class="alert alert-info">Veuiller <a href="<?= Yii::$app->urlManager->createUrl(['commande/index']) ; ?>">ajouter une boulangerie</a> à votre tableau de bord avant de passer commande.</div>
- <?php endif; ?>
-
- <?php
- $form = ActiveForm::begin([
- 'enableClientScript' => false
- ]);
- ?>
-
- <?php if($id_etablissement && $etablissement_paiement_ok): ?>
-
- <h2 id="step-choix-date">Date de commande</h2>
-
- <?= $form->field($model, 'id_production')->label('')->hiddenInput(); ?>
-
- <?php if (isset($model->id)): ?>
- <div class="date-commande"><span><?php echo date('d/m/Y', strtotime($production->date)); ?></span></div>
- <?php endif; ?>
-
- <div id="datepicker-production" <?php if (isset($model->id)): ?>style="display:none"<?php endif; ?>>
- </div>
-
- <?php if (!isset($model->id)): ?>
- <br />
- <?php endif; ?>
-
- <div id="dates" style="display:none;">
- <?php
- foreach ($jours_production as $id_production => $j) {
- if ($j != '--') {
- echo '<div><span class="date">' . $j . '</span><span class="id_production">' . $id_production . '</span></div>';
- }
- }
- ?>
- </div>
-
- <div class="clr"></div>
- <div id="commandes-en-cours" style="display:none;">
- <?php foreach ($commandes_en_cours as $c): ?>
- <?php echo '<div class="commande" data-idproduction="' . $c->id_production . '" data-id="' . $c->id . '" data-href="' . Yii::$app->urlManager->createUrl(['commande/update', 'id' => $c->id, 'id_etablissement' => $c->production->id_etablissement]) . '"></div>'; ?>
- <?php endforeach; ?>
- </div>
- <div id="has-commande-en-cours" style="display:none;" class="alert alert-danger">Vous avez déjà une commande en cours pour cette date. <a href="#">Cliquez ici</a> pour la modifier.</div>
-
- <div class="clr"></div>
-
- <div id="depots">
- <h2 id="step-choix-depot">Je choisis un dépôt</h2>
- <?=
- $form->field($model, 'id_point_vente')
- ->label('')
- ->hiddenInput();
- //->dropDownList($points_vente) ;
- ?>
-
- <input type="hidden" id="livraison" value="<?php if (!is_null($production) && $production->livraison): ?>1<?php else: ?>0<?php endif; ?>" />
-
- <ul id="points-vente" class="blocs">
- <?php
- //$points_vente = PointVente::find()->all() ;
- foreach ($points_vente as $pv) {
- //print_r($pv) ;
- echo '<li class="bloc point-vente point-vente-' . $pv->id . '" data-vrac="' . (int) $pv->vrac . '" data-pain="' . (int) $pv->pain . '"><div class="contenu">' .
- '<span style="display:none;" class="id">' . $pv->id . '</span>' .
- '<div class="nom">' . Html::encode($pv->nom) . '</div>' .
- '<div class="adresse">à ' . Html::encode($pv->localite) . '</div>' .
- '<div class="horaires">' .
- '<div class="jour jour-1">' . (strlen($pv->horaires_lundi) ? nl2br(Html::encode($pv->horaires_lundi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-2">' . (strlen($pv->horaires_mardi) ? nl2br(Html::encode($pv->horaires_mardi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-3">' . (strlen($pv->horaires_mercredi) ? nl2br(Html::encode($pv->horaires_mercredi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-4">' . (strlen($pv->horaires_jeudi) ? nl2br(Html::encode($pv->horaires_jeudi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-5">' . (strlen($pv->horaires_vendredi) ? nl2br(Html::encode($pv->horaires_vendredi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-6">' . (strlen($pv->horaires_samedi) ? nl2br(Html::encode($pv->horaires_samedi)) : 'Fermé') . '</div>' .
- '<div class="jour jour-0">' . (strlen($pv->horaires_dimanche) ? nl2br(Html::encode($pv->horaires_dimanche)) : 'Fermé') . '</div>' .
- '</div>' .
- '</div></li>';
- }
- ?>
- </ul>
- <div class="clr"></div>
- </div>
-
- <div id="produits">
-
- <h2 id="step-choix-produits">Mes produits</h2>
-
- <?php // confiance ?>
- <input type="hidden" id="confiance" value="<?php echo (int) Yii::$app->user->identity->confiance; ?>" />
- <?php if (!Yii::$app->user->identity->confiance): ?>
- <div id="mess-limit-quantity" class="alert alert-warning"><strong>Attention,</strong> vous ne pouvez commander que 3 produits.</div>
- <?php endif; ?>
-
- <?php // erreur ?>
- <?php if (Yii::$app->session->getFlash('error')): ?>
- <div class="alert alert-danger"><div class="icon"></div><?= Yii::$app->session->getFlash('error'); ?></div>
- <?php endif; ?>
-
- <div id="pain">
- <div class="alert alert-warning indisponible">Pain indisponible pour ce point de vente</div>
- <table class="table table-bordered" id="table-produits">
- <thead>
- <tr>
- <th class="th-photo">Photo</th>
- <th class="produit">Produit</th>
- <th class="prix-unit">Prix unitaire</th>
- <th class="colonne-quantite">Quantité</th>
- <th class="total">Total</th>
- </tr>
- </thead>
- <tbody>
- <?php foreach ($produits as $p): ?>
- <tr class="produit-<?php echo $p->id; ?>" <?php if (count($produits_dispos) && !$produits_dispos[$p->id]['actif']): ?>style="display:none;"<?php endif; ?>>
- <td class="td-photo">
- <?php if (strlen($p->photo) && file_exists(dirname(__FILE__).'/../../web/uploads/' . $p->photo)): ?><a href="<?= Yii::$app->urlManager->getBaseUrl() . '/uploads/' . $p->photo ?>" data-lightbox="produit-<?php echo $p->id; ?>"><img class="photo img-rounded" src="<?= Yii::$app->urlManager->getBaseUrl() . '/uploads/' . $p->photo ?>" alt="Photo <?= Html::encode($p->nom); ?>" /></a><?php endif; ?>
- </td>
- <td class="produit">
- <span class="nom"><?= Html::encode($p->nom); ?></span> - <span class="description"><?= Html::encode($p->getDescription()); ?></span><br />
- <span class="recette"><?= Html::encode($p->recette); ?></span>
- </td>
- <td class="prix-unit"><span class="prix"><?= number_format($p->prix, 2); ?></span> €</td>
- <td class="colonne-quantite">
- <div class="input-group">
- <span class="input-group-btn">
- <button type="button" class="btn btn-default move-quantity moins">-</button>
- </span>
- <?php
- $quantite = 0;
- if (isset($produits_selec[$p->id]))
- $quantite = $produits_selec[$p->id];
- ?>
- <input type="text" value="<?php if (isset($produits_selec[$p->id])): echo $produits_selec[$p->id];
- else: ?>0<?php endif; ?>" readonly name="Produit[produit_<?php echo $p->id; ?>]" class="quantity form-control">
- <span class="input-group-btn">
- <button type="button" class="btn btn-default move-quantity plus">+</button>
- </span>
- </div>
-
- <div class="quantite-restante">Reste <span class="nb"><?php if (isset($produits_dispos[$p->id])): echo $produits_dispos[$p->id]['quantite_restante'] + $quantite;
- endif; ?></span> <?php echo Html::encode(strtolower($p->nom)); ?>(s)</div>
- <div class="epuise">Épuisé</div>
- </td>
- <td class="total"><strong></strong></td>
- </tr>
- <?php endforeach; ?>
- </tbody>
- <tfoot>
- <tr>
- <td></td>
- <td></td>
- <td></td>
- <!-- <td><strong><span id="total-commande">0</span> €</strong></td> -->
- <td id="total-commande"><strong></strong></td>
- </tr>
- </tfoot>
- </table>
- </div>
-
- </div>
-
- <div id="bar-fixed">
- <div class="container">
- <?php if (isset($model->id)): ?>
- <a href="<?php echo Yii::$app->urlManager->createUrl(['commande/annuler', 'id' => $model->id]); ?>" class="btn btn-danger annuler-commande">Annuler ma commande</a>
- <?php endif; ?>
-
- <span id="total-commande-bottom"><span></span> €</span>
- <?= Html::submitButton('<span class="glyphicon glyphicon-comment"></span>', ['class' => 'btn btn-default btn-commentaire', 'data-placement' => 'top', 'data-toggle' => 'tooltip', 'data-original-title' => 'Ajouter un commentaire']) ?>
- <?= Html::submitButton('Valider ma commande', ['class' => 'btn btn-primary valider-commande']) ?>
-
-
- <div class="clr"></div>
-
- <?= $form->field($model, 'commentaire')->textarea(['rows' => 3, 'placeholder' => 'Un commentaire ?'])->label(''); ?>
- </div>
- </div>
-
- <?php
- // id_etablissement
- endif; ?>
-
- <?php ActiveForm::end(); ?>
-
-
- </div><!-- commande-form -->
|