Questions tagged [cs-cart]

CS-Cart is an open-source software that runs on PHP and MySQL, although it functions as a paid e-commerce shopping cart platform.

Is there a way to transfer a value set from one tpl file to another tpl file in cscart using smarty template engine?

I am trying to retrieve the value of a variable set using an input tag from one tpl file. Here is the input tag in A.tpl file: <input type="checkbox" class="checkbox" name="payment_data[processor_params][enable_addbillcard]" id="optional_enable_addbil ...