superskyman100 Posted December 28, 2020 Share Posted December 28, 2020 (edited) Hi, I need to change this PHP code : if ($op == 4 && Tools::strlen($results[0]['description_short']) > 3) { $ok = 1; $results[0]['description_short'] = strip_tags($results[0]['description_short']); $results[0]['description_short'] = str_replace($list, " ", $results[0]['description_short']); $tab_keys = explode(" ", $results[0]['description_short']); } by the same code, using the long description variable instead of ['description_short'] what I call 'long description variable' is just the long product description that we use on the right tab on product/basic settings would it be ['description'] only ? I use PS 1.7.6.4 Thanks Edited December 28, 2020 by superskyman100 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now