This script is a utility to help in updating text content of to the features on the pricing page. Download a CSV copy.
git clone [email protected]:C-Mejlak/csv-to-features.gitnpm installnode main.js <input-path> <output-path>Example let's say your CSV file is named features.csv. And it is located in the Dowloads directory. And you want save it as features.php in the Downloads.
node main.js ~/Downloads/features.csv ~/Downloads/features.phppbcopy < ~/Downloads/features.phpOpen the file web/app/themes/klicktipp/resources/assets/data/new-products-features.php and replace all content with what you've just copied.