VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: gsstephens on September 05, 2014, 16:59:14 PM

Title: Custom Field in Cart Attribute Area
Post by: gsstephens on September 05, 2014, 16:59:14 PM
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]
Title: Re: Custom Field in Cart Attribute Area
Post by: balai on September 05, 2014, 17:28:44 PM
Just go to the custom field and set "cart attribute" to No
Title: Re: Custom Field in Cart Attribute Area
Post by: gsstephens on September 05, 2014, 17:59:05 PM
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? 
Title: Re: Custom Field in Cart Attribute Area
Post by: balai on September 08, 2014, 10:22:33 AM
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
Title: Re: Custom Field in Cart Attribute Area
Post by: jenkinhill on September 08, 2014, 11:48:04 AM
Making text changes:  http://forum.virtuemart.net/index.php?topic=113895.0