nvbenterprises Posted October 27, 2006 Posted October 27, 2006 I have not had too much trouble setting up my store so far. I added the Product Listing view change Contribution and it does not work like I was hoping. The first issue is it adds a black line at the bottom of each view. I found out it is a line of pixel_black.gif. There is no reference to this in the product_listings.php file. Also, when I change switch($view){ case 'vertical': $max_display_search_result = MAX_DISPLAY_SEARCH_RESULTS; break; case 'side': $max_display_search_result = MAX_DISPLAY_SEARCH_RESULTS; break; to switch($view){ case 'vertical': $max_display_search_result = '4'; break; case 'side': $max_display_search_result = '4' * 3; break; my products end at the pixel line and do show up. If I do not change this, all products associated with a category show on one page. There no Result Pages: 1 2 3 [Next >>] or Displaying 1 to 12 (of 25 products). When I set the serach below the max # of products, they are cut off. Some of my categories have between 20-30 products. I want only 12 on a page. However, I like the thumbnail view better than the default oscommerce view. Has anyone used this contribution successfully? The thumnail view would be great if there were only 12 products a page and people could access the rest of the products. If anyone has an idea of the code I need to edit to reincorporate the Result Pages options to the contriibute please help. Thanks Nic Quote
nvbenterprises Posted October 27, 2006 Author Posted October 27, 2006 Nevermind. I just couldn't find the right contribution. Well now I'm a sucker. The Column Product Listing contribution does the same thing, except it actually works. There are some small issues with that too, but it's just a matter of no border color. Thanks Nic Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.