I have created additional field called products_qr
In database is already in the database, actually it's fully working QR code (example). Now i would like to move it to infobox. You know "if products_qr exists show infobox QR in right column.
File is already made, called "opomnik.php" in column_right.php
<?php if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'opomnik.php'); ?>
waiting for some code to enter into it to show QR code.
At the moment i have code in product_info
<td class="smalltext"><img src="<?php echo $product_info['products_qr']; ?>"></td>
which works ok.
Thanx for all help!
Edited by gregy, 27 February 2011, 19:50.














