Kryptronic Software Support Forum

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.

#101 10-03-2007 14:30:27

magwa
Member
Registered: 09-22-2007
Posts: 321

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#102 10-03-2007 14:38:43

wvuatl
Member
From: Atlanta, GA
Registered: 03-13-2004
Posts: 106
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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 smile

Last edited by wvuatl (10-03-2007 14:39:37)

Offline

 

#103 10-03-2007 14:44:25

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19990
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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.


Nick Hendler

Offline

 

#104 10-03-2007 14:46:19

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19990
Website

Re: Update RELEASED: Checkout Without Account & Other Items

"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.


Nick Hendler

Offline

 

#105 10-03-2007 15:11:06

magwa
Member
Registered: 09-22-2007
Posts: 321

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#106 10-03-2007 15:30:40

rvr84
Member
Registered: 05-13-2006
Posts: 80

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#107 10-03-2007 15:42:41

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19990
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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.


Nick Hendler

Offline

 

#108 10-03-2007 15:45:17

rvr84
Member
Registered: 05-13-2006
Posts: 80

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#109 10-03-2007 17:39:18

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#110 10-04-2007 05:50:32

PinkPanther
Member
From: USA
Registered: 07-11-2003
Posts: 216

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#111 10-04-2007 06:18:53

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#112 10-04-2007 08:46:02

mark3
Member
Registered: 03-19-2007
Posts: 86

Re: Update RELEASED: Checkout Without Account & Other Items

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.


"May The Open Source Be With You!"

Offline

 

#113 10-04-2007 08:53:43

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#114 10-04-2007 09:55:04

buck
Member
Registered: 08-13-2003
Posts: 112
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#115 10-04-2007 10:46:55

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19990
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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:

Code:

     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:


Code:

     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.


Nick Hendler

Offline

 

#116 10-04-2007 13:02:14

willow57
Member
Registered: 07-24-2007
Posts: 29

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#117 10-04-2007 13:21:57

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Update RELEASED: Checkout Without Account & Other Items

Are you useing the default ecomerce skin or did you make your own?

John

Offline

 

#118 10-04-2007 13:26:11

willow57
Member
Registered: 07-24-2007
Posts: 29

Re: Update RELEASED: Checkout Without Account & Other Items

I'm using the default. I've made no changes at all in there.

Bill G.

Offline

 

#119 10-04-2007 13:46:42

picstart
Member
From: United Kingdom
Registered: 07-11-2006
Posts: 428

Re: Update RELEASED: Checkout Without Account & Other Items

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)


"It may be my worst nightmare at present..... but soon it will be my dream"

Offline

 

#120 10-04-2007 21:37:13

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update RELEASED: Checkout Without Account & Other Items

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

 

#121 10-04-2007 21:38:36

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Update RELEASED: Checkout Without Account & Other Items

Update:  the width=300 just makes the text start half an inch to the right - it doesn't make the 'box' bigger?

Offline

 

#122 10-05-2007 06:37:45

picstart
Member
From: United Kingdom
Registered: 07-11-2006
Posts: 428

Re: Update RELEASED: Checkout Without Account & Other Items

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?


"It may be my worst nightmare at present..... but soon it will be my dream"

Offline

 

#123 10-05-2007 13:53:16

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19990
Website

Re: Update RELEASED: Checkout Without Account & Other Items

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.


Nick Hendler

Offline

 

#124 10-05-2007 15:06:13

picstart
Member
From: United Kingdom
Registered: 07-11-2006
Posts: 428

Re: Update RELEASED: Checkout Without Account & Other Items

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)


"It may be my worst nightmare at present..... but soon it will be my dream"

Offline

 

#125 10-05-2007 20:59:15

greg_oz
Member
From: Adelaide, Australia
Registered: 01-20-2007
Posts: 102
Website

Re: Update RELEASED: Checkout Without Account & Other Items

Same problem Step 5 - Post-Upddate Manual Changes - the link is broken:

https://central.kryptronic.com/KRYPT100 … ANUAL.html

Greg

Offline

 

Board footer