VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: djpollum on December 22, 2014, 15:36:59 PM

Title: Trying to delete a BR in the template
Post by: djpollum on December 22, 2014, 15:36:59 PM
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???
Title: Re: Trying to delete a BR in the template
Post by: jenkinhill on December 22, 2014, 16:21:15 PM
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

Title: Re: Trying to delete a BR in the template
Post by: djpollum on December 22, 2014, 17:08:24 PM
Argh, I was mixing up the OnePageCheckout extension with the normal VirtueMart.
I'm very sorry for the confusion.