Personalized checkout and custom promotions with Shopify Scripts
Since I have this code below which is the information on the 2nd table is just plain text it's not information in a product information as a 1st table, So I want to make it visible on the same table.
<table align="center"><tr><td> <table border="1"> <tr> <th>No.</th> <th>Product SKU</th> <th>Product Name</th> <th>Price</th> </tr> {% for product in collection.products %} <tr> <td>{{ forloop.index }}</td> <td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.sku }}{{ product.selected_or_first_available_variant.sku }}</a></td> <td><a style="text-decoration: none;color: black;" href="{{ product.url }}">{{ product.title }}</a></td> <td>{{ product.price }}</td> </tr> {% endfor %} </table> </td><td> <table border="1"> <tr> <th>QTY.</th> <th>REMARKS</th> </tr> <tr> <td>1</td> <td>OPT</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> <tr> <td>1</td> <td>NOT ILLUSTRATED</td> </tr> </table> </td></tr></table>
Hi @namet
You use flex box. Please provide your website or link to where the table is, so we can provide a code appropriate for you
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024