News:

Looking for documentation? Take a look on our wiki

Main Menu

How to remove SHIPMENT ADDRESS?

Started by zvezdomir, May 11, 2014, 13:22:16 PM

Previous topic - Next topic

zvezdomir

Hi,

I really need to remove SHIPMENT ADDRESS. Here screenshot: http://awesomescreenshot.com/0842s9wm84. I searched the forum and tried everything I found from it, but nothing works.

Joomla! 2.5.19
virtuemart 2.5


Best Regards

GJC Web Design

virtuemart 2.5  ??????


with no live site of course can't give specific help but at least two ways

1. by css - on a standard template

.billto-shipto .width50.floatleft:nth-child(2) {
  display: none;
}
.billto-shipto .width50 {
width:100%;
}

2. otherwise just over ride template  templates/YOUR_TEMPLATE/html/com_virtuemart/cart/default_pricelist.php

line 20

<div class="billto-shipto">
   <div class="width100 floatleft">

line 52

<div class="width50 floatleft" style="display:none;">

[attachment cleanup by admin]
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

VM2.5.x were development versions for testing purposes only, so you are recommended to update to VM2.6.0a - as long as your PHP version is greater then 5.3.10.

http://forum.virtuemart.net/index.php?topic=79799.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

zvezdomir