kwoodlez.com Posted September 11, 2011 Share Posted September 11, 2011 hi everyone, please take a look at my screenshot. i was wondering if it was possible to edit the productscategory by only displaying 5 items rather than having a slider. i want to change it because i might have a large amount of products in the same category in the future and i dont want the slider to show 100 products. customers will have have to go scroll thru way too many products. so i just want it to show just 4 or 5 items in the same category. it can be in a random order or the latest product in that category. also, i was wondering how do you move the "just viewed" module to the product footer? i tried transplanting it under positions but it says it cannot be done. thanks and much appreciated for any sort of help! Link to comment Share on other sites More sharing options...
gsv1982 Posted September 16, 2011 Share Posted September 16, 2011 Edit file productscategory.php: if ($sizeOfCategoryProducts > 5) { $categoryProducts = array_slice($categoryProducts, $middlePosition - 2, 5, true); $middlePosition = 2; } } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now