pawelr34 Posted June 15, 2014 Share Posted June 15, 2014 Witam,w product.tpl dodałem kod: <a href="http://mojastrona.pl">{l s='jakasstrona'}</a> link wyświetla mi się na stronie każdego produktu. Jak zrobić aby link wyświetlał się tylko na stronie produktów których nie ma na stanie? Link to comment Share on other sites More sharing options...
0 Yabber Posted June 15, 2014 Share Posted June 15, 2014 {if $product->quantity <= 0} <a href="http://mojastrona.pl">{l s='jakasstrona'}</a> {/if} Link to comment Share on other sites More sharing options...
0 pawelr34 Posted June 15, 2014 Author Share Posted June 15, 2014 Dzięki wielkie A wiesz może jak zrobić żeby przy rejestracji checkbox "Chcę otrzymywać oferty promocyjne od naszych partnerów." był obowiązkowy? Link to comment Share on other sites More sharing options...
0 Yabber Posted June 15, 2014 Share Posted June 15, 2014 Plik: /themes/twoj_temat/authentication.tpl Około linni 500: <div class="checkbox"> <input type="checkbox"name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} /> <label for="optin">{l s='Receive special offers from our partners!'}</label> </div> Zrób: <div class="checkbox"> <input type="checkbox" required name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} /> <label for="optin">{l s='Receive special offers from our partners!'}</label> </div> Link to comment Share on other sites More sharing options...
0 pawelr34 Posted June 16, 2014 Author Share Posted June 16, 2014 Dziękuję działa wszystko tak jak powinno Link to comment Share on other sites More sharing options...
0 korni Posted June 16, 2014 Share Posted June 16, 2014 ale z tym obowiązkowym checboksem z ofertami to bym zrezygnował. To jest okropnie wkurzające, jeżeli sklep wymusza na mnie przyjmowanie spamu na skrzynkę. Link to comment Share on other sites More sharing options...
0 pawelr34 Posted June 16, 2014 Author Share Posted June 16, 2014 Spokojnie kolego wiem o tym i sam bym tak nie chciał Zrobiłem z tego akceptację regulaminu Link to comment Share on other sites More sharing options...
Question
pawelr34
Witam,
w product.tpl dodałem kod:
link wyświetla mi się na stronie każdego produktu. Jak zrobić aby link wyświetlał się tylko na stronie produktów których nie ma na stanie?
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now