Hello,
I installed VM 3 and I'm using the template Rockettheme Blue.
In this template there's a Shipping Box where you can choose a shipping/transport option.
The choises are standard seperated not only by a <div>
but also with a <BR>
...
I would like to remove this break from the template and seperate the items just with <div>
.
I searched and found the line <?php echo $shipping_method_html; // this prints all your shipping methods from checkout/list_shipping_methods.tpl.php ?>
in the files "onepage.logged.tpl.php" and "onepage.unlogged.tpl.php".
This file "list_shipping_methods.tpl.php" can't be found in the Rockettheme Blue template, but I did find it in the the Clean Simple template.
I copied over the file to the Rockettheme Blue template /overrides/list_shipping_methods.tpl.php and deleted the <br>
.
It doesn't seem to help...
Also tried to have the file in a folder /checkout/list_shipping_methods.tpl.php, but it also didn't help.
Can anyone please help me???
You seem to be mixing VM1.1 files with VM3 files. There is no list_shipping_methods.tpl.php but it was used in the no longer supported VM1.1 series.
Also there is no template Rockettheme Blue listed on the RT website.
http://forum.virtuemart.net/index.php?topic=108212.0
http://forum.virtuemart.net/index.php?topic=79799.0
Argh, I was mixing up the OnePageCheckout extension with the normal VirtueMart.
I'm very sorry for the confusion.