Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • methawee Friend
    #188782

    Hi All,
    How to remove vote Add to cart and reviews ? Could you help me please and please see the attach file too.
    Regards,
    Meth


    1. remove
    Ninja Lead Moderator
    #498413

    + You can download and copy my attachment file to: templatesja_hawkstorehtmlcom_virtuemartproductdetailsdefault.php ( Remember to backup the old file)

    + Remove Rating: you can config and disable it from Admin site:

    Go to Admin site -> Components -> Virtuemart -> Shopfront -> Show Rating -> set None

    + Remove Add to Cart

    Open templates/ja_hawkstore/css/vmsite-ltr.css file

    from

    .productdetails-view .addtocart-bar {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5
    border-bottom: 1px solid #e5e5e5
    }

    change to

    .productdetails-view .addtocart-bar {
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5
    border-bottom: 1px solid #e5e5e5
    display: none;
    }

    Hope it helps.


    1. default.zip
    methawee Friend
    #498440

    Hi Ninja Lead,

    Thank you very very much I got it NOW!

    Best Regards,
    Meth

    methawee Friend
    #498444

    Hi Ninja Lead,

    It’s me again I am sorry to make you hard time again. For the remove Add to Card inside the categories page working good I can remove it.
    But for the homepage(front page) is NOT REMOVE it yet? Do I do something wrong or I need to put the code somewhere again please help Sir.I do attach the picture to let you see too.
    Thank you very much,
    Meth


    1. remove1
    Ninja Lead Moderator
    #498485

    This way will help you to disable it

    Open templates/ja_hawkstore/css/vmsite-ltr.css file

    From

    .vmgroup .vmproduct.productdetails .addtocart-area span.addtocart-button {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    }

    Change to

    .vmgroup .vmproduct.productdetails .addtocart-area span.addtocart-button {
    float: none;
    width: 100%;
    display: none;
    margin: 0;
    }

    methawee Friend
    #498566

    Yes,
    I got it thank you again and again.
    Meth

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

This topic contains 6 replies, has 2 voices, and was last updated by  methawee 10 years, 10 months ago.

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