geethu Posted February 6, 2013 Posted February 6, 2013 In Easy populate csv the fildes are displayed as v_products_name, v_products_model etc.. Can we change this 'v_' abd give other names that we need? How can we do that. Pls do reply
♥bruyndoncx Posted February 6, 2013 Posted February 6, 2013 it assumes that fields to import are prefixed with 'v_' it is kinda hardcoded, but you could change that if you wanted to, as long as it is a distinct string and resplaced in all places ... and you can add other fields quite easily in the latter versions of easy populate, but you need someone who understands a little php, it is not hard, just not forgiving for any typing error KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
geethu Posted February 7, 2013 Author Posted February 7, 2013 My client want to change the name v_ and use proper names. I found it difficult to change that. any help will be great
Recommended Posts
Archived
This topic is now archived and is closed to further replies.