how to set sort order in the category browsing page of admin? - zen-cart

By default when we want to set the sort order of a product, we go the product details page and then set the sort order.
But I want to set the sort order of a product on the categories page where all the products are listing on the admin side.
Is there any option for this or a module to solve my problem.
Thanks in advance.

If you look at the upper right hand side of the page admin->categories->categories/products, there's a dropdown with the label "Categories/Product Display Order."

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

M2 Create configurable product and assign to category but not display product on frontend

Links can have a title attribute, which will show up on hover. Title attributes can also be added; they are helpful if the link itself is not descriptive enough to tell users where they're going.
First of all go to catalog -> category and make sure that your category is enabled and display mode is set to products only or static block and products
If these are enabled then please check that the category in which your product is assigned must be assigned in Default Category

Algolia: search - show featured items on top of page

Is it possible to construct order criteria in that way that all featured items goes always on top of the page ? I would like to performe this in single search call.
Algolia allows you sort your results. If your records have this "featured" attribute indexed, you can ad it to your formula.
Please find the doc here: https://www.algolia.com/doc/guides/relevance/sorting/
I also recommend you to have a look at the Custom ranking feature https://www.algolia.com/doc/guides/relevance/ranking/#custom-ranking

How to redirect a associated product to its configurable product

I am using Magento 1.9.2.1 and I am using the native swatches option. I am trying to only show the associated products on the catalog page and not the configurable product. But I am hoping that by clicking on any of the associated products, it would take the customer to the configurable product.
So lets say that I am selling a cap that has a red and brown option. I want the catalog to show the red simple product and the brown simple product. But when the customer clicks on either of the simple products, it will take them to the configurable product and they can select a color there instead.
Is there a easy way to do this?
I just found an extension that works
https://github.com/Mestrona/Mestrona_ForwardToConfigurable
I'm using JRD Redirect Simple to Parent for exactly this. I tried Mestrona as well, but it sets the URL to that of the simple product, which is a problem for bookmarking and the like when the user then changes up the configuration. JRD sets the URL to that of the parent and my plan is to then add a query string so that if the URL is bookmarked, I can route it to the same configured product.

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