Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Jul 2012 at 10:12 UTC
Updated:
8 Dec 2015 at 05:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cookiz commentedhttps://code.drupalcommerce.org/#/c/179/
Comment #2
cookiz commentedComment #3
bojanz commentedThere is no reason to tie this functionality to the product features.
The module should be in the install profile info file, and the install profile should variable_set the three needed variables.
The block placement should happen during install as well.
This is a good time to cleanup the block placement in the install profile, because for demo_store it's done in hook_install() while for no_demo_store it's done in
_commerce_kickstart_setup_omega_theme (commerce_kickstart.install_callbacks.inc).
Comment #4
guguss commentedComment #5
theo_ commentedComment #6
Bojhan commentedI will work on a design for this, next week.
Comment #7
theo_ commentedhttps://code.drupalcommerce.org/#/c/179/2
Comment #8
guguss commented@Bojhan : Could you provide a design to theme that progress bar.
Comment #9
Bojhan commentedI noticed that throughout the theme, we make use of pointy or > style on horizontal panes. Therefor I decided that would be the best styling here too. I have added it, an example is shown below.
I have tried to keep the styling to a minimum, arguably we want to add a background pane to the wizard. But much of this requires a complete visual overhaul of the checkout process.
Blue is used for the "active/current page".
Gray is used for all other pages.
The text step is green (#3aae3f), when you have successfully filled it out.
Comment #10
guguss commentedComment #11
cookiz commentedNeeds review : https://code.drupalcommerce.org/202.
Comment #12
bojanz commentedMerged.
Will need IE7 / IE8 tweaks (IE9.js pending whitelist approval)
Comment #13
cookiz commentedIE7-js has been whitelisted,#1699884: Please whitelist ie7-js
Comment #15
delacosta456 commentedHi
Please i would like know how to have the checkout progress bar without commerce module using entiyform and not webfom module?
thanks