You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
OK, I've installed the update. It required a lot more manual effort than I'd hoped but it seems to have gone relatively painlessly.
However, "checkout without account" - what has to be done to enable this option as it hasn't presented itself at checkout?
Offline
Can you clarify this for me?
Under:
STEP 4: Post-Update Manual Changes
Access the 'Home > ClickCartPro > Commerce: Orders and Checkout > Manage Processing Gateways' function. Choose to update all active (required) or all (recommended) gateways. Look in the 'Form Display Code' section for the string $this->globals('khxc_user.id'). Change that to $order['order']['email']. A few gateway entries do not contain this string - so do not update those.
You say to look for :
$this->globals('khxc_user.id')
But I actually see:
$this->globals('khxc_user.id'));
Can you clarify if I should keep the )" or delete that ?
Thanks,
Tony
The new Admin menu R-O-C-K-S btw ![]()
Last edited by wvuatl (10-03-2007 14:39:37)
Offline
Only replace:
$this->globals('khxc_user.id')
If there is another paren on the end that's part of an array declaration and you delete that you will seriously screw your processing up - so don't delete it. Only replace the string show. Thanks for asking and for the comments on the new admin. I like it too.
Offline
"checkout without account" - what has to be done to enable this option as it hasn't presented itself at checkout?
Default behavior for the store is to disable checkout without an account. To enable it, go to:
Home > ClickCartPro > Settings: Application Settings Menu > General Store Settings
And set 'Allow Guest Checkout' to true.
Offline
I found where the Guest Checkout setting was hiding.
Home > ClickCartPro > Settings: Application Settings Menu > General Store Settings
I have not tested but will revert.
Offline
Hi,
Can this update be ran on UK version or do we need to wait for greenbarn to publish a different one? I have versions KHXC 6.6.2 and GBU 6.0.3.
Thanks, Becky.
Last edited by rvr84 (10-03-2007 15:35:24)
Offline
GreenBarnWeb will need to publish updates prior to this update being available for GBU versions of ClickCartPro. In the interim, all GBU licenses are receiving KHXC 6.6.2 (now the older version of the core) and GBU 6.0.3 when running installs.
Offline
I was looking forward to completing the update tonight but i will have to wait a little longer for Greenbarn - at least i checked before starting!
Thanks
Offline
Hello:
Is there a way to change the button from 'Guest Checkout' to 'Checkout without setting up an account'? Or something like that?
Thanks.
Tim G.
Offline
Question to Nick or Mods,
I have had to do a lot of mods. I obviously backed it all up, but once I run the update, how will I get the mods back in? There were so many, I cannot remember each one. Any tips or suggestions?
K
Offline
It's going to be tough if you didn't keep detailed notes on what you changed. However, unless you were changing core files directly there shouldn't be much to check/change.
I'm in the process of building a set of diff files that should show exactly what changed with this update which may help (you and others).
Offline
I suppose that I have to run the whole process(all the steps) of upgrading if I want to have the "Checkout As Guest" feature, correct?
I'm asking this because I received on the e-mail a message from the wonderful people at Kryptronic that I need to execute only Step 3 in order to fix an error in one of the KHXC modules.
Offline
Yes, you have to install the complete update. The message only applied if you had applied the update before the time mentioned in the note. In your case, if you haven't yet applied the update, simply applying the update will get you everything including the corrected code mentioned in the note.
Offline
Hurray..Hurray. Did the upgrade with almost no problem. As Nick said earlier, the only problem I experienced and be very careful ( Under: STEP 4: Post-Update Manual Changes) was the Only replace:
$this->globals('khxc_user.id')
If there is another paren on the end that's part of an array declaration and you delete that you will seriously screw your processing up - so don't delete it. Only replace the string show.
I just added the ) and it works fine now.
Good luck people. If a computer idiot (like Me) has no problems you should be ok.
Offline
Is there a way to change the button from 'Guest Checkout' to 'Checkout without setting up an account'? Or something like that?
Yes. Go here:
Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes
Choose to update 'Checkout Account Link'. Look for:
print '<td><form action="' . $link_guestco . '" id="GUESTCO" method="post">';
print '<p class="khxc_quickform"><input class="khxc_quickbutton" type="submit" name="GUESTCO" ';
print 'id="GUESTCO--SUBMIT" value="Guest Checkout" /></p></form></td>' . $eol;Replace with:
print '<td><form action="' . $link_guestco . '" id="GUESTCO" method="post">';
print '<p class="khxc_quickform"><input class="khxc_quickbutton" type="submit" name="GUESTCO" ';
print 'id="GUESTCO--SUBMIT" value="Checkout Without An Account" style="width: 300px;" /></p></form></td>' . $eol;Notice the 'style="width: 300px;"'. You'll want to adjust that width so the button is wide enough to fit your text.
Offline
Problem on the Guest Checkout page...
Under the "Delivery Information" section, all of the Delivery Address information is aligned-right and forced into a narrow column like shown below. What's going on?:
John
Doe
123
Main St
Brick,
New
Jersey
08724
United
States
Is this intentional? or is there a problem in the code?
Bill G.
Offline
I'm using the default. I've made no changes at all in there.
Bill G.
Offline
Nick need your help with this one
our usa client never updated their install from 6.6.1 and ccp 6.03 we have now taken over maintenance of this site again, have noticed the new update available, read the help file regarding the new update and it cannot be done without requesting an update quote, does this mean that we have got to pay to get the free updates, is this always going to be the same if an update is missed along the way.
Please advise,
ps will not be especially pleased if we cannot do the update without cost, is the old update available anywhere so we can apply it?
Last edited by picstart (10-05-2007 06:35:58)
Offline
I applied Nick's code for changing the text for the guest checkout and it didn't make the 'box' bigger, but the text is there but 'centered' and off the right end of the box...what's up with that?
Offline
Update: the width=300 just makes the text start half an inch to the right - it doesn't make the 'box' bigger?
Offline
Nick need your reply with this one
our usa client never updated their install from 6.6.1 and ccp 6.03 we have now taken over maintenance of this site again, have noticed the new update available, read the help file regarding the new update and it cannot be done without requesting an update quote, does this mean that we have got to pay to get the free updates, is this always going to be the same if an update is missed along the way.
Please advise,
ps will not be especially pleased if we cannot do the update without cost, is the old update available anywhere so we can apply it?
Offline
pictstart-
I just updated the instructions to apply to all previous versions. The installer script itself will cascade the codebase updates, however the pre and post database updates as well as the manual changes prove tricky for versions that are not fully up to date. I just updated the instructions here:
https://central.kryptronic.com/public/n … 2007A.html
They should be pretty clear as far as what to do for previous versions now. I didn't want to post multiple update instructions initially until I did several to test them out.
Offline
thats understandable,
so just to check,
we can do all the sql updates for first and second update together prior to running the installer
after running installer we can do all post installer updates in one go
then all manual changes
or have i misunderstood the instructions
nick just noticed this link goes to error page https://central.kryptronic.com/KRYPT100 … ANUAL.html
Regards Picstart
ps thanks Nick, now we are looking after the site again once its up todate we should not be in this position again
Last edited by picstart (10-05-2007 15:12:18)
Offline
Same problem Step 5 - Post-Upddate Manual Changes - the link is broken:
https://central.kryptronic.com/KRYPT100 … ANUAL.html
Greg
Offline