@extends('layouts.admin') @section('css') @parent {!! Html::style('adminbsb_plugins/bootstrap-select/css/bootstrap-select.min.css') !!} @stop @section('content')

shopping_cart Gérer vos ventes en ligne

{!! Form::model($module, array("class" => "form-horizontal")) !!}
@if(count(getAllLangues()) > 1) @endif
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Vente\Controller\VenteController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Paramètre du module E-Commerce

{!! Form::text('title', old('title'), array("class" => "form-control", "placeholder" => "Title", "maxlength" => 80, "required")) !!}
{!! Form::text('menu', old('menu'), array("class" => "form-control", "placeholder" => "Titre dans le menu", "required")) !!}
{!! Form::text('titre_panier', getParametre('titre_panier'), array("class" => "form-control", "placeholder" => "H1", "required")) !!}
{!! Form::textarea('rgpd', old('rgpd'), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "RGDP")) !!}
Nombre de charactère :
@if(count(getAllLangues()) > 1) @foreach (getAllLangues() as $langue) @if($langue->suffixe != "fre")
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Vente\Controller\VenteController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Paramètre du module E-Commerce

{!! Form::text($langue->suffixe . '_title_ml', getTranslation("Module", "title", $module ? $module->id : null, $module ? $module->title : null, $langue->suffixe), array("class" => "form-control", "placeholder" => "Title", "maxlength" => 80)) !!}
{!! Form::text($langue->suffixe . '_menu_ml', getTranslation("Module", "menu", $module ? $module->id : null, $module ? $module->menu : null, $langue->suffixe), array("class" => "form-control", "placeholder" => "Titre dans le menu")) !!}
{!! Form::text($langue->suffixe.'_titre_panier_ml', getParametreLangue($langue->suffixe, 'titre_panier'), array("class" => "form-control", "placeholder" => "H1")) !!}
{!! Form::textarea($langue->suffixe.'_rgpd_ml', getTranslation("Module", "rgpd", $module ? $module->id : null, $module ? $module->rgpd : null, $langue->suffixe), array("rows" => 2, "maxlength" => 170, "class" => "form-control", "placeholder" => "RGDP")) !!}
Nombre de charactère :
@endif @endforeach @endif

Référencement du module E-Commerce


3 mots maximum séparés par un espace, sans accents, ni ponctuation
{!! Form::text('rewrite', old('rewrite'), array ("rows" => 2, "class" => "form-control", "placeholder" => "Rewrite de la page")) !!}

Informations de Paiement par cheque

{!! Form::textarea('adresse_expedition', getParametre('adresse_expedition'), array("rows" => 2)) !!}
{!! Form::text('ordre_expedition', getParametre('ordre_expedition'), array("id" => "ordre", "class" => "form-control", "placeholder" => "Ordre")) !!}

Informations de paiement Paypal

{!! Form::text('compte_paypal', getParametre('compte_paypal'), array("class" => "form-control", "placeholder" => "Adresse e-mail")) !!}