Post by cartgirl » Fri Oct 31, 2014 4:23 am

v. 1.5.6.4

We have text field options for our products.
When it is added to the cart, it is cutting of the text field at 20 characters.

How do I increase it so that it's not cut off when it gets to the cart?

thx!

Active Member

Posts

Joined
Fri Aug 03, 2012 10:12 pm

Post by uksitebuilder » Fri Oct 31, 2014 7:50 am

catalog/controller/checkout/cart.php

Code: Select all

						'value' => (utf8_strlen($value) > 20 ? utf8_substr($value, 0, 20) . '..' : $value)
either change the number from 20 to a higher number

or to dispay full length, change to

Code: Select all

						'value' => $value

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by cartgirl » Mon Nov 03, 2014 6:05 am

thanks :)

Active Member

Posts

Joined
Fri Aug 03, 2012 10:12 pm
Who is online

Users browsing this forum: Amazon [Bot] and 74 guests