PDA

View Full Version : It's me again


webstage
7-19-05, 01:26 PM
Is there a way to display the products in a catagory like the New Products area displays products? 3 single product pictures in a row then 3 more...etc. instead of a row of one product with info and a buy now buton then another under that and so on.

Is there a way (instead of going in and adding HTML in the pages), to add a price with a slash through it...such as saying the price was this or is this in the real store but online it's another...or sale price this....and the old price has a slash through it visible to the customer?

Where are the buy now and checkout gif's hiding so I can change the way they look?

J

webstage
7-19-05, 01:47 PM
Where would I change the text in Shipping, Privacy Notice and Conditions?

also,
I want to change all corners of the info boxes to square. I found the gif in the images folder, but can't find in any of the php pages where it points to it. Is this a php page change or a stylesheet?

TIA

J

webstage
7-19-05, 02:02 PM
I found the buy now buttons.

Also, the html use in the Product description box was the best info I've got since sliced bread!

stevel
7-19-05, 04:37 PM
Almost all text displayed comes from one of the files under catalog/includes/languages. For English, there is an english.php with text that can be displayed on more than one page. In the english subfolder, there are files with the same name as the actual PHP pages, shipping.php, for example. This is where page-specific text is defined.

What you really want to change for the box corners is arguments to a call to an infobox class routine. When I get home (and if the power is back), I'll point it out. There are two arguments, one for each corner, saying whether it is a left corner or right corner. If you change the "true" to "false" for both, you'll get square corners.

I think osC has a built in sale price feature. I've never used it.