Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Create...


deepsvp

Recommended Posts

Posted

hi

can anybody help me to create a checkbox, named bit active, in the admin side in the category.php page,edit category section, just below the category image

Posted

Here is some html code to get you started.

<html>

 

<head>

 

</head>

 

<body>

 

<form method="POST" action="--WEBBOT-SELF--">

<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->

<p><input type="checkbox" name="C1" value="ON"></p>

</form>

 

</body>

 

</html>

 

Good Luck

When you have eliminated the impossible, whatever remains, however improbable, must be the truth.

-Sherlock Holmes

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...