cart
Here are 431 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
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Jun 14, 2020 - Python
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jun 22, 2020 - PHP
-
Updated
May 2, 2020 - Python
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
-
Updated
Jun 24, 2020 - TypeScript
The database check, and possibility to add missing updates, could go into the update page.
«Database version
Your database isn't up to date - Click here to fix it»
Something like Joomla already have: https://docs.joomla.org/Help36:Extensions_Extension_Manager_Database
Because, shit just happens sometimes: https://arastta.org/forum/slide-show-issues#reply-2410
:)
-
Updated
Jun 22, 2020
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
May 2, 2020 - HTML
-
Updated
Jun 25, 2020 - PHP
-
Updated
May 16, 2020 - JavaScript
I'm trying to generate a static version of the documentation, which appears to have been set up for daux. However, daux generate no longer builds the docs. At first due to missing files, but then due to a missing theme. Does the config.json file need to be updated? Or is there a specific version of the daux tool that I can use?
Happy to build out a PR to fix, just making sure I haven't miss
-
Updated
Apr 5, 2020 - C++
Is there any way to tweak settings forms on admin page like adding a custom field on existing settings form?
My goal is to tweak the app logo together with updating the app name via the settings page.
Hoping for the quick response.
Thanks.
UPDATE
I tried the approach on these docs: [https://vanilo.io/docs/1.1/settings#adding-setting-to-the-ui](https://vanilo.io/docs/1.1/settings#
Expected behavior
Everyone should use the same autorest package version and the correct version should be stated in the !readme.txt.
Actual behavior
Outdated autorest package version is mentioned.
-
Updated
Oct 30, 2019 - Java
-
Updated
Jun 14, 2020 - Python
-
Updated
Mar 25, 2020
-
Updated
Aug 10, 2018 - CSS
-
Updated
Nov 20, 2018 - CSS
-
Updated
Feb 17, 2020 - PHP
Improve this page
Add a description, image, and links to the cart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cart 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,