Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Insert additional field into infobox


  • You cannot reply to this topic
No replies to this topic

#1 gregy

  • Community Member
  • 678 posts
  • Real Name:Gregor
  • Gender:Male
  • Location:Slovenia, Celje

Posted 27 February 2011, 19:49

Hi guys

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.