Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

armandski

Pioneers
  • Posts

    15
  • Joined

  • Last visited

Posts posted by armandski

  1. 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
    }
    ?>    
    

  2. Hi

     

    to get this to work you need to copy and paste code from function selection to function process leaving the return $confirmation at the end

     

    Steve

     

    Hi Steve

     

    Can you tell the people with this cc problem how to solve the problem?

    It would be great!

     

    Many thanks from Holland

  3. 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

  4. 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!

  5. 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!

  6. 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

  7. 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

  8. I've installed it succesfuly.

     

    Is there a feature to delete pdf file from the admin panel? I could not get it done.

     

    Perhaps somebody can help me with this?

     

    thank

     

    TeamWSC

     

    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

  9. I am having problems with the sort order aspect of this contribution. Every time I change the sort order of the product attributes it only changes in the admin and not the actual product page. The template shows correct in the ajax attribute manager but that is it.

     

    in the file admin/attributeManager/classes/attributeManagerConfig.class.php the directions say:

     

    Change the column name to whatever your sort column is called on each of your database tables

     

    $this->add('AM_FIELD_OPTION_SORT_ORDER','products_options_sort_order'); // Sort column on Products_options table

    $this->add('AM_FIELD_OPTION_VALUE_SORT_ORDER','products_options_sort_order'); // Sort column on product_attributes table

     

    I used the contribution "Product Attrib Sort v1.2a" located at http://www.oscommerce.com/community/contributions,1822

    Im a little confused about what column name to change. The sql file in the sort order contribution adds the column

    "attribute_sort" to product attributes table. Is this what I change the above to?

     

    If not what is the correct edit of this file. Any help will be greatly appreciated.

     

    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...