Post by dharm1986 » Mon Aug 06, 2012 7:59 pm

I m New to opencart, so plz help me.
I Want the check box value in controller page.
How it can be done.
Please Help Me...
My Code Is THis...

Code: Select all

<div id='savecart' class='content'>
    <?php if($text_checked) {?>
    <form action="<?php echo str_replace('&', '&', $action); ?>" method="post" enctype="multipart/form-data" id="savedcart">
	     <input name='savedBasket'  type='checkbox' value="1">
	     </input>
	     <span title='You Can Save It By After Clicking The Box And Purchasing these Items'> :Save Items In Your Cart</span>
    </form>
      <?php } ?>
       </div>
in This $action is $this->data['action'] = HTTPS_SERVER . 'index.php?route=checkout/confirm'; in catalog/controller/checkout/confirm page.

Newbie

Posts

Joined
Thu Jul 26, 2012 8:46 pm
Who is online

Users browsing this forum: No registered users and 3 guests