-- HikaShop version -- : 2.3.3
-- Joomla version -- : 2.5.27
-- PHP version -- : 5.4
-- Browser(s) name and version -- : ie 11 and chrome 38.0.2
-- Error-message(debug-mod must be tuned on) -- : Failed to load resource; net::ERR_CHACHE_MISS
So I'm pretty stuck here. I've used the instructions and reference graph here:
www.hikashop.com/support/documentation/1...ize-the-display.html
But my "Product Category Listing" links are now displaying as lists since I changed the global display front end to "none". So, I've got a menu item that's a "Div" type layout, Products type content, and item type layout is Image and Title.
Here's the rub. I'm looking at the source and the products are listed out via a "ul" element classed with "thumbnails". So after hunting for an hour, I just yanked ALL the view files down locally, and then used Dreamweaver to search those files for "<ul class="thumbnails">. It only found 2 files, listing_div.php, under the category and product view folders. So, I applied some css to both of these files, uploaded them, and it's nowhere on the page.
So, imagine my confusion when the ONLY two files that contain that markup have now been edited, yet the edits don't appear in the source of the refereshed pages.
PLEASE help me figure out where the hell to edit this stuff. All I want to do is put my own css on the product listings. I'm pretty good with css, php, and html - yet I'm at a loss.
As a complete side note - the cart module that's included won't render in Chrome, the error I attached on this thing is what it's spitting on page in the backend, and just gives me a blank space where the "1 item for $xx.xx" should be.