View Full Version : google checkout install instructions dont match current fallback template
spuhg
12-31-2009, 06:43 PM
hi
the code to replace shown in the GC instructions for editing fallback is different than the code in fallback.
are there more recent instructions that match the current fallback anywhere?
thanks
trochia
01-01-2010, 03:25 AM
Are you speaking of version 2.0.4 of osCMax?
Recent download.
Jim
spuhg
01-01-2010, 12:59 PM
hi
right, here is the GC install instruction for editing fallback/shopping_cart.tpl..php:
----------------------------------------------------------------------------
6. /catalog/templates/fallback/content/shopping_cart.tpl..php LINE 173
================================================== ==========================
REPLACE:
</table></td>
</tr>
<?php
} else {
?>
WITH:
</table></form></td>
</tr>
<tr>
<td>
<?php
// ** GOOGLE CHECKOUT **
// Checks if the Google Checkout payment module has been enabled and if so
// includes gcheckout.php to add the Checkout button to the page
if (defined('MODULE_PAYMENT_GOOGLECHECKOUT_STATUS') && MODULE_PAYMENT_GOOGLECHECKOUT_STATUS == 'True') {
include_once('googlecheckout/gcheckout.php');
}
// ** END GOOGLE CHECKOUT **
?>
</td>
</tr>
<?php
} else {
?>
----------------------------------
and here is /shopping_cart.tpl..php code area to replace:
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></td>
</tr>
<?php
} else {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
</tr>
the code the GC instructions say to replace doesn't even exist!
thanks
trochia
01-01-2010, 04:30 PM
Sorry, can't help you...as I think things are screwed up in 2.0.4...as even in the /fallback for 2.0.4, it is so different than 2.0RC3...and I have not been able to get Authnet AIM to process...and I have not seen where anyone else has truthfully.
spuhg
01-01-2010, 04:55 PM
hi
i thought 2.03 had 2 files deleted for security reasons, and thats what 2.04 is, just 2.03 minus 2 files?
also, authorize.net aim works in 2.03.
also does 2.03 = 2.0RC3?
thanks
trochia
01-01-2010, 05:11 PM
No, 2.03 is not 2.0RC3
spuhg
01-06-2010, 11:11 AM
hi
does any one know how to install GC?
the code in the GC install instructions doesnt match the code in shopping_cart.tpl.php?
thanks
trochia
01-07-2010, 04:37 AM
Sorry I have not had time to try that payment method...it's on my task list as needed...but still trying to get thru the affiliates and coupons fixed...
As I see no reasong to "take a payment...if the rest isn't working :m&mthing:
Powered by vBulletin® Version 4.2.0 Copyright © 2023 vBulletin Solutions, Inc. All rights reserved.