Jump to content

Modul preturi reduse


Recommended Posts

din BO catalog>produs> ai acolo preturi , de acolo poti sa faci orice pret doresti tu

 

nu reusesc sa fac ce vreau eu de acolo...

 

doresc sa-mi apara 2 preturi, unul taiat, mai mare, si altul mai mic cel valabil.

 

se poate face de acolo sau este vreun modul? am vazut asta pe mai multe site-uri prestashop

 

multumesc

Link to comment
Share on other sites

Pai in pagina produsului ar trebui sa fie deja asta daca nu cumva in tema ta a fost eliminat pretul.

In pagina categoriei ca cea indicata de tine ar trebui sa ai ceva de genul asta in fisierul product-list.tpl

{if isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
<span class="discount">{l s='Price reduction!'}</span>
<span class="old_price">{convertPrice price=$product.price_without_reduction}</span>
{/if}

Link to comment
Share on other sites

Pai in pagina produsului ar trebui sa fie deja asta daca nu cumva in tema ta a fost eliminat pretul. In pagina categoriei ca cea indicata de tine ar trebui sa ai ceva de genul asta in fisierul product-list.tpl
 {if isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE} <span class="discount">{l s='Price reduction!'}</span> <span class="old_price">{convertPrice price=$product.price_without_reduction}</span> {/if} 

 

am rezolvat, multumesc, asa era..tema era modificata.

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...