hi,
i am adding barcode to my product listing and need help putting the code in, i need to add this code to product listing
i need to add it herePHP Code:<div id="barcodeimage"><IMG SRC="barcode.php?barcode=<?php echo $listing->fields['products_ean']; ?>&width=320&height=200"></div>
PHP Code:$lc_text .= '<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . (($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . $listing->fields['products_name'] . '</a></h3><div class="listingDescription">' . zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';
hope someone can help. then im going to hide the barcode on stylesheet and only let it show when printing for instore use with barcodes but cant seem to get it added and work
http://www.onyourbike.co.uk/clearanc...rthern-ireland
thank you for any help
bryan


Reply With Quote
