This is a discussion on couple of questions. within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; 1) How do I get the large image to show up in product description. Instead of going through clicking 'click ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 1) How do I get the large image to show up in product description. Instead of going through clicking 'click to enlarge'. 2) When you click on the product catagory, it there a way a person can enter the quantity and directly order ? I'll give u the url for example http://printfairmont.com/order/index.php?cPath=30 In the above eg, I get item number, product name, prince and the 'buy now' is there a way to specify 'quantity to order' on this page ? |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| it's v simple - I did it for this site: www.sugarpaper.com/store. Assuming you want the same kind of thing: upload the big image for the product via the admin tool (i used one around 333 x 350). Then you need to edit the /catalog/product_info.php page and replace the table with the thumbnail and javascript popup with this one which has the large image in the left hand cell and the title, description and price in the right hand one: <table border="0" cellpadding="0" cellspacing="2"> <tr> <td valign="top"><? echo '<img src="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" border="0">'; ?></td> <td><?php echo tep_draw_separator('pixel_trans.gif', '15', '1'); ?></td> <td valign="top" class="content"><span class="pricesPinkBold"><?php echo $products_name; ?></span><br><?php echo stripslashes($product_info['products_description']); ?><br><span class="pricesPinkBold"><?= $products_price; ?></span><br><br><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?></td> </tr> </table> that should be all there is too it!! cheers Jase |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Couple questions--any help please? | countingsheep | osCMax v2 Installation issues | 5 | 04-05-2006 06:08 PM |
| Couple of questions | paulj | osCMax v1.7 Discussion | 1 | 02-15-2005 09:22 PM |
| Couple questions having to do with spacing and boxes | Craig | osCommerce 2.2 Modification Help | 8 | 09-16-2004 08:13 AM |
| Couple of Questions?? | samyj | osCommerce 2.2 Installation Help | 1 | 12-02-2003 09:23 PM |
| A couple of questions | Anonymous | osCommerce 2.2 Modification Help | 1 | 11-23-2002 07:37 AM |