Anyway what am I doing wrong?
https://bestantigua.com/shop/transfers/ ... y-transfer
Image of product

Images of admin

Code: Select all
. $d['s']['c']['btn']
Code: Select all
echo '<div class="'.$d['s']['c']['col.xs12.sm6.md6'].'"><label class="' . $d['s']['c']['btn'] . ' phTextAttributeInput ' . $active . '" style="background-color: ' . strip_tags($v2->color) . '">' . htmlspecialchars($v2->title) . $suffix . $d['required']['span'] . '</label></div>';
Code: Select all
echo '<div class="'.$d['s']['c']['col.xs12.sm6.md6'].'"><label class="'. ' phTextAttributeInput ' . $active . '" style="background-color: ' . strip_tags($v2->color) . '">' . htmlspecialchars($v2->title) . $suffix . $d['required']['span'] . '</label></div>';