I have successfully changed the OXID logo for my shop’s logo however as the dimensions are slightly different between the graphics, it appears this has upset the layout in some way. It has resulted in the flash banners being compromised or in my case shortened in width. The flash still works okay but it is like viewing it with only half of a viewer. I have tried changing the css via out/azure/src/css/layout.css
But this seems to have zero effect and I wonder if it really controls the layout.
There are some other templates to change as well.[/QUOTE]
You’re right, but that leads to problems in OXID. If you have block pricing it will look like AUS$ from 20.00 because the getFPrice()-function returns not only the price but also the word “from”.
I am still a little lost. If I understand correctly, Joscha is suggesting I build a custom theme. Unfortunately this doesn’t make any sense to me. I am still search to find the string "[{if $product->getFPrice() }]"
in details.tpl.
I am still a little lost. If I understand correctly, Joscha is suggesting I build a custom theme. Unfortunately this doesn’t make any sense to me. I am still search to find the string "[{if $product->getFPrice() }]"
in details.tpl.
Help?[/QUOTE]
Sorry, i misunderstood you.
That snippet could be found in azure/tpl/page/details/inc/productmain.tpl.
wasn’t there a module posted to dev-general mailing list a while ago?
The module will prevent you from the need to change ever single template.
I just can’t find it…
wasn’t there a module posted to dev-general mailing list a while ago?
The module will prevent you from the need to change ever single template.
I just can’t find it…
Regards[/QUOTE]
Thats an idea!
[{$currency->sign}] should return nothing an the getFPrice should return the whole stuff.
That should be easy. But sorry, no insomnia today!