All Questions
0
votes
0answers
6 views
failed to open stream: No such file or directory for static-content deploy
I have recently added a new root source css file for magento storefront by putting it in default_head_blocks.xml throught below statement.
<css src="css/custom.css"/>
Now I ran upgrade command
...
0
votes
1answer
9 views
Filter Magento2 customer grid before it's loaded
I'm using magento 2.2.5 and i have a custom database table which contain customer_id, i want all the customer in this custom table won't be shown at magento2 admin customer grid.
my custom table ...
0
votes
0answers
5 views
Magento 2.2.5 large multistore catalogue categories not updating
I have a drop down Make Model Year parts finder on my stores front end that uses a three level category tree with 3,000 subcategories. The same tree is used across five stores with subcategories ...
0
votes
0answers
9 views
Magento 2.2.5 Mini cart not showing items or subtotal
Magento 2.2.5 - upgraded from 2.1.5 last week but not sure it was working on 2.1.5
Site is under development. The mini cart in the header is not working properly. When you add something to the cart ...
0
votes
0answers
11 views
Magento 2 Email Confirmation Not Working
I have a problem in Magento 2.2.5.
All the links sent on email like the email confirmation link or the password reset link are not working.
The problem is that is my website is my_website.com then ...
0
votes
1answer
13 views
How to Shuffle Product Collection in Magento 2?
I am getting products collection form multiple categories. I want to shuffle products everytime when function getProductCollection() is called.
My function is:
public function getProductCollection($...
0
votes
1answer
10 views
Unable to add/persist tracking data with magento 2 rest api
There is a store that I'm posting shipments to via the rest api. I'm POSTing to the /V1/orders/<order_number>/ship endpoint. My post data looks like:
{
"items":
[
{
"...
0
votes
0answers
13 views
Magento 2 admin menu extension
What is the proper way to e.g: get Sitemap generation grid to load on custom route? Currently on custom route the grid layout won't be rendered, all I see is "Popular Site Map" title which comes from ...
0
votes
1answer
28 views
Is it worth to prepare for Magento 2 Certification in 2018?
I'm new to using Magneto and wish to get into Magento 2 development. I've got some questions—
What languages should one learn before getting into Magento 2 learning/development?
What are some good ...
0
votes
0answers
14 views
Magento 1.9 - Cloudflare CDN CNAME not loading skin/media/js
I installed Magento 1.9 and i'm trying to setup CDN on Magento backend in System/Configuration/Web/unsecure and secure tabs. First i created a subdomain on Cpanel that call cdn.mysite.com.br then i ...
0
votes
0answers
12 views
Cannot upload files for extension
The following error appears when I try to upload files of my extension (Screenshot). I still have ample disk quota.
Any suggestion, how do I fix it?
4
votes
0answers
128 views
Security Patch SUPEE-10888 - Possible issues?
SUPEE-10888 is a new security patch for Magento 1 which addresses 12 security issues.
https://magento.com/security/patches/supee-10888
SUPEE-10888, Magento Commerce 1.14.3.10 and Open Source 1.9.3....
1
vote
1answer
17 views
Magento 2: how to move the category add to wishlist and compare actions next to the price
I'm struggling with a theme change. I would like to move the add to wishlist and add to compare actions from next to the add to cart button to next to the price.
what my theme (unfinished) looks like ...
2
votes
2answers
16 views
What is frontend when creating a product attribute
I want to know what is the use of frontend when creating a product attribute using installData or updateData.
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
...
0
votes
0answers
10 views
Can't Upload products via CSV file
I am trying to import products from import/export profile in magento 1.9. I am trying to import a csv file but the csv file is not being imported and the following error is being displayed.
Does ...