danfelbm Posted April 30, 2010 Share Posted April 30, 2010 Hey there, I saw the documentation, where indicates how to call payment gateways for example, so I tried calling a product, with this: {if $product.name eq "lala"} {$product.name} {/if} Doing a foreach first. {foreach key=cid item=product from=$products} But now I don´t get how to call another products because I can call only some products and I don´t know why ... It only works with some products, not all products, someone knows how can I call a product? is there any documentation to can do this?.... is there any way to call them by their IDs? I tried if $product.id eq "1" but it doesn´t works 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.