Jump to content
- Community Forums
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Posted by lsublimes on 04 April 2019 - 08:42 AM
Please read about repay functionality https://docs.cs-cart...llow_repay.html
Please read about repay functionality
https://docs.cs-cart...llow_repay.html
Thanks, this is the solution for my problem. Best regards.
Posted by lsublimes on 25 February 2019 - 09:20 AM
Try the following code {if $product.selected_options} <div class="grid-list__quantidade"> {foreach from=$product.selected_options item=variant_id} {"SELECT variant_name FROM ?:product_option_variants_descriptions WHERE variant_id = ?i AND lang_code = ?s"|db_get_field:$variant_id:$smarty.const.CART_LANGUAGE} {/foreach} </div> {/if} (!) Not tested
Try the following code
{if $product.selected_options} <div class="grid-list__quantidade"> {foreach from=$product.selected_options item=variant_id} {"SELECT variant_name FROM ?:product_option_variants_descriptions WHERE variant_id = ?i AND lang_code = ?s"|db_get_field:$variant_id:$smarty.const.CART_LANGUAGE} {/foreach} </div> {/if}
(!) Not tested
Works perfectly!!!
Thanks you for your help