Jump to content

[help] modifikasi cart dan order


vespaman

Recommended Posts

saya mau tanya gimana nampilin hasil submit form di cart dan order jadi di product detail saya tambahkan form kurang lebih sperti ini

<form action="" method="post">

   <select name="drop_1" id="drop_1">

  <option value="" selected="selected" disabled="disabled">Select a Category</option>

  <?php getTierOne(); ?>

   </select>

   <span id="wait_1" style="display: none;">
   <img alt="Please Wait" src="ajax-loader.gif"/>
   </span>
   <span id="result_1" style="display: none;"></span>

</form>

 

setelah user tekan tombol submit langsung tampil hasil submitnya, untuk hasil submit saya pakai seperti ini

<?php if(isset($_POST['submit'])){
$drop = $_POST['drop_1'];
$tabel = $_POST['tabel'];
echo "product yang anda pilih ";
echo $drop." & ".$tabel;
}
?>

 

nah saya ingin menampilkan lagi hasil submit tersebut pada cart dan order , mohon pencerahannya post-448497-0-27868100-1360263036_thumb.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...