Jesli chodzi o programowanie, to po prostu dostalem takie zadanie w firmie, a zupelnie sie tym nie zajmuje,bo moja dziedzina to z kolei grafika

Czyli rozumiem, ze konieczne jest skorzystanie z polaczenia z baza mysql? A gdyby to jakos podpiac pod gotowy plik koszyka? Bo niejako on już tam się z bazą łączy. Podam fragment kodu w ktorym o ile to mozliwe moze daloby sie jakos to dodac? To miejsce w ktorym dodane sa standardowe przyciski...
</td>
</tr>
<tr>
<td>
<?php echo tep_draw_separator
('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td align="right" class="main"><b>
<?php echo SUB_TITLE_SUB_TOTAL
; ?> <?php echo $currencies->format($cart->show_total()); ?></b></td>
</tr>
<?php
if ($any_out_of_stock == 1) {
if (STOCK_ALLOW_CHECKOUT == 'true') {
?>
<tr>
<td class="stockWarning" align="center"><br>
<?php echo OUT_OF_STOCK_CAN_CHECKOUT
; ?></td>
</tr>
<?php
} else {
?>
<tr>
<td class="stockWarning" align="center"><br>
<?php echo OUT_OF_STOCK_CANT_CHECKOUT
; ?></td>
</tr>
<?php
}
}
?>
<tr>
<td>
<?php echo tep_draw_separator
('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10">
<?php echo tep_draw_separator
('pixel_trans.gif', '10', '1'); ?></td>
<td class="main">
<?php echo tep_image_submit
('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART
); ?></td>
<?php
$back = sizeof($navigation->path)-2; if (isset($navigation->path[$back])) { ?>
<td class="main">
<?php echo '<a href="' . tep_href_link
($navigation->path[$back]['page'], tep_array_to_string
($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button
('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING
) . '</a>'; ?></td>
<?php
}
?>
<td align="right" class="main">
<?php echo '<a href="' . tep_href_link
(FILENAME_CHECKOUT_SHIPPING
, '', 'SSL') . '">' . tep_image_button
('button_checkout.gif', IMAGE_BUTTON_CHECKOUT
) . '</a>'; ?></td>
<td width="10">
<?php echo tep_draw_separator
('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<?php echo tep_draw_separator
('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td class="main">
<?php
include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
?>
</td>
</tr>
<?php
} else {
?>
<tr>
<td align="center" class="main">
<?php new infoBox
(array(array('text' => TEXT_CART_EMPTY
))); ?></td>
</tr>
<tr>
<td>
<?php echo tep_draw_separator
('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<tr>
<td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
<tr class="infoBoxContents">
<td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td width="10">
<?php echo tep_draw_separator
('pixel_trans.gif', '10', '1'); ?></td>
<td align="right" class="main">
<?php echo '<a href="' . tep_href_link
(FILENAME_DEFAULT
) . '">' . tep_image_button
('button_continue.gif', IMAGE_BUTTON_CONTINUE
) . '</a>'; ?></td>
<td width="10">
<?php echo tep_draw_separator
('pixel_trans.gif', '10', '1'); ?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<?php
}
?>
</table></form></td>