Address is fine but the cost of shipping doesn't appear. It says: (Shipping and tax calculated on next page)
But when you go to the next page there are no shipping fees. It worked before but I obviously did something wrong. Any help is appreciated.
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
With the latest 1.3RC2 update Ropu has included the current 1.37 template files (as provided by Chainman), so no need for template merging, unless you have customized your login or shopping cart template pages or admin orders page.
So "compatibility" with PPEC is a non-issue.
Not sure what you mean by "fully supported".when it comes to accepting payments, this should be along with paypal part of the core/base files, and not a mod left to a few hard working people....but fully supported by the ZC developers and included in each new ZC release.
Keep in mind that DrByte is doing the updates on the PPEC (and PP IPN) mods along with supporting/developing Zen Cart proper. I don't think he has much time left over to also develop Google Checkout mod. But maybe he does and just does not require sleep
(Note the PPEC module had been changing almost as fast as the GC module, until recently.)
I'm sure the founders are happy to have ropu do the heavy lifting.
Including GC in core is good idea from the shopowner perspective (as good as including PPEC anyway). But that would have to wait at least after the mod is out of beta and that will be some time. And I suspect the support team would first need to agree to become a Google Checkout partner before it would ever become a built in payment module. And they would have to find the time and expertise to support.
Woody
Thanks woody for your response...I am going by the GCO version available in the downloads 1.0.4r...as it is still there I assumed that was the last stable version....by fully supported, I meant that any bug fixes, patches etc in both PPE and GCO be updated then rolled into the next upgrade of ZC as a whole.
I am not a big fan of paypal, and am excited by google checkout...but I guess I will have to wait a bit longer...I just wish you guys weren't alone on it, seems like a big job...
anyway, I do appreciate all the hard work everyone has done so far and am looking forward to it all coming together...
That makes sense. But I assume the class was loaded by config.core.php
(autoloader array for catalog application_top.php)
See http://www.zen-cart.com/wiki/index.p...als#InitSystem wikitutorials
At any rate, when I insert into tpl_product_info_display.php:
require(DIR_WS_CLASSES . 'shopping_cart.php');
above:
$cart = $_SESSION['cart'];
The page stops loading wherever the require was inserted.
I also tried making it the first line in the file after the comments in the header.
I also tried:
include(DIR_WS_CLASSES . 'shopping_cart.php');
include or require, either appears to have the same effect.
I observe the error in error log:
PHP Fatal error: Cannot redeclare class shoppingcart in /home/myaccount/public_html/myshop/includes/classes/shopping_cart.php on line 1878
Any more ideas?
Thanks again,
Woody
Get the much newer mod version. 1.3RC2_beta. Ropu posted a link to it on Friday.
ropu is the developer following up on the work others had implemented before him. He has taken this mod very far in the last month. It can be very difficult if more than one person is developing a mod. The left hand will not necessarily know what the right hand is doing. And note the mod is based on the Google Checkout API (and has to be maintained to support the API).
The rest of us are just shopowners whom are beta "testers'. You should be one too! Just download the mod, install, test and post your findings.
Woody
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
ropu,
The error log entry I reported appears to indicate that it is indeed loaded before the product info page displays.
And I have restarted my browser and observe same issue. Or do I have to do something special to kill the session? Should I empty the sessions table in the DB?
I also put the include at the bottom of application_top.php but then the site would not load.
Woody
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Bookmarks