shop
Here are 685 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 24, 2020 - Java
-
Updated
May 22, 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
Apr 18, 2020 - PHP
-
Updated
May 20, 2020 - PHP
-
Updated
May 27, 2020 - PHP
-
Updated
May 26, 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
Type: minor
Describe the bug
After adding a new account address, the screen goes blank you appear to be logged out, but when you refresh the page, the address is there and you are still logged in.
To Reproduce
Steps to reproduce the behavior:
- Go to storefront
- Log in
- Click user name in upper right > Profile
- Add a new address.
- When you submit the form, see the
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,