-
AuthorPosts
-
July 5, 2013 at 12:52 am #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
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 5, 2013 at 5:11 am #498041Hi 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.
July 8, 2013 at 12:52 pm #498281i 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
July 9, 2013 at 2:31 am #498356Hi 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.
July 11, 2013 at 12:55 pm #498723yea thanks worked just fine
AuthorPostsViewing 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
Virtuemart: How do i remove the discount/fee text that displays in checkout step 2
Viewing 5 posts - 1 through 5 (of 5 total)