Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

enio

Archived
  • Posts

    10
  • Joined

  • Last visited

Everything posted by enio

  1. can you repeat this post please? i didnot find the answer, next and prev picture doesnt work
  2. I have in products table products_image, products_subimage1,products_subimage2,products_subimage3,products_subimage4,prod ucts_subimage5,products_subimage6 ,mabye i should change something in code to get info about this subimages, now i can see only first products_image , code to show products_image : <script language="javascript"><!-- document.write('<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" rel="shadowbox" title="'.addslashes($product_info['products_name']).'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank" rel="shadowbox" title="'.addslashes($product_info['products_name']).'" >' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); </noscript> of course rest files are from contrib can anyone help thx
  3. Hi all first thanks great job it works, how to make next and prev capatibility? i want to do something like http://mjijackson.com/shadowbox/ photos with cars we can do next and prev photo and the photo automatic resize how to do this? thanks
  4. Hi i have a new error :) we can not select for example some products with " in name, many shops have a category disks with name for example HDD CAVIAR 120GB 2,5" XXXXXXX this product can not be select because in name is char " how to fix it?
  5. i have found one mestake, when some product id is not added to table compbuild_dependences using this product next category shows all products from dependence category for example my processor has id's 19630 this procesor is not added to category dependence because i have not dependented it with another product, when you select this processor you can select many not dependented motherboards when you add this product to table compbuild_dependences with another product you can see only one dependenced product so than it works ok
  6. hi thumbnail doesnt work :( add to cart doesnt work too, mabye i made something wrong Link here
  7. hi i have one small problem, one customer made rma and he get new product, now the product has broken again, now he can not make rma again, is any way to close or delete the previous rma and make another?
  8. Hi is any way to change size of displayed image? in table products_image i have big images about 100KB each the creator works very long to show all images in products list, in products_info.php i made a thumbnail (function html_output) how to use it in my prd_list? it is not possible co convert thousands of images and use another table to save it, any idea to use thumb in this contrib?
  9. THX Mike it works now great i can see listed products and select it hm now i have only 2 errors first : contrib works only in 2 currencies USD and EUR when i change currency to PLN the total price doesnt change and print preview doesnt show anyting "You must have products in order" is any way to show product list in PLN currency and add products to cart in this currency? second : minor select query to make list of products need status="1" , default i can see all products in list from shop and select it even when status is 0 but made new hardware compilations add only available products thx
  10. Hi all thanks for your great jobs. i have problem with package 2.5.1 mabye i made some mestake Adding product dependence in admin panel user can not select any item, products doesnt show in the select list and using package ppc 2006-08-24 user can select item and can add it in builder , total price has changed it looks work fine how to change currency in ppc 2006-08-24 ? sum total price works only in USD and EUR not in my defined PLN Polish zloty i dont know whats wrong , any idea? My test link 2.5.1 please help
×
×
  • Create New...