X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   adding status to jons ezy checkout mod (https://forum.x-cart.com/showthread.php?t=16125)

slade 08-24-2005 04:18 AM

adding status to jons ezy checkout mod
 
hi ive been trying to figure out how to make a completion status on jons ezy chekout mod so it will be %0 den when it goes to login %25 den method %50 and so on heres a screen shot of wat ive got so far but i cant get it to change in the next steps ne help much apreciated :)

http://www.restrainonline.com/checkout.gif

Dongan 08-24-2005 05:19 AM

Why don't you take help from Jon for this. He can do this since he knows even the bit of codes of his mod.

A progress bar would be the nice one.

Jon 08-24-2005 07:41 AM

In the skin1/customer/home_checkout.tpl you can see the code for which tab to display. You can use the same code to indicate where the status indicator should be.

slade 08-24-2005 12:48 PM

hi jon thanks for your reply i have manage to get the status bar to change once after that it goes back to %0 i dnt know how to make it keep changing with the steps

Jon 08-24-2005 02:22 PM

Code:

{if $mode eq ""}0%{/if}
{if $mode eq "checkout" && $login eq ""}25%{/if}
{if $mode eq "checkout" && $login ne "" && $paymentid eq ""}50%{/if}
{if $mode eq "checkout" && $login ne "" && $paymentid ne ""}75%{/if}
{if $mode eq "order_message"}100%{/if}


Please feel free to enter an ezCheckout testimonial:
http://www.websitecm.com/store/customer/product.php?productid=69

slade 08-24-2005 03:00 PM

Thankyou very much jon i will put a testimonial on your site your mod is awsome! :D

dfawdon 11-25-2006 01:19 AM

Re: adding status to jons ezy checkout mod
 
Slade / Jon

The progress bar images make a big difference to the feel of the checkout, would you share your code to add the extra tab Slade ?

Dave.


All times are GMT -8. The time now is 02:34 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.