Results 1 to 2 of 2
  1. #1

    Default How to change the sort order of the cart contents?

    Does anyone know how to change the sort order of the shopping cart dsiplay so that the products in the shopping cart will order by product ID number. By default, the new products added will go onto the top of the list, or the bottom of list.

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: How to change the sort order of the cart contents?

    Have a look at how the data is managed and displayed in these files...

    The list is compiled here:
    includes/classes/shopping_cart.php

    function get_products

    Modify the output:
    includes/modules/pages/shopping_cart/header_php.php

    $products = $_SESSION['cart']->get_products();

    Sidebox display contents in a list:
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_shopping_cart.php

    Shopping cart display contents in a list:
    includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart.php

    Loops through all products.

    You could filter the output loops to display ordered by product_id... or filter the original product array.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

 

 

Similar Threads

  1. Change the sort order on the checkout_payment page
    By gearheadniko in forum General Questions
    Replies: 2
    Last Post: 23 Nov 2010, 08:52 PM
  2. how to change the contents in the sidebox? I want to add a chat into it
    By shadowcast in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jun 2010, 07:02 PM
  3. How do I change the sort order of a category?
    By libracorn in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 7 Mar 2009, 06:02 AM
  4. How do I change the contents of the Sponsors, Have You Seen, and other side boxes
    By agentx in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Dec 2008, 11:26 AM
  5. How to change the contents of the all products display?
    By gibsons in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Oct 2006, 01:46 PM

Posting Permissions

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