Hi,
I'm using the 6.x Dev Version of Ubercart and wanted to make a Progress Bar viewable from Checkout to Order Confirmation please?
Thank you,
Giarnz
|
Ubercart |
|
|
|
||
|
Sun, 10/26/2008 - 08:40
Hi, Thank you, Giarnz
Re: 6.x Dev - Order Progress Bar
To do that, I just created a block that show the progress bar on a "content top" area. Block module allow to set up their visibility, so you can activate the block only for cart, cart/checkout, cart/review, cart/complete page...
Progress bar
What a great tip zmove, Thanks a lot! ...simple solutions are often the greatest ones! Thanks again.
Re: Progress bar
That might be a cool contrib, or possibly a patch. It'd simply need to be another block that Ubercart provides which can be enabled/disabled. How about posting it, zmove?
Re: Re: Progress bar
I added the cart progress bar (blocks) right after reading this thread... it looks great and it's great for the customers! Thanks for the idea!
Re: Re: Re: Progress bar
For a record & brainstorming, I found some links to Progress Bar design tips and some examples (scroll down the page for the examples) Note: I'm no way affiliated with the web site in question, nor know them at all, just linking because the great examples they're providing.
Re: Re: 6.x Dev - Order Progress Bar
zmove (post#2) wrote To do that, I just created a block that show the progress bar on a "content top" area. Block module allow to set up their visibility, so you can activate the block only for cart, cart/checkout, cart/review, cart/complete page... I am looking at doing the same thing, and I'm wondering if you created one block for each of the pages in the process with a specific image indicating the current step in the process. I believe i know how to do this, but if you had another way i would appreciate any input or suggestions.
Re: Re: Re: 6.x Dev - Order Progress Bar
great idea, this has been a part of my complaints about ubercart. well not complaint, but ways to improve.
Progress Bar
Thanks. Is there any out of box module for progress bar or we just have to make it? I am sure many would have already done that but somehow I am not able to find it. Am I missing something. Cheers!!
Re: Progress Bar
For those that don't want to code anything (PHP) just create THREE blocks: 1) Step 1 Checkout - only show on page: cart Enter this HTML in each box (input format = full html) <div class="checkout-progress">change Then style the html: /* CHECKOUT PROGRESS BAR */If you want to use some PHP, make one block, a couple of if's that check the url and set the on css class automatically. Of course, a module with some options would be cool, but it's such a simple block to just make on your own.
Sweet!
Created one for my cart...here's the PHP that builds the block, and I've attached an image of what it looks like after some stylin. I won't make any claims as to the quality of this PHP code, but it works. Can be seen at http://www.sportsciencelab.com. <?php
Re: Sweet!
cool. I'll probably switch to your code after checking it out.
vood002 wrote: Created one
Created one for my cart...here's the PHP that builds the block, and I've attached an image of what it looks like after some stylin... Thanks imstillatwork and vood002 for sharing, appreciated!
Hi,
Can I also not show the
Hi,
Progress Tracker module in Drupal
Progress Tracker module can resolve your issue This module can be downloaded from http://drupal.org/project/progress_tracker Progress Tracker |
|