Regards identifying products which cannot be checked out with Google Checkout. For temporary purposes, until the Google Checkout for Zen Cart mod supports downloads, I added this to tpl_product_info_display.php
Code:
<!-- bof Google Checkout -->
<?php
if ($products_virtual = 1) {
echo '<div class="no_checkout">This download product is available through regular checkout. However currently it is not available via Google Checkout.</<br /><br /></div>';
}
?>
<!-- eof Google Checkout -->
Anyone know if Google provides a special image/icon to display for such items?
I still need to add the logic to test if the virtual downloads support checkbox in the Google Checkout payment module has been checked or not and also create a language define.
Woody
Bookmarks