commerce
Here are 174 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
What is the motivation for adding / enhancing this feature?
I recently wanted to test my VSF shop in production but didn't exactly knew the requirements so I just bought a vps with 4GB or RAM and 2 CPUs. After some testings I saw that 4GB RAM was clearly not enough. So I wo
-
Updated
Jul 7, 2020 - TypeScript
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
Jul 10, 2020 - PHP
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
- Enable SSO in web.config
- Open Manager login
Expected behavior
The mouse pointer for "Sign in with..." should be "Link select"
Screenshots (optional)
https://recordit.co/
-
Updated
Jul 14, 2020 - TypeScript
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 26, 2020 - JavaScript
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | no |
| BC Break report? | no |
| RFC? | no |
In the docs are some events listed which should be available on cart. But they are not available in V2.1
i.e coreshop.cart.item_add_post was removed in 2.1
The docs should be corrected so that only existing events are listed and missin
Since OroCommerce 3.1.9 the configurable products are postponed in the strategy.
When importing from command line:
The PostponedRowsHandler always creates the message with Topic::HTTP_IMPORT , what causes the postponed job fail becau
Plugin would support the Facebook Commerce Platform for businesses that want to integrate their Facebook and Instagram Shops with native checkout.
https://developers.facebook.com/docs/commerce-platform/setup/getting-started
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
Jul 13, 2020 - JavaScript
Hello friends,
the handling of events has changed since this PR: i-love-flamingo/flamingo-commerce@650f15f
The events ChangedQtyInCartEvent and AddToCartEvent have been adjusted
to match the event handling for deferred events of the ModifyBehaviour.
I would suggest the OrderPlacedEvent is also added as a deferred event in
-
Updated
Aug 20, 2019 - JavaScript
-
Updated
May 26, 2020 - JavaScript
Run locally in FS root: yarn run dev:storybook
Storybook file: https://github.com/brandingbrand/flagship/blob/develop/packages/fscomponents/src/components/__stories__/ZoomCaro
-
Updated
Jul 12, 2020 - PHP
-
Updated
Aug 9, 2018 - PHP
Add Click to Copy ability to anything that is commonly copied and pasted. Right now, that list is as follows:
- Coupon codes
- File URL's
- API key
Improve this page
Add a description, image, and links to the commerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the commerce 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,