Hello, Could you please tell me:
- if Canvas will work with integrating PayPal and Stripe?
-If the following snippet of code from my purchased (back-end) PHP cart system's cart.php - looks like it would match the CANVAS cart.html and Checkout.html?
(I am trying to use a purchased PHP cart system and am having trouble matching all of the the form names, action, buttons, etc.)
<h1> Shopping Cart<h/>
<form action="" method="post">
<table>
<thead>
<tr>
<td colspan="2">Product</td>
<td></td>
<td class="rhide">Price</td>
<td>Quantity</td>
<tdTotal</td>
</tr>
</thead>
<tbody>
Thank you so much!!
Peggy
Site isn't live yet
