shop
Here are 726 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
Why are there Lorum Ipsum translation strings in (for example) the Shop Bundle? Same goes for "brace_yoursel_winter_is_coming" (not even mentioning the typo in the key) in the latest product carousel?
I suggest replacing the Lorum Ipsum translations with some explanatory text on how to replace those texts and change "brace_yoursel_winter_is_coming" to a more appropriate key, so translators know
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
Jun 13, 2020 - PHP
-
Updated
Jun 12, 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
Jun 16, 2020 - Dart
-
Updated
May 5, 2020 - TSQL
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jun 18, 2020 - PHP
-
Updated
May 29, 2020 - PHP
-
Updated
Jun 19, 2020 - PHP
-
Updated
Jun 19, 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
Jun 18, 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,