Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product tabs


Guest

Recommended Posts

Posted

Hello

 

I have this add on - http://addons.oscommerce.com/info/8536 and works good just one little problem

 

I get the following show on the front end at the end of each line

 

\r\n

 

so it looks like the following

 

16 ml in each bottle\r\nLuxury Style Bottles\r\nAvailable in White, Clear, Peach, Purple, Red, Pink and Black

 

I tried the support forum for it and no one is yet to reply so not sure if it is still active, I have sent a message to the developer but no reply yet, I did google it but no joy, oh sorry did try one way someone said by changing some coding the html_output.php file but didn't work

 

Any ideas

 

Sorry

 

Ian

Posted

@@ianhaney

This is code for:

\n = CR (Carriage Return) // Used as a new line character in Unix

\r = LF (Line Feed) // Used as a new line character in Mac OS

 

And if they are showing in the output they are properly not correctly escaped in the code, or wrong type of ' or " is used.

Posted

ok cool any ideas how to fix it, im not sure if its in the product_info.php file or any other file like general.php or html_output.php file

Archived

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

×
×
  • Create New...