Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Continue Shopping or Checkout Now - How to in V9

  1. #1
    MSD is offline Member
    Join Date
    Sep 2009
    Location
    EST
    Posts
    57

    Default Continue Shopping or Checkout Now - How to in V9

    Ok... all this new V9 is keeping me awake at night. Am I understanding getting these buttons like continueshopping.gif is going to require source code instead of styling it CSS like V8.

    MSD
    Started V8 switched half way to V9 /// I need a V9 Forum

    AspDotNetStorefrontML 9.0.1.3/9.0.1.3 AspDotNetStorefront ML 8.0.1.2/8.0.1.2

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Those can still be handled via CSS ({root}\App_Themes\Skin_1).

    Code:
    .ContinueShoppingButton
    {
    	background-image: url(images/tab_over.gif);
    }
    Name:  btn.jpg
Views: 43
Size:  4.1 KB

  3. #3
    MSD is offline Member
    Join Date
    Sep 2009
    Location
    EST
    Posts
    57

    Default Here is the CSS that I used

    Here is my end product... thanks for your response.

    MSD



    input.ContinueShoppingButton
    {
    border: 0;
    background-image: url(images/btn_continueshopping.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 208px;
    height: 30px;
    cursor: pointer;
    }
    input.CheckoutNowButton
    {
    border: 0;
    background-image: url(images/btn_checkoutbutton.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 208px;
    height: 30px;
    cursor: pointer;
    }
    Started V8 switched half way to V9 /// I need a V9 Forum

    AspDotNetStorefrontML 9.0.1.3/9.0.1.3 AspDotNetStorefront ML 8.0.1.2/8.0.1.2