Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zamoooik Friend
    #188705

    i would like to remove the DISCOUNT text in the shipping method configured, discount/fee displays after checking out in the checkout step 2 of the virtuemart shopping area: image below

    Regards


    1. image2
    phong nam Friend
    #498041

    Hi zamooik,

    There is no option to hide the discount & fee text in checkout step 2 in backend of VM component. You need to use some css trick by opening templates/ja_hawkstore/css/themes/red/vmsite-ltr.css, then put below codes into the end of file:

    #checkoutStep2 .vmshipment_cost {
    display: none;
    }

    * Put these codes into templates/ja_hawkstore/css/custom.css file if you enable Development Mode.

    zamoooik Friend
    #498281

    i have tried implementing the css as stated above it works but it stops displaying the price associated with the weight defined, i just want to remove the text discount/fee. another alternative from the php file would be preferable

    thank you

    phong nam Friend
    #498356

    Hi zamooik,

    You can open languageen-GBen-GB.com_virtuemart.ini, then find line:

    COM_VIRTUEMART_PLUGIN_COST_DISPLAY="Discount/Fee: "

    Then you can change with your desire texts.

    zamoooik Friend
    #498723

    yea thanks worked just fine

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

This topic contains 5 replies, has 2 voices, and was last updated by  zamoooik 11 years, 4 months ago.

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