ecommerce
Here are 2,685 public repositories matching this topic...
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description field 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,
The front-end date-picker is not localized: days short names are all in default en_US.
Preconditions (*)
- Magento 2.3.x & 2.4-develop
- Date format used is "E, dd.mm.yy"
- Create a store view ( German - de )
- From Stores > Settings > Configuration > General > General > Locale drop down , assign language ( German (Switzerland) ) to the created store . ( Scope : German from top le
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
Describe the bug
The label for address_2 has a duplication of '(optional)'.
It's in the field label, then also added in a <span> tag.
To Reproduce
- Goto WooCommerce.com
- Goto checkout.
- Disable the css on the
.screen-reader-textCSS class - or view source to see the markup.
Screenshots
<img width="1392" alt="Screenshot 2020-01-28 at 17 31 03" src="https://user-im
Sylius docs version: 1.7
Description
I've installed a fresh sylius app v1.7. Just after, I tried to follow this documentation concerning PlatformSH :
https://docs.sylius.com/en/latest/cookbook/deployment/platform-sh.html
The error happen during the build hook, when it yarn install. It give me :
yarn install v1.22.4
[1/4] Resolving packages...
[2/4] Fetching packages...
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
Describe the bug
On product page in FO, "Product Details" tab is visible and empty even if there is no data to display.
Expected behavior
No "Product Details" tab if there is no data to display. And no white block if there is no Description too.
Steps to Reproduce
Steps to reproduce the behavior:
- Remove brand, reference and features in a product (e.g. "Mug Today
The documentation at https://django-oscar.readthedocs.io/en/latest/howto/enforcing_stock_rules.html is incorrect - doing that will cause a 500 error because that exception isn't caught anywhere.
I think we just need to remove this, and instead enhance the [documentation about availability policies](https://django-oscar.readthedocs.io/en/latest/topics/prices_and_availability.html#the-strategy-cl
After solidusio/solidus#3552 was merged, it may be a good time to upgrade our integration feature tests to system tests.
Hopefully, the test suite execution time may even improve, as with system tests we don't need to use thedatabase_cleaner gem anymore.
This post may help: https://medium.com/table-xi/a-quick-guide-to-rails-system-tests-in-rspec-b6e9e8a8b5f6
-
Updated
Jul 9, 2020 - PHP
Case insensitive doesn't exist in postgres.
For te search is a problem, please use citext extensions instead text foreach type string.
npgsql/efcore.pg#236
https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/providers#one-migration-set
Bug report
Title
Add a section in category to view all product assigned to that category.
Issue Description
Add a section in category to view all product assigned to that category.
Preconditions
1. framework Version.- master
Steps to reproduce
1. step1- Create a product and select category for that product.
2. step2- Go to Category section and edit th
API docs: Sitemap
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
The documentation is unclear about what 'position' does in the template headers. I now understand it has an influence on the position in the dropdown (nice!), but I had to discover that through trial and error.
-
Updated
Jul 7, 2020 - TypeScript
-
Updated
Jun 13, 2020 - JavaScript
Bug 1.
Plugin deletes information if there is nothing written in the Ordering field.
- Edit Page → Click on "Footer" → Add "Social Media Links" plugin
- Add Facebook, Linkedin and Twitter links, without putting anything in the "Ordering" field.
- Press "Save plugin" (URL fields are full, Ordering is empty; everything just like it was written originally) + "Publish changes".
- All 3
Improve the tier prices feature - add info like "Buy 2 in x.xx$ and save x%"
-
Updated
May 29, 2020 - PHP
Is your feature request related to a problem? Please describe.
The below order status naming convention would really confuse a business person as well as customer. These default status should be more concise and yet understandable.
export type OrderState =
| 'AddingItems'
| 'ArrangingPayment'
| 'PaymentAuthorized'
| 'PaymentSettled'
| 'OrderComplete'
| 'C
-
Updated
Jul 14, 2020 - PHP
-
Updated
Jul 13, 2020 - Java
-
Updated
Jul 10, 2020 - PHP
Automate migration
When redeploying the recent changes made by @mraerino, I had to perform a by hand migration:
ALTER TABLE test_invoice_numbers DROP COLUMN id;
ALTER TABLE test_invoice_numbers ADD PRIMARY KEY (instance_id);
We should automate this if we can. Close this issue by doing that, or deciding not to and documenting it somewhere.
Improve this page
Add a description, image, and links to the ecommerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecommerce topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
I want to add a role that can access only products and orders. All online documentation is from 2014 or earlier and does not work. The user with the new role (that does not have admin role, but only the new role) cannot access admin panel.
Describe the solution you'd like
Clear, comprehensive Spree extension documentat