os commerce edits and addons
Posted by: desbrina
Posted on: 2009-08-15 00:48:00
I'm trying to get it so that new lines are converted to <br/>. I've managed to do this on the product_info.php page by changing
In reply to:echo stripslashes($product_info['products_description']);
to
In reply to:echo nl2br(stripslashes($product_info['products_description']));
I'm now trying to change it for the product preview when adding a new product but can't figure out where to put it. Can anyone help with this?
Also
I'm running this site for my mum. She's asked about having an option for insurance if orders are over a certain amount (in the UK) or if being sent abroad. I'm not sure the best solution for this
I've asked about both of these on the support site but no luck as of yet