MrMcQ Posted October 23, 2010 Share Posted October 23, 2010 The strange thing is that when I go to the Category view, my product images don't appear at all, only the alt text:My siteEverywhere else, they appear fine, even the thumbs. When I go into the product detail, you can see the product images. Why wouldn't they be displaying correctly in the Category? Any ideas about what I should do to remedy?Much obliged for any assistance! Link to comment Share on other sites More sharing options...
rocky Posted October 23, 2010 Share Posted October 23, 2010 The product listings are looking for a thumbnail size called "phareddlx", but isn't finding it. Go to Preferences > Images and make sure that there is an image size called "phareddlx" and that is ticked for "Products". Link to comment Share on other sites More sharing options...
MrMcQ Posted October 23, 2010 Author Share Posted October 23, 2010 You're absolutely right! I may have to play with the sizing, but that's perfect to get me going. For some reason when I installed my theme, it didn't contain any preset directions for modules or other adjustments to make to the settings. I truly appreciate your assistance. You rock, rocky Link to comment Share on other sites More sharing options...
MrMcQ Posted October 23, 2010 Author Share Posted October 23, 2010 On second thought, rocky...I seem to be having an issue on the page now...the product elements seem to be going out of whack. If you click the link again you'll see. I've tried re-uploading the category.tpl and .php but to no resolve. I've also tried altering the thumbnail size and that has no effect. Suggestions?CORRECTION: It only seem to be occurring on my herbal supplements category page, though it looks like it STARTS to happen on my books/cookbooks category page mid-way. (?) Link to comment Share on other sites More sharing options...
rocky Posted October 24, 2010 Share Posted October 24, 2010 It's a theme issue. You need to clear some elements. Add something like the following: #center_column .products_block ul li.item { clear: left } #center_column .products_block ul li.alternate_item { clear: none } To fix the pagination at the bottom, change: /* pagination.tpl */ div.pagination { padding: 1em 0 } to: /* pagination.tpl */ div.pagination { padding: 1em 0; clear: both } Link to comment Share on other sites More sharing options...
MrMcQ Posted October 25, 2010 Author Share Posted October 25, 2010 Hmmm, doesn't seem to help. I've been trying to re-upload the original files, but nothing seems to work I'm trying to think if its a module that may be pushing it out of whack, or screwing with the css? Link to comment Share on other sites More sharing options...
MrMcQ Posted November 16, 2010 Author Share Posted November 16, 2010 Argh..its doing it again, rocky. Although, I think it might be happening because I added a new element to the product-listing (a piece of code that puts a custom quantity box for users to enter the number of items they want of that particular product*), and that may be pushing the sizing out of whack. Thoughts?*- Do you know if there is any way to add this to my cart instead of the product listing?...the up and down arrows are nice, but customers usually want large quantities of certain products which would be more convenient to just enter it in rather than click. Link to comment Share on other sites More sharing options...
rocky Posted November 17, 2010 Share Posted November 17, 2010 In PrestaShop v1.4, the quantity in the cart summary is a text field instead of a label, so you can edit the quantity instead of only using the +/- buttons. It's a difficult change to make though, so I can't explain how to make the change to earlier versions of PrestaShop. Link to comment Share on other sites More sharing options...
MrMcQ Posted November 17, 2010 Author Share Posted November 17, 2010 I gotcha..I suppose its no biggie when I can add it to the product listing page, and it already being on the product description page as well BUT this whole ordeal with the product listing page going haywire again is really an issue. Would you know any way to correct this product block misalignment problem? (before you go on vaca ) Link to comment Share on other sites More sharing options...
MrMcQ Posted November 30, 2010 Author Share Posted November 30, 2010 If theres anyone else having issues in their product listing page with product boxes mis-aligning, you can set the height to the boxes in your theme > css > global stylesheet under this set of code: ul#product_list li { width:346px; float: left; background: #E4E4E4 url(../img/top-h2.png) repeat-x; border-right : #CFCFCF solid 1px; border-bottom : #fff solid 1px; } I added a height of 200px, which was plenty of room to add whatever I needed. 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