Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add text under products listing.


Guest

Recommended Posts

Posted

Hi.

Need to add text directly below the product listning. Something like "the product may differ from the displayed picture".

I suppose this is done in the index.php, but where?

 

Any help appreciated.

Posted

in includes/modules/product_listing.php if you want it with each listed product or at the bottom of the page.

This way it will also be available when using the search functionality.

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

Posted

a-humm...

Not very familiar with the code :unsure:

Could you give a few -howto's- and where in the file to place the text.?

 

Regards.

K

Posted

It's Ok - i figured it out.

Not a particularly hard thing to figure out, but i'm not familiar with coding, so....

But, for anyone interested; i added the following lines at the bottom of the file:

 

<table border="0" width="100%" cellspacing="0" cellpadding="2">

<tr>

<body>

<p><font face="verdana" size="1">PUT YOUR TEXT HERE</p>

</body>

</tr>

</table>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...