Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • wendyp Friend
    #194835

    Hi there, I’m using JA Vintas in our online store, I’d like to modify the ‘Show Cart’ page. I’d like to remove the top section of the cart page, ie the Registered User login box, as well as the Bill to and Ship to panel. I’d like only the content in the cart to show, with the ‘Check out Now’ button, as per my image attached.

    When visitors go to the next screen ‘Check Out Now’, they will then have the option to complete their registration or login.

    Many thanks.


    1. cart
    Ninja Lead Moderator
    #522986

    Please follow modification below:

    Open templates/ja_vintas/css/virtuemart.css file

    Change


    div.billto-shipto {
    background: url(../images/trans-w10.png);
    border: 1px solid #d4c9bd;
    margin: 20px 0 30px 0;
    padding: 20px;
    }

    div.page-heading {
    background: url(../images/dot-sep.png) repeat-x left bottom;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    }

    To


    div.billto-shipto {
    background: url(../images/trans-w10.png);
    border: 1px solid #d4c9bd;
    margin: 20px 0 30px 0;
    padding: 20px;
    display: none;
    }

    div.page-heading {
    background: url(../images/dot-sep.png) repeat-x left bottom;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
    }

    .cart-view .login-form {
    display: none;
    }

    Remember to clear cache from admin area after making those changes.

    wendyp Friend
    #523541

    Thank you Ninja Lead that has worked well. However this fix also removed the ‘Continue Shopping’ button, is it possible to have that button on the page but have removed the cart info? If not I can live with this change, it would be useful if it was retained though if possible.

    Also, I’m wondering if it’s possible to remove some additional heading text from the Add/Edit Billing Address Information panel: Below the Shopper Information fields, are the ‘Bill to’ fields, which then show duplicated lines of text. Can I remove the words ‘Shopper Information’ and ‘Bill to’ as per my attached jpg ?

    And lastly, in Australia we place the Zip / Postal code below the City. Is it possible to swap the order of those fields ? and if so, how is this done ?


    1. shopper
    Ninja Lead Moderator
    #523600

    <blockquote>this fix also removed the ‘Continue Shopping’ button, is it possible to have that button on the page but have removed the cart info?</blockquote>
    It seems you have sorted this out.

    You can remove or move the order of the fields from Shopper Field List of Virtuemark, see the screenshot


    1. shopperFieldlist
    wendyp Friend
    #523608

    Thankyou Ninja, I’ve used the Shopper Field list to successfully / correctly order the form fields.

    Now my only remaining query is to do with the ‘Continue Shopping’ button which was removed when I applied the fix you provided at the beginning of this thread. Please see my attached image to explain.

    The attached .jpg shows what I have at the moment, after applying the fix you provided and what I would like to have if possible.

    If the ‘Continue Shopping’ button was removed when we included the code *display: none* is it possible to add the ‘continue shopping’ button in some other way?


    1. cart2
    Ninja Lead Moderator
    #523968

    My apology. Please roll back Continue Shopping button on your site with this tweak:

    Open templates/ja_vintas/css/virtuemart.css file:
    Change

    div.page-heading {
    background: url(../images/dot-sep.png) repeat-x left bottom;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
    }

    To

    div.page-heading {
    background: url(../images/dot-sep.png) repeat-x left bottom;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
    }

    Let me know how it goes.

    wendyp Friend
    #525016

    Thankyou very much Ninja Lead – this is perfect and my problems are solved. Many thanks for your efficient support, it’s much appreciated.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  wendyp 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum