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.

#26 05-05-2004 18:11:03

altmedic
Member
Registered: 11-07-2002
Posts: 346

Re: Display Progress Through Checkout

Thanks, Scoutch.  That fixed it.  I also chose a different color, just for emphasis.   smile 

Offline

 

#27 05-06-2004 09:46:45

jclanin
Member
From: Atlanta, GA
Registered: 05-05-2004
Posts: 164
Website

Re: Display Progress Through Checkout

Just wanted to say thanks for this mod.  I've installed on three stores with images for progress.  It works great!
 


Jim Clanin

Offline

 

#28 05-06-2004 09:52:53

scoutch
Banned
Registered: 07-03-2003
Posts: 3167

Re: Display Progress Through Checkout

It does, in fact, inform the user in a much better way. smile


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#29 05-06-2004 10:42:03

Jubba
Member
Registered: 03-25-2004
Posts: 91

Re: Display Progress Through Checkout

errr where do u get the progress bar images from?

Cheers

Jub

Offline

 

#30 05-06-2004 10:43:57

scoutch
Banned
Registered: 07-03-2003
Posts: 3167

Re: Display Progress Through Checkout

Since most of layouts are customized within CCP, you can build your own bars if you wanted too. It could then match with your layout.

Also, it'd be great to know if Eaglewolf offers progress bars with his skins package.


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#31 05-18-2004 12:52:37

Todd
Member
From: Kitty Hawk, NC
Registered: 04-01-2003
Posts: 553
Website

Re: Display Progress Through Checkout

Wow... I can't believe I didn't run across this mod earlier!  Great work!  Now I have to implement on a couple of sites.


there's more than one way to...



Offline

 

#32 05-26-2004 12:36:56

webed
Member
From: Cincinnati
Registered: 09-09-2003
Posts: 53
Website

Re: Display Progress Through Checkout

Greetings,

I have installed this mod with the images into my site and it works as advertised...except I can't get the last (#4) image to show up.

I get #3 when they enter the credit card info, then on the confirmation screen there is no image...where do I plug-in the code to get it to show up? is it in ste_chkout.pl or another file?

Thanks, Ed


Outside of a dog, a book is man's best friend.
Inside of a dog it's too dark to read.
Groucho Marx (1890 - 1977)

Offline

 

#33 05-26-2004 13:25:05

superhero2000
Member
From: Harrisburg, PA
Registered: 03-26-2003
Posts: 1025
Website

Re: Display Progress Through Checkout

Go to HTML Pages & Elements > Manage HTML Pages (system) > Online Store -Confirmation. 

Add your code for the final progress bar there.


Vinh
VQC Designs, LLC


Offline

 

#34 05-27-2004 12:37:49

superhero2000
Member
From: Harrisburg, PA
Registered: 03-26-2003
Posts: 1025
Website

Re: Display Progress Through Checkout

Ok, I don't know if anyone else who has implemented this Mod noticed a slight drawback to this Mod, but there is a minor one.

If you go the Checkout page when there is nothing in the cart, the 1st Progress Bar will still be displayed.   I can't seem to figure out how to prevent the 1st Progress bar from appearing here.  I know it requires an else > if statement within the ste_checkout.pl file.  Perhaps someone can code a workaround to this.


Vinh
VQC Designs, LLC


Offline

 

#35 05-27-2004 12:40:18

nav
Banned
Registered: 04-07-2004
Posts: 666

Re: Display Progress Through Checkout

I installed this MOD and it works perfectly. Perhaps by posting the lines where you think it has errors would be helpful.


______________________________________________

THIS USER HAS BEEN BANNED FROM THIS FORUM.

If this post contains any language related to
code samples, advice, etc., please read this
entire thread before making a decision to use
this post as a basis for any change to your
software installation.
______________________________________________

Offline

 

#36 05-27-2004 12:41:31

superhero2000
Member
From: Harrisburg, PA
Registered: 03-26-2003
Posts: 1025
Website

Re: Display Progress Through Checkout

Yes, it does work perfectly except for what I mentioned in my previous post.  Visit you checkout page with nothing in your cart and you will see what I mean. 


Vinh
VQC Designs, LLC


Offline

 

#37 05-27-2004 13:01:19

mattkrause
Member
From: Seattle, USA
Registered: 01-28-2004
Posts: 189
Website

Re: Display Progress Through Checkout

Nice find, superhero2000.  I am also using this mod, and so will be happy to hear from anyone who knows how to suppress the status message when the cart is empty.

Matt


Matt Krause
Website:

Offline

 

#38 05-27-2004 13:02:58

Brains
Member
Registered: 08-22-2003
Posts: 200

Re: Display Progress Through Checkout

Yes, it does work perfectly except for what I mentioned in my previous post.

That's why I chose to use the system messages as in the original posting of my MOD.



I don't get the progress bar unless the cart has an item.

BRAINS


International Award Winning Professional Web Design
MySQL Database Design, PHP
UK Hosting on Dedicated Servers
As featured in the Financial Times, ISP World and others.

Offline

 

#39 09-25-2004 17:21:41

Ed_H
Member
From: Smashachusetts
Registered: 09-12-2003
Posts: 397
Website

Re: Display Progress Through Checkout

I've been meaning to implement this mod since it was initially posted - a little slow getting around to it ;-).  Anyway, to suppress or replace the status message if the user's cart is empty follow these steps :

