- This topic has 2 replies, 2 voices, and was last updated 12 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore – chkout page -items list in alpha order not in order as added
Items listed in cart and checkout page are arranging in alpha order. I want them to arrange in order that customer placed them in the cart. Ex: most recent item placed in cart is at bottom of list.
Can this be changed?
Thanks!
Most users prefer to display an alphabetically sorted item list in the cart. You can remove the sorting and it won’t sort anymore. Please do the following to remove the sorting:
Open the “wp_eStore1.php” file of this plugin and search for the following line of code:
sort($products);
Once you find it, remove that line (there will be a few occurrences of that line in the file so remove them all).
That worked perfectly! Thanks!!