0% found this document useful (1 vote)
393 views1 page

Payever Plugin Test - 04.2020

This document outlines requirements for a test plugin task for Shopware5 or Shopware6. It includes displaying a random product widget on the homepage with configurable title and redirect options. The plugin must: 1) be created with name "Task" and vendor "Test", 2) include title and redirect config options, 3) add a widget displaying a random product with title, price, image, and buy button, 4) get the widget title from config or use a default, and 5) redirect to checkout or use default behavior based on the redirect config option. Screenshots and the final plugin code are to be shared once complete.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
393 views1 page

Payever Plugin Test - 04.2020

This document outlines requirements for a test plugin task for Shopware5 or Shopware6. It includes displaying a random product widget on the homepage with configurable title and redirect options. The plugin must: 1) be created with name "Task" and vendor "Test", 2) include title and redirect config options, 3) add a widget displaying a random product with title, price, image, and buy button, 4) get the widget title from config or use a default, and 5) redirect to checkout or use default behavior based on the redirect config option. Screenshots and the final plugin code are to be shared once complete.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

payever Plugin Test Task

Prerequisites
• You have 5 hours to complete the task so please schedule your workflow accordingly
• The Task must be implemented for Shopware5 or Shopware6 (Look and feel is up to you
as long as all steps below are implemented)

Mandatory: Install and setup both locally; only the code of the plugins should be shared at the end
of the test task.

Requirements
1. Create a new extension with name ‘Task’ and vendor name ‘Test’
2. In admin section, there should be the following config options

2.1. Widget title


2.2. Redirect directly to checkout? - Yes/No

3. Add a widget on the homepage with a random product


4. Widget must contain at least the following:

4.1 Widget title


4.2 Product price and name
4.3 Product image
4.4 "Buy" button

5. Widget Title: Should be taken from the config option `Widget title`, set to default value if empty.
6. "Buy" Button: If config option "Redirect directly to checkout?" has been enabled - customer
should be redirected directly to checkout without hitting the cart page. Default CMS behavior
expected when this config option is disabled.

At the end of the task, please provide the plugin as a zip and share screenshot of the UI
implementation. Thank you!

You might also like