Cargando…

Magento 2 development cookbook : over 60 recipes that will tailor and customize your experience with Magento 2 /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Delvaux, Bart (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn935257235
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160119s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCF  |d CEF  |d UKMGB  |d OCLCQ  |d UAB  |d UKAHL  |d NLW  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018010652  |2 Uk 
019 |a 933586973  |a 933713782  |a 951974853  |a 1259224004 
020 |a 9781785889141  |q (electronic bk.) 
020 |a 1785889141  |q (electronic bk.) 
020 |a 1785882198 
020 |a 9781785882197 
020 |z 9781785882197 
024 3 |a 9781785882197 
029 1 |a AU@  |b 000057034078 
029 1 |a AU@  |b 000066231666 
029 1 |a DEBBG  |b BV043893508 
029 1 |a DEBBG  |b BV043968659 
029 1 |a DEBSZ  |b 473885190 
029 1 |a DEBSZ  |b 485791668 
029 1 |a GBVCP  |b 88275128X 
029 1 |a UKMGB  |b 018010652 
035 |a (OCoLC)935257235  |z (OCoLC)933586973  |z (OCoLC)933713782  |z (OCoLC)951974853  |z (OCoLC)1259224004 
037 |a CL0500000703  |b Safari Books Online 
050 4 |a HF5548.32 
072 7 |a BUS  |x 082000  |2 bisacsh 
072 7 |a BUS  |x 041000  |2 bisacsh 
072 7 |a BUS  |x 042000  |2 bisacsh 
072 7 |a BUS  |x 085000  |2 bisacsh 
082 0 4 |a 658.84  |2 23 
049 |a UAMI 
100 1 |a Delvaux, Bart,  |e author. 
245 1 0 |a Magento 2 development cookbook :  |b over 60 recipes that will tailor and customize your experience with Magento 2 /  |c Bart Delvaux. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Over 60 recipes that will tailor and customize your experience with Magento 2About This Book Solve common problems encountered while extending your Magento 2 store to fit your business needs Delve into the exciting and enhanced features of Magento 2 such as customizing security permissions, intelligent filtered search options, easy third-party integration, among others Learn to build and maintain a Magento 2 shop via a visual-based page editor and customize the look and feel using Magento 2's offerings on the goWho This Book Is ForThis book is for every developer who has knowledge of PHP and wants to extend or customize the functionality of their Magento 2 system. If you have prior experience of the Magento platform, you will find this book useful in exploring the advanced features. What You Will Learn Install a Magento 2 shop with sample data Upgrade the data in a Magento 1 shop to a Magento 2 shop Manage the look and feel of the shop with custom themes Extend the shop with custom functionality such as forms, grids, and more Accelerate your store with some performance tools Build and structure your own shipping module Test your shop with automated tests and manage your product displayIn DetailWith the challenges of growing an online business, Magento 2 is an open source e-commerce platform with innumerable functionalities that gives you the freedom to make on-the-fly decisions. It allows you to customize multiple levels of security permissions and enhance the look and feel of your website, and thus gives you a personalized experience in promoting your business. Style and approachThis book is packed with a wide range of techniques to modify and extend the functionality of your online store. It contains easy-to-understand recipes starting with the basics and moving on to cover advanced topics. Many recipes work with code examples that can be downloaded from the book's website. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Upgrading from Magento 1; Introduction; Creating a Magento 1 website with sample data; Creating a Magento 2 website; Preparing an upgrade from Magento 1; Upgrading the database; Using an IDE; Writing clean code with PHP MD and PHP CS; Chapter 2: Working with Products; Introduction; Configuring the catalog defaults; Working with attribute sets; Working with product types; Adding social media buttons; Embedding an HTML object; Changing the URL of a product page. 
505 8 |a Chapter 3: ThemingIntroduction; Exploring the default Magento 2 themes; Creating a Magento 2 theme; Customizing the HTML output; Adding extra files to the theme; Working with LESS; Changing a page title; Working with translations; Adding widgets to the layout; Customizing email templates; Chapter 4: Creating a Module; Introduction; Creating the module files; Creating a controller; Adding layout updates; Adding a translation file; Adding a block of new products; Adding an interceptor; Adding a console command; Chapter 5: Databases and Modules; Introduction. 
505 8 |a Creating an install and upgrade scriptCreating a flat table with models; Working with Magento collections; Programmatically adding product attributes; Repairing the database; Chapter 6: Magento Backend; Introduction; Registering a backend controller; Extending the menu; Adding an ACL; Adding configuration parameters; Creating a grid of a database table; Working with backend components; Adding customer attributes; Working with source models; Chapter 7: Event Handlers and Cronjobs; Introduction; Understanding event types; Creating your own event; Adding an event observer; Introducing cronjobs. 
505 8 |a Creating and testing a new cronjobChapter 8: Creating a Shipping Module; Introduction; Initializing module configurations; Writing an adapter model; Extending the shipping method features; Adding the module in the frontend; Chapter 9: Creating a Product Slider Widget; Introduction; Creating an empty module; Creating a widget configuration file; Creating the block and template files; Creating a custom configuration parameter; Finalizing the theming; Chapter 10: Performance Optimization; Introduction; Benchmarking a website; Optimizing the frontend of the website. 
505 8 |a Optimizing the database and MySQL configurationsOptimizing the Apache web server; Finding performance leaks in Magento; Configuring OPcache, Redis, and Memcached; Optimizing the PHP configurations; Chapter 11: Debugging and Unit Testing; Introduction; Logging into Magento 2; Getting started with Xdebug; Running automated tests from Magento; Creating a Magento test case; Index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Electronic commerce. 
650 0 |a Web site development. 
650 0 |a Web sites  |x Programming. 
650 6 |a Commerce électronique. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Sites Web  |x Programmation. 
650 7 |a BUSINESS & ECONOMICS  |x Industrial Management.  |2 bisacsh 
650 7 |a BUSINESS & ECONOMICS  |x Management.  |2 bisacsh 
650 7 |a BUSINESS & ECONOMICS  |x Management Science.  |2 bisacsh 
650 7 |a BUSINESS & ECONOMICS  |x Organizational Behavior.  |2 bisacsh 
650 7 |a Electronic commerce  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Print version:  |a Delvaux, Bart.  |t Magento 2 Development Cookbook.  |d Birmingham : Packt Publishing, ©2015 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134500  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29879508 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520757 
938 |a EBSCOhost  |b EBSC  |n 1134500 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33469385 
938 |a YBP Library Services  |b YANK  |n 12772132 
994 |a 92  |b IZTAP