VM 2 2.6.8
Joomla 2.5
Rockettheme
http://coastal.bigmonstermarketing.com/index.php/tactical-class-iii/2014-07-09-23-51-47/smith-wesson-m-p-9mm-detail
On this page I would like to remove the Radio Button and the "No Additional Charge" verbiage. I would like the "READ BEFORE 'Adding to Cart'" to be in red and linkable and would like the attached image go be centered below the verbiage.
Thanks in advance to the community for the awesome support.
[attachment cleanup by admin]
Just go to the custom field and set "cart attribute" to No
I want the image and the "READ BEFORE 'ADDING TO CART'" to remain in the cart area. I just want to get rid of the radio button and the "No Additional Charge" If i set it to No "cart attribute" would it not remove it from the cart area?
Then you have to write some css like:
.addtocart-area input[type=radio]{
display:none
}
You can change the "No Additional Charge" from the VM language files. Just open the VM component's labguage file and find that.
Then change it to whatever you like, even blank
Making text changes: http://forum.virtuemart.net/index.php?topic=113895.0