T.Rex Posted December 29, 2002 Posted December 29, 2002 Hi every1, I want to make the boxes in oscommerce having rounded tables. How can i achieve this . I myself tried it ,modifying the code etc. but ended up nowhere . if anyone has done this before , plz help me. :( Bye Rex
Ajeh Posted December 30, 2002 Posted December 30, 2002 In each of the boxes in /catalog/includes/boxes is a line similar to: new infoBoxHeading($info_box_contents, false, true, tep_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL')); You can individually define which corners are round or square. Round is true and Square is false. Be sure when testing to do a shift refresh to see the changes.
T.Rex Posted December 30, 2002 Author Posted December 30, 2002 No luck , i searched for that line u gave , i didn't find the exact match but found this :: new infoBoxHeading($info_box_contents,false,false); and changed the options to 'true' but the box remains the same :( . i have uploaded the cart here http://www.teravox.com/eshop/catalog/default.php
Ajeh Posted December 30, 2002 Posted December 30, 2002 Sorry ... you are using v2.1 from the looks of things and I was giving you a fix for v2.2 ... :shock: I am afraid I do not use v2.1 myself. Perhaps someone more familiar with it can help you better.
rseigel Posted December 30, 2002 Posted December 30, 2002 It would be easier if you'd upgrade to 2.2 first. A LOT has changed since 2.1.
T.Rex Posted December 30, 2002 Author Posted December 30, 2002 from where do i download v2 :shock: ? in the download section i see onl y'Preview Release 2.1' and snapshots of oscommerce 2.2 .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.