Ho inserio il contrib. "QtyBoxProdListing-tweak" per visualizzare il "box quantità" da acquistare nel file "product_info.php".
Funziona tutto, ma non riesco ad allineare il "Box Quantità" con il pulsante "Nel Carrello".
Il "Box Quantità" è visualizzato leggermente più verso il basso rispetto al pulsante "Nel Carrello".
Il codice in oggetto è:
Codice: Seleziona tutto
<td width="421" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td>
<td width="332" align="center" class="main"><a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'cPath=' . $cPath); ?>"><?php echo tep_image_button('button_back.gif', IMAGE_BUTTON_BACK); ?></a></td>
<td width="434" align="right" class="main" valign="top"><?php echo '<b>Inserisci: </b><input type="text" name="quantity" value="1" maxlength="2" size="2">' . tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td>
Grazie a tutti e Ciao.
Linda.