Skip to content

Instantly share code, notes, and snippets.

View tivuno's full-sized avatar
💪
Preparing a bunch of modules for PrestaShop 1.7

tivuno.com tivuno

💪
Preparing a bunch of modules for PrestaShop 1.7
  • Milopotamos, Drama, Greece
  • 09:16 (UTC +03:00)
  • X @tivuno_com
View GitHub Profile
<?php
$xml = simplexml_load_file('arxeio1.xml');
$filters = $xml->xpath('products/product/filter');
foreach($filters as $filter) {
$feature_name = trim($filter->filter_name);
if ($feature_name == "ΙΣΧΥΣ/WATT") {
// Do something
echo "1<br />";
} elseif ($feature_name == "LUMEN") {