pochee Posted February 20, 2011 Share Posted February 20, 2011 Hi, I'm using the oscommerce 2.3.1 and trying to remove/swap the boxes, but it's funny I couldn't find the file catalog/includes/column_left.php or right? Also, I tried to add the rounded corners to the info boxes on the left or right columns which need to be edited from catalog/includes/boxes. But I can't locate the folder "boxes". I tried to redownload the package, but the files / folder aren't there too. Could someone help me out please. Am i using the wrong version, looking at the wrong folder or blinded? Link to comment Share on other sites More sharing options...
FIMBLE Posted February 20, 2011 Share Posted February 20, 2011 You can do the moving of teh boxes via your admin in 2.3.1, the boxes are now in includes / modules / boxes the column left & right are not in the file includes / template_top.php if (!$oscTemplate->hasBlocks('boxes_column_left')) { $oscTemplate->setGridContentWidth($oscTemplate->getGridContentWidth() + $oscTemplate->getGridColumnWidth()); } if (!$oscTemplate->hasBlocks('boxes_column_right')) { $oscTemplate->setGridContentWidth($oscTemplate->getGridContentWidth() + $oscTemplate->getGridColumnWidth()); } Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
pochee Posted February 20, 2011 Author Share Posted February 20, 2011 Thanks Nic, Didn't realise that it can be done through the admin panel and I must have missed it. Cheers. Link to comment Share on other sites More sharing options...
pochee Posted February 20, 2011 Author Share Posted February 20, 2011 Also, where would i be able to set the size (width x height) for the product thumbnails? Or automatically resizing? Thank you. Link to comment Share on other sites More sharing options...
♥14steve14 Posted February 21, 2011 Share Posted February 21, 2011 Look in your admin configuration images. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.