
Originally Posted by
mc12345678
Picaflur-azul (Anne),
I thought I remembered seeing someone ask if this template was compatible with ZC 1.5.3 and tht the answer was yes... I also saw that lat9 had begun a thread about templates in the ZC 1.5.3 environment. (
http://www.zen-cart.com/showthread.p...s-URL-handling!). That thread seems to indicate that there is actually something that may need to be done to maintain compatibility with Zc 1.5.3. Perhaps that was already considered in the design of this template as I am not sure if that had already been incorporated back when this was put together and I have not personally reviewed the template to identify incorporation of her modifications.
I recommend reviewing the post(s) in the above thread and possibly updating your template(s) based on it.
There is only one change to the tpl_product_info_display.php file that would need to be made:
Code:
<p id="productInfoLink" class="docProduct centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>
to
Code:
<p id="productInfoLink" class="docProduct centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=product&products_id=' . zen_output_string_protected($_GET['products_id']), 'NONSSL', true, false)); ?></p>
This change only effects the product url field normally found toward the bottom of the page. I have found that not many people use this field. If you do use this field you would need to update the file. All other template functionality works with 1.5.3.
Thanks,
Anne
Bookmarks