I have a problem,
In the page of products details and search pages the price appears, but the in the list of products does not appear the price :/
(Don't show price) List of products -> http://revenda.pronet.pt/cooler-master/fontes-de-alimentacao/04501-atx
(Show price) Search page -> http://revenda.pronet.pt/component/virtuemart/search?keyword=Fonte+de+Alimenta%C3%A7%C3%A3o+1000W+20%2B4Pin+SATA2&limitstart=0&option=com_virtuemart&view=category
(Show Price) Product Details -> http://revenda.pronet.pt/cooler-master/fontes-de-alimentacao/04501-atx/Fonte-de-Alimentacao-1000W-20+4Pin-SATA2--detail
It is a bug?
Need help fast! :(
Your search page looks like just a page of products - yes "it shows the search but no details"
maybe an extension like http://extensions.virtuemart.net/products/all-about-products-detail
Might help in that area - ? I am not the developer an I am not sure if this will solve the problem but write and ask the developer.
I the first link to a category prodult list view (does not show price) the actual code to show the price is there but with display:none.
<div class="yagVmCategoryGridProdPriceBoxRedInner">
<div class="PricesalesPrice" style="display : none;" ><span class="PricesalesPrice" >40,42 €</span></div><div class="yagVmProdPriceAdditional"><div class="PricepriceWithoutTax" style="display : none;" ><span class="PricepriceWithoutTax" >32,86 €</span></div><div class="PricetaxAmount" style="display : none;" ><span class="PricetaxAmount" >7,56 €</span></div></div>
So either you have selected not to show the price, are using shopper groups incorrectly, or it is an issue with your template overrides.
thanks for this, now i see the problem but i don't now how to change this?
which file that i need to change the code? :-\
thanks, i don't need, i found it :P
Quote from: tmac on April 05, 2013, 17:03:35 PM
thanks, i don't need, i found it :P
Hi there, I have your same question and I would very appreciate if you would also tell me which file you modified to resolve the problem! :-[
Quote from: shangelina on August 02, 2013, 17:27:48 PM
Hi there, I have your same question and I would very appreciate if you would also tell me which file you modified to resolve the problem! :-[
Link? Vm version? Tested on default Joomla template (beez5)?