shop
Here are 740 public repositories matching this topic...
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)
OR
checkout = Checkout.objects.create(...)if checkout: pass
What I expected to happen
Database insertion without additional coun
-
Updated
Jan 20, 2020 - JavaScript
Sylius docs version: 1.7
Description
I've installed a fresh sylius app v1.7. Just after, I tried to follow this documentation concerning PlatformSH :
https://docs.sylius.com/en/latest/cookbook/deployment/platform-sh.html
The error happen during the build hook, when it yarn install. It give me :
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
nopCommerce version: 4.30 Beta
Steps to reproduce the problem:
Add any item to wishlist
Go to wishlist page
Click on Email a friend button
See here, personal message input is a textbox. it would be good it have textarea
-
Updated
May 30, 2020 - Java
-
Updated
Jul 9, 2020 - PHP
-
Updated
Jul 4, 2020 - JavaScript
Hello pimcore-team,
when editing large sites one can easily loose track of all the elements and it's sometimes hard to find the brick you are looking for.
Simple solution: I would create a PR for another option in the toolbar of each brick to allow for collapsing / extension of the corresponding brick, shrinking it down to somewhat 80px-ish or extend to regular height.
If you like the ide
-
Updated
Jul 12, 2020 - TSQL
-
Updated
Jul 6, 2020 - Dart
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jul 8, 2020 - PHP
-
Updated
May 29, 2020 - PHP
-
Updated
Jun 26, 2020 - PHP
-
Updated
Jul 12, 2020 - TypeScript
running in windows
when running installer
Exception 'yii\db\Exception' with message 'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
The SQL being executed was: SELECT * FROM configurable'
-
Updated
May 28, 2020 - PHP
-
Updated
May 2, 2020 - PHP
-
Updated
Jul 12, 2020 - PHP
Improve this page
Add a description, image, and links to the shop topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shop topic, visit your repo's landing page and select "manage topics."


Prerequisites
Issue Description
The
descriptionfield is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,