Basically, I just want the below box to be 'ticked' all the time, rather than me manually ticking it.
https://postimg.org/image/ihre7tzw7/
There's a few old posts, I'm running OpenCart 2.0.1.1
Thanks
Code: Select all
<label class="checkbox-inline">
<?php if ($description) { ?>
<input type="checkbox" name="description" value="1" id="description" checked="checked" />
<?php } else { ?>
<input type="checkbox" name="description" value="1" id="description" />
<?php } ?>
<?php echo $entry_description; ?></label>
Code: Select all
<label class="checkbox-inline">
<input type="checkbox" name="description" value="1" id="description" checked="checked" />
<?php echo $entry_description; ?></label>
Thanks guys!
Users browsing this forum: Bing [Bot] and 15 guests