ecommerce-platform
Here are 350 public repositories matching this topic...
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...
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
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
Jun 25, 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
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
-
Updated
Jun 6, 2020 - TypeScript
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
Jul 1, 2020 - PHP
-
Updated
Jun 22, 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 2, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical emailService which uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property
**Describe
-
Updated
Jun 25, 2020 - PHP
-
Updated
May 28, 2020 - PHP
-
Updated
Jul 1, 2020 - PHP
If webp is enabled and supported by theme, then image links will always serve webp images. Even if the browser itself doesn't support it.
method ImageManager::webpSupport($checkAccept = false) has $checkAccept parameter that can facilitate this check, but it's never called with $checkAccept = true anywhere in the core. At least, this parameter should be true when called from `Ling::getGener
the class \Varien_Filter_Money makes use of the deprecated money_format function.
this should get replaced with NumberFormatter::formatCurrency()
https://www.php.net/manual/en/numberformatter.formatcurrency.php
https://wiki.php.net/rfc/deprecations_php_7_4
-
Updated
Dec 1, 2018 - Ruby
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
Jul 1, 2020 - TypeScript
-
Updated
Jun 26, 2020 - JavaScript
Sites using pre 4.7 WordPress are throwing errors as the REST class does not exist.
Fatal error: Class ‘WP_REST_Controller’ not found in /public_html/wp-content/plugins/paid-memberships-pro/includes/rest-api.php on line 3
Improve this page
Add a description, image, and links to the ecommerce-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecommerce-platform 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,