ecommerce-framework
Here are 69 public repositories matching this topic...
Twig files - Typo
admin/view/template/marketplace/installer.twig
Replace:
$('#progress-text').html('<span class="text-success">' + json['success'] + '</div>');
With:
$('#progress-text').html('<span class="text-success">' + json['success'] + '</span>');
admin/view/template/marketplace/marketplace_info.twig
Replace:
$('#progress-text').html('<span class="te
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
Jul 9, 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
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
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
The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.
Feedback for "Themes Overview" (/articles/themes-overview.html):
Would recommend adding a step in the Using a theme as a development tool section
After 1. Run bundle install
- Delete app/assets/stylesheets/application.css
What is happening
In many entities, you can find a nice example of DRY violation. Constructor and edit method often contain duplicated lines for setting entity properties from the class data. This might lead to mistakes and it also hardens extending.
It is easy to fix this problem - the common properties sett
Just reading through the MySQL 5.7 documentation on date/datetime fields (https://dev.mysql.com/doc/refman/5.7/en/datetime.html) and I think we might still have some issues. From that documentation:
The DATE type is used for values with a date part but no time part. MySQL retrieves and displays DATE values in 'YYYY-MM-DD' format.
The supported range is '1000-01-01' to '9999-12-31'.
Th
-
Updated
Nov 8, 2019 - JavaScript
-
Updated
Apr 1, 2020 - 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
Right now endpoints that do not require authentication can be specified by passing an array of path to the plug, this should be improved so that instead of passing path we should pass in both http method and the path.
v0.2.0 Release
All the cool kids have travis reports and code check badges in their readme. We are cool kids too so we should do this!
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Jul 14, 2020 - PHP
-
Updated
Oct 25, 2018 - JavaScript
-
Updated
Jul 14, 2020 - PHP
-
Updated
Oct 1, 2015 - JavaScript
-
Updated
Feb 28, 2018 - TypeScript
-
Updated
Jan 4, 2020 - HTML
-
Updated
Jun 30, 2020 - Python
-
Updated
Jan 31, 2011 - PHP
-
Updated
Jul 10, 2017 - C#
-
Updated
Feb 5, 2020 - JavaScript
-
Updated
Jun 6, 2020 - CSS
Improve this page
Add a description, image, and links to the ecommerce-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecommerce-framework topic, visit your repo's landing page and select "manage topics."



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