Does anyone have a store with this feature working on it? I would love to take a peek to see how it will look to a customer.
I am hoping that this mod will be the absolute last addition to my cart before I think about going live!
Does anyone have a store with this feature working on it? I would love to take a peek to see how it will look to a customer.
I am hoping that this mod will be the absolute last addition to my cart before I think about going live!
[FONT=Tahoma]- S[FONT=Verdana]teph -
Fetch Designs: Standards Compliant Web Design
[/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
[/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
www.PinkPuppyDesigns.com[/FONT]
What file do I put the code for the google tracking code in? I am starting to get confused now.
This is what I have in mine:
Are you saying to delete the line if (empty($selection[$i]['noradio'])) { even though it's part of ZC 1.3.7 template?PHP Code:
<?php
$radio_buttons = 0;
for ($i=0, $n=sizeof($selection); $i<$n; $i++) {
?>
<?php
if (sizeof($selection) > 1) {
if($selection[$i]['id'] == "googlecheckout")
continue;
if (empty($selection[$i]['noradio'])) {
?>
<?php echo zen_draw_radio_field('payment', $selection[$i]['id'], ($selection[$i]['id'] == $_SESSION['payment'] ? true : false), 'id="pmt-'.$selection[$i]['id'].'"'); ?>
<?php } ?>
<?php
} else {
?>
<?php echo zen_draw_hidden_field('payment', $selection[$i]['id']); ?>
<?php
}
?>
please, download this file
http://google-checkout-zencart.googl...n/htaccess.php
and put it under admin/
run it from there.
u should have perms
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
When I was getting my Google Analytics set up it wanted me to put a tracking code on every page in my web site I want it to track. And for the life of me right now I don't remember what file to put it under. Or do I even need to worry about that?
I am assuming that running that file should create 2 files in the googlecheckout folder? That did not happen. I have pasted below the result of running that file:
.htaccess file:
<<<Start---
AuthName "Google checkout Basic Authentication"
AuthType Basic
AuthUserFile /var/www/html/googlecheckout/.htpasswd
require valid-user
---End>>>
.htpasswd file:
<<<Start---
sandboxaccount(was here):JztdoYcegScMQ
productionaccount (was here):tb37Ly2XWynww
---End>>>
what does the bolded line about valid-user mean?
Also, is there a way to find out if PHP is install over CGI because I do not believe that's the case with mine. Do I need to comment out a block of code from responsehandler.php before running htaccess.php?
It would really help if there is a more straight forward approach to installing this mod.
Things like:
To check if your PHP is install over CGI do the following....
IF your PHP is install over CGI, perform the following steps in order...
Something simpler not all these try and error process. There has to be a consistent way of installing Google Checkout instead of all the work arounds for each person.
This is a great mod when it works! Thanks!
yes, it supposed to create both files!
do you check the boxes "Check if dir exists:" and "Create Files:" ??
the require valid-user is a directive of htaccess that tells the browser to look for valid users in .htpasswd
you DONt have to comment any code in responsehandler.php just need to enable or disable this feature from the amin UI!
just set tru to thisand add the htaccess with the script. .HTML Code:.htaccess Basic Authentication Mode with PHP over CGI? This configuration will disable PHP Basic Authentication in the responsehandler.php to validate Google Checkout messages. If setted True you MUST configure your .htaccess files here.
i take notes about an easier readme file. thanks for your feedback
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
if you want to track more pages of your site, you must add that JS code.
The feature i added automatically adds that code to all the pages where the Google Checkout Button appears, also add a feature that joins Google Analytics with Google Checkout. As the link says you must activate in google analytics the e-commerce compatibility.
http://code.google.com/apis/checkout...merceReporting
no need to do anything else.
any doubts please ask me, ill add it to the docs. im trying to have better doc, but not to easy and i dont have plenty of time, sorry for that.
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Bookmarks