ecommerce
Here are 2,537 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
the class "link" in the e-mail link tag, when getting the password reset e-mail, is invisible in e-mail clients using dark theme, as the tag "color: #ffffff;" is added.
this line:
https://github.com/woocommerce/woocommerce/blob/968f7ddc5b2737ca40b4503701c
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
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
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
-
Updated
May 22, 2020 - PHP
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
- Default should be false.
- Use existing functionality which is used when full page cache is enabled
{{ pimcore_snippet('mySnippetName', {
cache: true
}) }}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
Apr 16, 2020 - TypeScript
-
Updated
May 27, 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
Apr 18, 2020 - PHP
-
Updated
May 26, 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
UI language selector
-
Updated
May 27, 2020 - PHP
-
Updated
May 26, 2020 - Java
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