Thanks for the feedback Eva!
I found the issue
PHP Code:
<div class="buttonRow forward"><?php echo // '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
should have been
PHP Code:
<div class="buttonRow forward"><?php // echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_EDIT_SMALL, BUTTON_EDIT_SMALL_ALT) . '</a>'; ?></div>
Notice where the change where the "//" is at.
Ropu won't be happy if he sees it.
The function of the "Confirm Order" button is for other payment modules such as COD and CCs orders. I see that the best way to implement the GCO button is to use it in a shopping cart similar to Newegg's shopping cart page where tax is calculated based on your input of zip code and shipping rates can use the code already written for shipping estimator but it'll be zip code based as well instead of country selection