Magento 2 homepage product sort by position not working - magento2

In Magento 2 (ver. 2.3.6) i have two different products section on homepage,
Featured Products
New Products
for both sections i have create 2 categories
like:
featured products
New Products
**Note :- alredy set category display settings:
Available Product Listing Sort By: Position
Default Product Listing Sort By: Position
for homepage products call i had follow below steps:
Go to Magento admin panel
Content -> Pages -> home page
Click the Insert Widget button
Then choose Catalog Product List
Choose condition as category and its ID**
Now my question is:
When I open both categories I can see all products according to given position from admin, but on homepage position not working any idea? or any other way?
Thanks in Advance !!!

Related

Product Listing by SKU in magento 2

I would like my store products to be displayed in SKU (ascending) order by default when looking at the category product listing pages in magento 2. Can someone please tell me how to:
Make this the default sort option.
Add SKU as a user selectable option on the product listing pages.
Can anyone help please?
In Magento 2, I hope this works because it is really easy and you don't have to touch any code:
In the admin panel, go to
Store > Under Attributes > Product
Find the attribute code sku
In it, under StoreFront Properties, change the "Use for Sorting in
Product Listing" to "Yes" and save
Go to Stores > Configuration and click on the Catalog section under
catalog tab
Under StoreFront, change the "Product Listing Sort by" to "SKU" and
save
You can also change the default product listing for each category in Catalog > Categories under the Display Settings tab of your selected category.
I hope this will help

Magento 2 checkout sidebar

Need to link this
Site
http://www.vecocraft-ebikes.de/
Magento 2 sidebar on checkout. issue is Right side bar show number of product added thumbnails and name i want thumbnails and name of the product to be linked to actual product.
Thanks
I would turn on "Template Path Hints" to locate the template file where the image is loaded.
Then check if you can access the cart item and the products URL so that you can then insert a link right there on the image.

Magento2 show sku on message

I want to show product sku on preorder message that displays on cart page.
By default it shows the product name.
How can I change it to product sku?
Thankyou

How to use default Rating component?

For some e-commerce project, I would like to give the online shop customers the possibility to rate the merchant products (something like product rating in amazon). I have found out, that there is a AEM6 Default Rating Component. Can somebody give me a guidance how to use the Default Rating Component?
When you double click on the placed Rating component, an edit dialog opens up.
You can configure the Rating component to either allow users to submit a rating or show the average results of ratings already submitted.
Select the Display Only option. If checked, the Rating component will only display the average ratings submitted for the page. If unchecked, it will allow users to submit ratings for the page by clicking on the stars. Default is unchecked.
To can see the full guide about the rating component here

How to show the data added in Admin tool to front end in magento

I have added some products in admin panel. In admin panel under manage products , those are getting displayed.
But these products are not displaying in front end. I am a newbie to magento. I looked into userguide. But of no use.
How to display the products in front end?
There are couple of things which need to take care, when you create product in admin panel under manage products.
Under General sub tab, please check if you have changed your "Status" = "Enabled"
Under General sub tab, please check if your "Visibility" = "Catalog,Search". This will show the product under catalog and also you will get the product in front-end when you search.
Under Inventory sub tab, please check if you have added "Qty" > 0 and "Stock Availability" = "In Stock". Sometimes this creates problem to show the product in front-end.
Under Categories sub tab, please check if you have assigned the product to a category/subcategory under which you want to see your product.
Under Websites sub tab, assign to a website.