Magento Expert Forum - Improve your Magento experience

Results 1 to 10 of 10

Magento sorting by newest product position

  1. #1
    Moderator speed2x's Avatar
    Join Date
    Mar 2013
    Location
    Hollywood, Florida, United States
    Posts
    88
    Thanks
    8
    Thanked 7 Times in 6 Posts

    Thumbs up Magento sorting by newest product position

    When we build magento shop for our customers, many times we meet the requirements from customer about sorting newest product first. And we know many people will need it. So, don't waste money to use an expensive magento development time, let follow this simple ways with one of 3 ways to get it work very easy Magento Sort by Newest Products Solution

    View more threads in the same category:


  2. #2
    New member
    Join Date
    Sep 2013
    Posts
    8
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Thanks for sharing, I like the first one, I always think we have to install extension to have it

  3. #3
    Junior Member Amasty's Avatar
    Join Date
    May 2013
    Posts
    396
    Thanks
    1
    Thanked 4 Times in 3 Posts

    Default

    It's great to let customers different types of sorting to find the products they need.
    You can also use sorting by bestsellers, review count, date added, rating, etc., check out this extension https://amasty.com/improved-sorting.html

    Name:  demo-sorting-navigation-labels.jpg
Views: 3525
Size:  79.5 KB

  4. #4
    Junior Member Cms_ideas's Avatar
    Join Date
    Jun 2014
    Location
    https://cmsideas.net
    Posts
    385
    Thanks
    1
    Thanked 7 Times in 7 Posts

    Default

    Magento Advanced Sorting Product List - Magento Sorting Pro by Cmsideas- $39
    With Magento Advanced Sorting Product List extension, the data of product sales, ratings, and viewings will be counted automatically then get them to top of searching results based on each relevent sorting option

    DEMO: http://cmsideas.net/advanced-sorting-product-list.html

    Features:

    + Sorting by "New" - products’ creation dates

    When customers choose New in Sort by list, new products will be shown at the top of search result. Store owners can attract customers who often follow new fashion trends by using custom date attribute for managing the order of products appearing on the search result for this sorting option.

    + Sorting by “Biggest saving” - the best product offers:

    By using this sorting option, you can offer the best deals for customers. The larger the difference between the normal price and discount price of a product is, the higher the position of this product is on the search result.Customers always look for the best deals among the stores, so make use of this sorting option to show your special offers.

    + Sorting by “Best sellers” - product sales:

    Best seller products are always believed to be great products. Customers often think that if many people buy this product, it must be good. In addition, store owners can set period for which the sales are counted to be bestsellers.

    + Sorting by “Most viewed”- product views:

    This sorting option is based on the number of product views. It lets customers know the popularity of products. Store owners can set period for which the product views are counted.

    + Sorting by “Top rate” and “Review counts” product ratings and reviews:

    Rating and Review which are given for products by customers can make new customers trust more because when shopping, customers often look for objective information.

    + Sorting by “Now on wishlist”:

    When customers consider buying any products, they will want to know whether fellow customers wish to have those products or not. That will definitely affect on their final purchase decisions.

    + Sorting by “Quality”:

    This sorting option will display products based on their quantity in stock. The higher the number of products in stock is, the higher the position of the product is on the search result.

    DEMO | Magento advanced Sorting | Magento Package

    NOTE: Magento Packages - Comprehensive solution- now discount 50%
    Magento packages 2- ONLY $132.5 for Add Columns to Order Grid in Backend, Extended PDF Invoice, Magento Full Page Cache, Magento Advanced Sorting Product List and Magento Mobile Theme
    Details: http://cmsideas.net/magento-packages...ackage-02.html

  5. #5
    Junior Member Bizmagestore's Avatar
    Join Date
    Apr 2014
    Location
    India
    Posts
    494
    Thanks
    1
    Thanked 27 Times in 27 Posts

    Default

    Make your search faster, smarter and relevant! Yes, this is possible now by configuring Advanced Search with Solr Extension in your e-store.

    Advanced search with Solr extension is a power-packed enterprise research platform having plethora of useful features to make the product search more relevant and faster. When two powerful platforms integrate – the results are unique!

    This is what we have tried to yield by integrating Magento with Solr – united two giants to simplify the product search if you own a large store with myriad of products range, making it cumbersome for your customers to search the products of their choice.

  6. #6
    Junior Member MagestyApps's Avatar
    Join Date
    May 2015
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Our Products on sale has same feature for discounted products.

    All the products that are sold at a discount will be moved to the top of the category. In this case, you visitors will always notice that products and more likely buy them.

    And you can add a "Sale" category what would be very handy

  7. #7
    Expert
    Join Date
    Mar 2016
    Location
    india
    Posts
    570
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Hi,

    First, you should know that the position is saved in the relation table catalog_category_product, so without filtering by category you will not have this data. In theory you could join the relation table without actually filtering by category, but which row will you use? Usually products belong to multiple categories.

    Your product collection is independent of any category, so it will contain products from different categories. Does it really makes sense to sort these products by position within an arbitrary category? You decide. But I would recommend adding a product attribute. If you call it "position" and add it as static attribute, i.e. as field to the main table1, you can use the code as it is. But to avoid conflicts with the position inside a category, I would choose a different code. Also, if you don't add it as static field, but as normal EAV attribute, you have to use addAttributeToSort('position') instead of setOrder('position').

    A general recommendation: Instead of addAttributeToSelect('*') load only the attributes that you need. In product listing, the following is usually sufficient:

    $collection
    ->addMinimalPrice()
    ->addFinalPrice()
    ->addTaxPercents()
    ->addAttributeToSelect(Mage::getSingleton('catalo g/config')->getProductAttributes())
    ->addUrlRewrite();

  8. #8
    Junior Member
    Join Date
    Nov 2019
    Posts
    1,083
    Thanks
    6
    Thanked 3 Times in 3 Posts

    Default

    Hello folks, here you can also check out one more - Advanced Sorting Magento 2 Extension. It helps to add custom sorting options to your store to make the product search process easier for customers.

    Name:  Advanced-Sorting-Magento-2-Extension.png
Views: 3275
Size:  52.4 KB

    The easy sorting option makes the product search comfortable and time-saving for customers. It allows them to find their desired products quickly without much effort. Further, it helps store owners to boost more sales by displaying the best seller products.

    This extension gives effective options to users for product sorting – by Best Sellers, Most Viewed, Biggest Saving, Rating, and many more.

    With the help of this module, the store owner can exhibit their most popular products smoothly and boost its sales in record time.

    Name:  advanced-sorting-settings.png
Views: 3297
Size:  18.2 KB

    Name:  advanced-sorting-catalog-storefront.png
Views: 3407
Size:  153.9 KB

    Highlighted Features:
    • Provides a fully customizable interface of the extension from the admin side.
    • Ability to enable/disable this extension from the backend. Very easy to manage.
    • Store owners can select multiple sort options from the backend.
    • Store owner can set default product listing sort by from Catalog -> Storefront.
    • Make your store more user-friendly to increase profit – more orders for you.



  9. #9
    Junior Member
    Join Date
    Sep 2018
    Location
    Oman, Muscat
    Posts
    2,084
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Go to Oversee Classes, select the classification, then on it's items tab give every one a position number. They will be arranged by that request.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •