Giter Site home page Giter Site logo

genescu / shopware6-fast-order Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 235 KB

A extension which allow a fast-order page for Shopware 6.

PHP 50.10% JavaScript 28.13% Twig 18.30% Shell 1.20% SCSS 2.27%
fastorder dashboards shopware shopware-platform-plugin shopware-plugin shopware6 shopware6-app shopware6-plugin

shopware6-fast-order's Introduction

Instructions on installing

The Shopware6 FastOrderPlugin is a plugin that allows for faster ordering. To install this plugin, please follow these steps:

  1. Run the command php bin/console plugin: refresh
  2. Run the command php bin/console plugin: install --activate FastOrderExtensionStore
  3. Run the command php bin/console cache: clear

Description

The Fast Order Plugin is a Shopware plugin that allows customers to quickly and easily place an order for a product using its product number and desired quantity.

This plugin utilizes Doctrine DBAL to create a database table called fast_order with fields including id, product_number, quantity, version_id, created_at, and updated_at. The id field serves as the primary key for this table.

Upon installing the plugin, the fast_order table will be created if it does not already exist in the database.

In case the plugin is uninstalled, by default all data related to the plugin will be deleted from the database. However, if the keep UserData function is enabled, the data will remain intact in the database.

The program has three functions that are accessible through different URLs.

The first function( URL:/ fast-order) lets users see a page where they can quickly order products.

The second function( URL:/ fast-order/suggest/{search}) suggests products to users based on what they type into a search bar.

The third function( URL:/ fast-order/add-cart) lets users add products to their shopping cart and checkout.

Each function uses different variables that allow the program to communicate with the online store's databases and shopping cart system. Overall, these instructions make it easier for users to quickly order products from this online store.

This plugin is designed to be simple and efficient, allowing customers to quickly place an order without additional steps.

shopware6-fast-order's People

Contributors

genescu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.