Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

armandski

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Real Name
    Armand van Amersfoort

armandski's Achievements

  1. Hello JF,

    The 7195 doesen't have the zoom function, i guess?

    Greetz Armand

  2. hello

    i guess you should try this one :

    http://addons.oscommerce.com/info/7195

    Regards,

    JF / SambaMambo

  3. Hi, I have installed this lovely contri on my local store for my moms webstore. Wow what a great contri. I have also installed the contri: Product extra images. I can't use the zoom function on the extra images and that made me sad. I have tried for hours and hours butt i can't made this work. I hope that you can help me made this work on the product extra images. The file : includes/products_extra_images.php <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License Based on Extra images 1.4 from Mikel Williams Thanks to Mikel Williams, StuBo, moosey_jude and Randelia Modifications: Xav [email protected] */ $products_extra_images_query = tep_db_query("SELECT products_extra_image, products_extra_images_id FROM " . TABLE_PRODUCTS_EXTRA_IMAGES . " WHERE products_id='" . $product_info['products_id'] . "'"); if (tep_db_num_rows($products_extra_images_query) >= 1){ $rowcount_value=4; //number of extra images per row $rowcount=1; ?><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <tr> <td></td> </tr> <TR> <TD class="Kopgroot60"><?php echo TEXT_PRODUCT_IMAGES; ?></td> </tr> <TR> <TD> <table width="100%" border="0" cellpadding="0" cellspacing="2"> </table> <table width="90" border="0" class="extra" cellpadding="3" cellspacing="3"> <TR> <?php //$products_extra_images_query = tep_db_query("SELECT products_extra_image, products_extra_images_id FROM " . TABLE_PRODUCTS_EXTRA_IMAGES . " WHERE products_id='" . $product_info['products_id'] . "'"); while ($extra_images = tep_db_fetch_array($products_extra_images_query)) { ?> <TD CLASS="" align ="center"> <?php echo '<a href="'.tep_href_link(DIR_WS_IMAGES . $extra_images['products_extra_image']).'" onMouseOver="javascript:ChangetheLink(\'' . tep_href_link(DIR_WS_IMAGES . $extra_images['products_extra_image']) . '\', \'' . DIR_WS_IMAGES . $extra_images['products_extra_image'] . '\', \'' . $product_info['products_name'] . '\');">' . tep_image(DIR_WS_IMAGES . $extra_images['products_extra_image'], $product_info['products_name'], 35,35, 'name="prodimg2"') . '</a>' ;?> </td> <?php if ($rowcount == $rowcount_value){echo '</tr><tr>'; $rowcount=1;} else {$rowcount=$rowcount+1;} } ?> </tr> </TABLE> </td> </tr> <?php } ?>
  4. Hi Steve Can you tell the people with this cc problem how to solve the problem? It would be great! Many thanks from Holland
  5. Great contri! The images in this contri are linked to index.php?cPath=1 Can i change this link per pictures? That would be great Greetz Armand
  6. Hi There! After a long way of searching this lovely forum i have 1 question. On my webshop there is a box called Productlist by category. In that box there is a image, a productname and a price. My question is about the price. The price is ok but it doesen't show the special price ( if there is one of course). The code for the normal price: <a href="product_info.php?products_id='.$row['products_id'].'">'.$currencies->display_price($row['products_price'], tep_get_tax_rate($row['products_tax_class_id'])).'</a> Can someone please tell me how to make this code well so it will show the speciale price as well! Greetings
  7. Hi john, I like the great " Productlist by category" of yours. GREAT! I have only one question about this contribution. I like the price of the product in the code. Can you tell me how to do that, or do you have the code of that? The price ( incl. special price) is missing at the moment. Can you or someone help me! Greetings from a rainy Holland!
  8. Hi john, I like the great " Productlist by category" of yours. GREAT! I have only one question about this contribution. I like the price of the product in the code. Can you tell me how to do that, or do you have the code of that? The price ( incl. special price) is missing at the moment. Can you or someone help me! Greetings from a rainy Holland!
  9. Hi S, I will folow your updates/upgrades every time. Greetings Armand
  10. Hi Tomatoman, This contribution works very very cool (iris)! Repect to you. Thanks to you i have tested him local and it works great. I only got 1 question: 1 - Where can i change the settings of the colors, image proportions, text proportions, background-color, etc of Cooliris? Is this possible in oscommerce or do i change this elsewehere? Sorry for my english, i am a dutch boy Greetings from a rainy Holland! Armand
  11. Hi Emmetje, Great contribution butt i have 1 question. i have made 15 featured products in the admin but i only see 1 picture rotating in the carroussel. In the settings of the file includes/modules/rotator.php is $limit_product_number = 12 Why is there only 1 product in the carroussel? Strange: If i upload the 2.0B version of this contribution it works great!? What could be the problem?? Greetings from Holland! Armand
  12. Can someone tell me how i can delete the pdf / excel with the admin? Uploading works super but there aren't posibilities to delete the pdf. Even if you choose to upload a new pdf in the same product he didn't connect with the new pdf but with the first uploaded one. Sorry for my bad english. This Dutch boy is learning.............................. Greetings from Holland Armand
  13. Maybe someone will help us solve the problem. GReetings
  14. Hi John and osc lovers, This is also the problem i am working with at the moment. I hope someone will help this out! Greetings from a rainy Holland
×
×
  • Create New...