Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

trubka

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    k

trubka's Achievements

  1. hi jan, thanks again. that was the right solution. ;-)
  2. Hi, i have installed the latest Separate Pricing Per Customer module and it works very well but I have one big issue. If I have products which are cheaper then 1 euro, let's say 0,30 Euro, i get a curious bug: On the product page I get the right price for the customer group but when I put the product in my shopping cart, on the cart page it shows me the original price and not the price for the right customer group. Have anybody an idea, why? :-)
  3. Hi Jan, many thanks, this was the right solution. ;-)
  4. Hi, I have just installed Quantity Price Breaks Per Product for Separate Pricing Per Customer v2.0. It works fine but with one big problem: - I have 7 different customer groups and products with price breaks and without If I have a product with price breaks and different prices for customer, the shop shows me the right prices on product listing page like new_products, search... But if I have a product without price breaks but with different prices for customer, it shows me the price for the first customer group in product listing, regardless of the customer group. If I go to the product page it shows me the right price. Any solution?
  5. Hi guillaume14, here are the corrected code: <? $c_java = 0; $output = $pcount; for ($ib = 0; $ib < $output; $ib++) { $cat = $pccat[$ib]; $picname = $pcimg[$ib]; ?> print_field('<? echo $cat;?>','<? echo $c_java;?>','<? echo $ib;?>','<? echo $picname;?>',<? echo $assemb_id;?>); <? $c_java++; } ?> <!-- add assembly if its not free --> <? if ($pc_system_assembly != "0.00") { ?> print_field('<? echo ASSEMBLY; ?>','<? echo $c_java;?>','<? echo $ib;?>','assembly.gif',<? echo $assemb_id;?>); <? if ($ADD_ASSEMBLY==1) { ?> <? echo ' '.$pc_system_assembly ; } ?> </b> </td> </tr> <? } ?> </script>
  6. Hi, i have found the bug in the combuild.php. I think you must add assembly fee or correct the compubuild.php: Find: <? echo ' '.$pc_system_assembly ; } ?> </script> delete: </script> and it here: </tr> <? } ?> </script>
  7. Hi, I have a small problem. If I put tags (like $cartbox or $categorybox) it shows always the full content box with this code at the header of the box: <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td> <td width="100%" height="14" class="infoBoxHeading">Categories</td> <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> But I want that the script shows me only the categories without the title. How can I resolve this problem?
×
×
  • Create New...