Coder Social home page Coder Social logo

ecommerce's People

Contributors

devandclick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ecommerce's Issues

Comment centrer les produits sur la page.

Bonjour
J'ai reussi à afficher les produits mais ces produits s'affiche tout à gauche de la page, il ne s'affichent pas au centre de la page. J'ai pourtant suivi tout le process. Pouvez-vous m'indiquer comment centrer les produits ? Je vous remercie.
Voir en PJ, le rendu !
welcome 2016-04-26 17-43-49

Fixture loads for Media are broken

i get this stack trace when i try to load fixtures for media entity, could you please update the fixture class, and thank you for your work and tutorials really a life saver

loading [1] Ecommerce\EcommerceBundle\DataFixtures\ORM\MediaData
PHP Fatal error: Call to undefined method Ecommerce\EcommerceBundle\Entity\Media::setPath() in C:\wamp\www\Ecommerce\src\Ecommerce\EcommerceBundle\DataFixtures\ORM\MediaData.php on line 14
PHP Stack trace:
PHP 1. {main}() C:\wamp\www\Ecommerce\app\console:0
PHP 2. Symfony\Component\Console\Application->run() C:\wamp\www\Ecommerce\app\console:27
PHP 3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() C:\wamp\www\Ecommerce\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:121
PHP 4. Symfony\Component\Console\Application->doRun() C:\wamp\www\Ecommerce\vendor\symfony\symfony\src\Symfony\Bundle\FrameworkBundle\Console\Application.php:96
PHP 5. Symfony\Component\Console\Application->doRunCommand() C:\wamp\www\Ecommerce\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:191
PHP 6. Symfony\Component\Console\Command\Command->run() C:\wamp\www\Ecommerce\vendor\symfony\symfony\src\Symfony\Component\Console\Application.php:902
PHP 7. Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand->execute() C:\wamp\www\Ecommerce\vendor\symfony\symfony\src\Symfony\Component\Console\Command\Command.php:241
PHP 8. Doctrine\Common\DataFixtures\Executor\ORMExecutor->execute() C:\wamp\www\Ecommerce\vendor\doctrine\doctrine-fixtures-bundle\Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand.php:106
PHP 9. Doctrine\ORM\EntityManager->transactional() C:\wamp\www\Ecommerce\vendor\doctrine\data-fixtures\lib\Doctrine\Common\DataFixtures\Executor\ORMExecutor.php:85
PHP 10. call_user_func() C:\wamp\www\Ecommerce\vendor\doctrine\orm\lib\Doctrine\ORM\EntityManager.php:243
PHP 11. Doctrine\Common\DataFixtures\Executor\ORMExecutor->Doctrine\Common\DataFixtures\Executor{closure}() C:\wamp\www\Ecommerce\vendor\doctrine\orm\lib\Doctrine\ORM\EntityManager.php:243
PHP 12. Doctrine\Common\DataFixtures\Executor\AbstractExecutor->load() C:\wamp\www\Ecommerce\vendor\doctrine\data-fixtures\lib\Doctrine\Common\DataFixtures\Executor\ORMExecutor.php:83
PHP 13. Ecommerce\EcommerceBundle\DataFixtures\ORM\MediaData->load() C:\wamp\www\Ecommerce\vendor\doctrine\data-fixtures\lib\Doctrine\Common\DataFixtures\Executor\AbstractExecutor.php:121

Error "Variable "page" does not exist"

Bonjour
J'ai suivi le tuto à la lettre mais j'ai cette erreur " Variable "page" does not exist in PagesBundle:Default:pages/layout/pages.html.twig at line 6" Pouvez-vous m'aider à résoudre le problème ? Merci

Je n'arrive pas à afficher un produit, j'ai un message d'erreur

Bonjour
Je n'arrive pas à afficher un produit, j'ai un message d'erreur "Unable to find template "ANEcommerceBundle:Produits:index.html.twig" (looked into: C:\Program Files\EasyPHP-DevServer-14.1VC9\Ecommerce\app/Resources/views, C:\Program Files\EasyPHP-DevServer-14.1VC9\Ecommerce\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form). "

J'ai bien suivi votre tuto et je ne vois pas où vient l'erreur. Aidez-moi svp.

Voici mes fichiers
1- ProduitsController.php

render('ANEcommerceBundle:Produits:index.html.twig'); } } *_2- Routing.yml *_ > an_ecommerce_homepage: > path: / > defaults: { _controller: ANEcommerceBundle:Produits:produits } *_3- index.html.twig *_ {% extends "ANEcommerceBundle::base.html.twig" %} {% block body %}
DevAndClick

Item Brand and Category

AB29837 Item Model

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

3.33€

1
Ajouter au panier
{% endblock %} **4- base.html.twig** <title>{% block title %}Welcome!{% endblock %}</title> ``` {% block stylesheets %} {% endblock %}
DevAndClick
Rechercher
{% block body %}{% endblock %}

Informations

Notre entrepôt

 Paris 75 000 - 3 rue des jardins

Nous contacter

 Tel: 02 35 00 00 00

 Fax: 02 35 00 00 00

© Copyright 2014 - DevAndClick

``` <script src="{{ asset('js/jquery-1.10.0.min.js') }}"></script> <script src="{{ asset('js/bootstrap.js') }}"></script> {% block javascripts %}{% endblock %} **5- parameters.yml** > # This file is auto-generated during the composer install > > parameters: > database_host: localhost > database_port: null > database_name: bd_ecommerce > database_user: root > database_password: null > mailer_transport: smtp > mailer_host: 127.0.0.1 > mailer_user: null > mailer_password: null > secret: ThisTokenIsNotSoSecretChangeIt > twig: > globals: > telephone: '02 35 00 00 00' > fax: '02 35 00 00 00' > adresse: 'Paris 75 000 - 3 rue des jardins' > pathDefault: 'http://localhost/Ecommerce/web/'`

Installation impossible

Bonsoir,

j'ai essayé à plusieurs reprisses d'installer votre app pour tester mais lors de la mise à jour via Composer ou même en essayant simplement de démarrer cette, j'obtient toujours cette erreur : "ParameterNotFoundException: You have requested a non-existent parameter "mailer_encryption"..une idée ? merci d'avance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.