hrm..
maybe I didn't explain properly in the extended version's readme files, this url field was a late addition, its not the same as the normal zencart one, this one appears within the book data list for the product in cart. (not below, as with the zencart 'normal' url)
The code you give, won't work, don't know why you found that...this is what should be there...
Code:
<!--bof Product URL -->
<?php
if ($products_book_url != '') {
?>
<p id="productInfoLink" class="productBook centeredContent">
<?php echo sprintf($url_text, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_book_url), 'NONSSL', true, false)); ?></p>
<?php
}
?>
<!--eof Product URL -->
So the template you quote isn't the same as what it should be
(both of the book info display templates in classic and default template folders), should have the comment 'mar 2006 book url activated as misc 5 jph'
as the top line in the code. Check that yours has that..)
In any case, go to the admin book info product page, look just below 'Private Notes' field, you should find the url field labelled as 'Product URL
(without http) '
This field is actually 'misc_5', so if you haven't got the url field entry box showing in book product's collect info page, maybe it needs switching on in the book product type, 'edit layout' section
p.m me if you have continuing probs, unsure quite whats up..
Bookmarks