shop
Here are 696 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
May 28, 2020 - PHP
-
Updated
May 25, 2020 - JavaScript
- Default should be false.
- Use existing functionality which is used when full page cache is enabled
{{ pimcore_snippet('mySnippetName', {
cache: true
}) }}-
Updated
May 25, 2020 - Dart
-
Updated
May 5, 2020 - TSQL
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
May 29, 2020 - PHP
-
Updated
Jun 3, 2020 - PHP
-
Updated
May 30, 2020 - PHP
-
Updated
Jun 3, 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
yiisoft / yii2-codeception - is no longer relevant. It is registered in the dependencies samdark / yii2-shop
I decided to try installing $ composer require dmstr / yii2-adminlte-asset "^ 2.1" in yi2-shop (samdark) and connect nested-sets and now the composer got out: 'Package yiisoft / yii2-codeception is abandoned, you should avoid using it. Use codeception / codeception instead '. in comp
-
Updated
May 2, 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,