Remove  as added in the mod as originally posted.

Code:

Look for this subroutine:

#######################################################################
# Ste ChkOut Intro                                                    #
#######################################################################

sub ste_chkout_intro {



AND REPLACE WITH:

#######################################################################
# Ste ChkOut Intro                                                    #
#######################################################################

sub ste_chkout_intro {
print "<h3>Step 1 of 3 - Billing & Shipping Info</h3><BR>";

  Within the same subroutine look for the following:

Code:

#########
######### Get important information out of the shopping cart.
#########

&initialize_sub_require('ste_cart_get_info_proc');

&ste_cart_get_info_proc;

#########
######### If we have a minimum order set, however do not
######### meet the requirement, we need to present a message
######### and leave it at that.
#########

Add code as shown below:

Code:

#########
######### Get important information out of the shopping cart.
#########

&initialize_sub_require('ste_cart_get_info_proc');

&ste_cart_get_info_proc;

#########
######### If we have a minimum order set, however do not
######### meet the requirement, we need to present a message
######### and leave it at that.
#########

if ($cart_items_found >= "1") {

print "<h3>Step 1 of 3 - Billing & Shipping Info</h3><BR>";

} 

else {

print "Empty Cart Message.";

} ######### End of if statement.

I've added an 'Empty Cart Message' which can be dropped if you don't want to use it.

Offline

 

#40 07-12-2006 22:43:33

notreallysure
Member
Registered: 11-03-2005
Posts: 28

Re: Display Progress Through Checkout

will this mod work with tiki, whenever i try it this is what i get back in return

Code:

Script Execution Error
The following error was just encountered:

syntax error at /var/www/html/dcm/cgi-bin/library/modules/ste_chkout.pl line 3283, near "$currency = "$currency " syntax error at /var/www/html/dcm/cgi-bin/library/modules/ste_chkout.pl line 3308, near "$service_name = "$shiprealtimep_name" syntax error at /var/www/html/dcm/cgi-bin/library/modules/ste_chkout.pl line 3312, near "if ($service_mark ne "N" syntax error at /var/www/html/dcm/cgi-bin/library/modules/ste_chkout.pl line 3366, near "}" Compilation failed in require at /var/www/html/dcm/cgi-bin/library/common/initialize.pl line 292. 

please help

Offline

 

#41 07-14-2006 10:59:58

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

Re: Display Progress Through Checkout

Check to make sure that you have the matching quote marks (") in your code or that they have been esceaped properly. It looks like you have an open quote mark and it is closeing at the next occurance of " which in the first error line is at $currancy = ".

John

Offline

 

#42 07-14-2006 11:32:53

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

Re: Display Progress Through Checkout

I have just done the bassic mod on my Tiki site ( no pics ) and every thing is working fine.

John

Offline

 

#43 07-14-2006 14:49:28

notreallysure
Member
Registered: 11-03-2005
Posts: 28

Re: Display Progress Through Checkout

so are we replacing the following line all together?
&initialize_sub_add('ste_chkout_intro');

Offline

 

#44 07-14-2006 15:16:51

notreallysure
Member
Registered: 11-03-2005
Posts: 28

Re: Display Progress Through Checkout

i have tried all three of the below variations no matter i put i get the same error
i really would like to implement this mod but i just can't get it working... please advise
#######################################################################
# Ste ChkOut Intro                                                    #
#######################################################################

sub ste_chkout_intro {
&initialize_sub_add('ste_chkout_intro');
print "<h3>Step 1 of 3 - Billing & Shipping Info</h3><BR>";


#######################################################################
# Ste ChkOut Intro                                                    #
#######################################################################

sub ste_chkout_intro {
print "<h3>Step 1 of 3 - Billing & Shipping Info</h3><BR>";

#######################################################################
# Ste ChkOut Intro                                                    #
#######################################################################

sub ste_chkout_intro {
print "<h3>Step 1 of 3 - Billing & Shipping Info</h3><BR>";
&initialize_sub_add('ste_chkout_intro');

Offline

 

#45 07-15-2006 11:50:09

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

Re: Display Progress Through Checkout

Have you done any mods to you ste_chkout.pl script?

I have done some mods to my original ste_chkout.pl script so the line error numbers do not correspond to the area where you errors are being generated.

The errors start showing up in the Ste ChkOut Meth Realtime Proc which is a long way from where you are placeing this mod. Either there is something missing around where you are placeing  this mods code or there is something missing between the code you are placeing and where the errors start, which is a lot of code.

Try inputing the codes one at a time and test after each install to see if you get the errors, or at which one starts the errors.

John

Offline

 

#46 08-15-2006 15:43:59

dollyseller
Member
From: Dover, Kent, UK
Registered: 03-05-2006
Posts: 106
Website

Re: Display Progress Through Checkout

Hi
I have made the correct adjustments in ste_chkout.pl and I have changed the Order Confirmation page in admin - the mod  great, except that I must have gone wrong somewhere along the line - I have got the headers "Step 1 of 3 - Billing and Shipping Info" etc, but I have got  original Checkout headers still!
I am sure I deleted all the instances of $print_message_id = "64";
Any ideas how I can sort this?!
dollyseller


Life's too short...so get over it!

Offline

 

Board footer