bernardolira Posted November 23, 2009 Posted November 23, 2009 Hi all. I'm new to osCommerce -and not strong in PHP-, and I need to start an e-commerce site with a request from my customer. They need the categories box to have a totally different style than the rest of the boxes, including background color, font size and other stuff. I understand osCommerce provides a single pack of functions to manage all boxes, including the catalog box. My question is, should I create a "parallel" set of functions and an additional set of definitions in the CSS file? (And if so, what's the best way to do so?) I cannot stress how urgent this is... so any help will be totally appreciated! Best Bernardo
♥bruyndoncx Posted November 23, 2009 Posted November 23, 2009 look in the contribution area for a css based categories box (ul/li construction), that should be easier for you to style KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
npn2531 Posted November 23, 2009 Posted November 23, 2009 Here is a great contribution that has converted the boxes to CSS (stripped out the tables and replaced them with DIV tags). http://addons.oscommerce.com/info/6378 Oscommerce site: OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
Terminum Posted November 23, 2009 Posted November 23, 2009 This post mention's another solution that might help if the header of the box can be the same as other boxes: http://www.oscommerce.com/forums/topic/349276-reformatting-categories-box/page__view__findpost__p__1460329
Recommended Posts
Archived
This topic is now archived and is closed to further replies.