How to change the border color of the checkout order comment box in VirtueMart?

In order to change the border color of the text box, where you can enter your customer notes before confirming the order you should edit thecomponents/com_virtuemart/themes/default/templates/checkout/get_final_confirmation.tpl.php file. 

Include the following attribute in the textarea line:

style="border-color:COLOR"

Replace the COLOR string with your preferred color (you can use a name or a HEX number).

The modified line will look as follows:

<textarea style="border-color:blue" title="<?php echo $VM_LANG->_('PHPSHOP_CHECKOUT_CUSTOMER_NOTE') ?>" cols="50" rows="5" name="customer_note"></textarea>

You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to remove recently viewed products from the homepage in VirtueMart?

You can disable the visualization of the recently viewed products from your web site's front end...

How to set maximum purchase value in VirtueMart?

The VirtueMart script allows you to set the minimum sum per a purchase. This can be done from the...

How to hide the Add to Cart button for non-registered users in VirtueMart?

In order to hide the Add to Cart button for non-registered users edit...

How to install a language pack in VirtueMart?

First you should install the chosen language pack for Joomla. You can find detailed instructions...

How to change the ”Recommend to a friend” message in VirtueMart?

The Recommend to a friend link in the products details pages can be enabled from the Joomla...