Jump to content

Recommended Posts

Estou quebrando a cabeça a tres dias tentando mudar o preço de local e não consigo e acredito que seja algo simples, porém não entendo de programação (apenas dou um jeitinho brasileiro) Enfim, na minha loja, o preço com desconto vem depoiss do preço sem desconto e eu queria o contrario. No meu arquivo product.tpl possui a seguinte configuração do preço 

 

{if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}

<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
                            {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0}
{hook h="displayProductPriceBlock" product=$product type="old_price"}
<span class="old-price product-price">
{displayWtPrice p=$product.price_without_reduction}
</span>
{hook h="displayProductPriceBlock" id_product=$product.id_product type="old_price"}
{if $product.specific_prices.reduction_type == 'percentage'}
<span class="price-percent-reduction">{$product.specific_prices.reduction * 100}%<span>{l s ='OFF'}</span></span>
{/if}
{/if}
 
<span itemprop="price" class="price product-price">
    {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
 </span>
                            <meta itemprop="priceCurrency" content="{$currency->iso_code}" />
                            
                            {hook h="displayProductPriceBlock" product=$product type="price"}
{hook h="displayProductPriceBlock" product=$product type="unit_price"}
{/if}

 

Podem verificar como está o preço na loja http://104.131.188.120

Como podem ver no produto "Colar Tridente Poseidon" o preço está R$30,00 RS40,00 e eu queria que ficasse R$40,00 R$30,00

 

Se alguem poder me ajudar, eu agradeceria bastante, porque infelizmente não consigo, ja fiz de tudo. Ah, se precisar, to usando o presta 1.6.0.14

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...