Theme: Debut 17.11.00
This repo is for developers to use as part of the Lucid application process.
There are two parts to settings up this test, the Github repository and the Shopify store.
- Clone this repository (don't fork it).
- Create your own public repository on your own personal Github account. Make sure it is public so we can access it.
- Create a development branch.
- Make changes detailed below in your development branch.
- Create a pull request for your branch but do not merge.
- Create a Shopify development store. You will need to create a Shopify partner account for this if you don't already have one.
- Set this theme with your work as the published theme for the store.
- Populate the stores products by uploading the supplied CSV file.
When you are ready to deliver please provide the following:
- A link to the pull request on your repository.
- A public link to a Shopify development store where the changes have been made.
- A note about how long it took to complete the tasks.
Each product has a tag on it specifiying its minimum order quantity. The tag is moq:N
where N is the minimum number of items that can be added to the cart.
On the product template make the necessary customizations to ensure when the item is added to the cart it will not add a quantity less than the specified minimum order quantity.
Following on from task 1 make the necessary customizations to the cart template so that the items in the cart can not have the quantity edited to be less than the minimum order quantity for that product.