New Zenner
- Join Date:
- Dec 2007
- Posts:
- 53
- Plugin Contributions:
- 0
Changing Units: X on product lisitng to custom text
Hi Everyone,
I will probably need an experienced zenner to answer this one.
I have changed "Units:" in english.php to read "Order in:".
I now need to add 's after the $UnitQuantity in the code so that my listing read like this:
Order in: 6's rather than Order in: 6
I have searched the code and found this in functions_prices.php
if ($check_units > 1) {
$the_min_units .= ($the_min_units ? ' ' : '' ) . PRODUCTS_QUANTITY_UNIT_TEXT_LISTING . ' ' . $check_units;
}
I think this is what I want, however no matter how i try adding 's or 's to the end of $check_units it does not show on the product listing.
How can I get that little old 's to show after my unit quantities?
Many thanks.