sakrafanas Posted September 17, 2012 Share Posted September 17, 2012 (edited) PROBLEM SOLVED! I used Jquery to hide numbers. Modified blocklayered.js file. ------------------------------------------- Hello, i sorted product features with 01. 02. 03. in front and now i don't know how to hide these unnecessary characters from block layered module. I followed this topic: http://www.prestasho...post__p__504198 to hide numbers from product and compare pages. But no succes with block layered. Please help! Edited September 18, 2012 by sakrafanas (see edit history) Link to comment Share on other sites More sharing options...
Troglobyte Posted November 3, 2012 Share Posted November 3, 2012 Cool, but please, can you explain exactly HOW did you solved this problem? Thanks. Link to comment Share on other sites More sharing options...
gsv1982 Posted November 9, 2012 Share Posted November 9, 2012 Help. Need help!!! Link to comment Share on other sites More sharing options...
gsv1982 Posted November 23, 2012 Share Posted November 23, 2012 blocklayered.php 3086 case 'id_feature': replace 'name' => $feature['feature_name'], 'name' => $feature['feature_name'] = preg_replace('/^[0-9]+\./', '', $feature['feature_name']), 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