Order tag and price in product details

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Feb 13, 2013 12:37 pm
prices-yorshop.png


I would like to change the order between "Price" and "Price tag", this is, I would like to show:

"price tag": "price"€

But I don't find how to do it.

Could you help me please?

Thanks in advance!
User avatar
Expert Boarder

teitbite
Thu Feb 14, 2013 7:00 pm
Hi

You will need to edit /html/com_virtuemart/productdetails/default.php and simply change placed of this code there :)
User avatar
Moderator

GK User
Fri Feb 15, 2013 12:08 pm
Hi

I've trying that before and it gave me an error can you help?

This is the line I changed

linea.png


The line is the 202

Thanks!
User avatar
Expert Boarder

teitbite
Fri Feb 15, 2013 5:38 pm
Hi

Show me an example of a page where You want to change it.
User avatar
Moderator

GK User
Sun Feb 17, 2013 5:06 pm
User avatar
Expert Boarder

teitbite
Tue Feb 19, 2013 7:16 pm
Hi

Please add this code to css:

Code: Select all
.spacer-buy-area .PricesalesPrice span {
    float: right;
    margin-left: 10px;
}
User avatar
Moderator

GK User
Wed Feb 20, 2013 5:14 pm
It doesn't work

I need to insert an space between tag and price, and change the order from "price:pricetag" to "pricetag:[somespace]price"

I hope you understand me :)

Thanks in advance.
User avatar
Expert Boarder

teitbite
Wed Feb 20, 2013 8:07 pm
Hi

This code is to make it look like You want it. It's not working, because I do not see it added to website. Works for sure. I've tested it. If You have problems with adding it please send ma an access to joomla panel.
User avatar
Moderator

GK User
Thu Feb 21, 2013 10:52 am
I added it to override.css and it only change the left margin, not the order to:

Precio de venta: 653,40€

:)

http://www.demos.webexpertia.eu/yoursho ... ll-detalle

Here de administration details:

[edited by moderator]

I cannot add an image attached to show you...
User avatar
Expert Boarder

teitbite
Fri Feb 22, 2013 1:09 am
Hi

Please do not publish access here. It's a public forum. You should change Your access now.

Problem fixed. An override was not enabled this is why code was used on website.
User avatar
Moderator

GK User
Wed Feb 27, 2013 7:40 pm
Uppps :unsure:

Thanks for your help, could you tell me how do you fixed it?
User avatar
Expert Boarder

teitbite
Thu Feb 28, 2013 1:04 pm
Hi

The code I gave You worked, the problem was that override.css file was not enabled in template settings, so my code was not used. I've changed override to ON and that was all :)
User avatar
Moderator

GK User
Thu Mar 07, 2013 5:37 pm
teitbite wrote:Hi

The code I gave You worked, the problem was that override.css file was not enabled in template settings, so my code was not used. I've changed override to ON and that was all :)


It works!

Thanks a lot!! :)
User avatar
Expert Boarder


cron