Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kroxx

Archived
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kasper

kroxx's Achievements

  1. Any help would be greatly appreciated here. :) Thank you, KroxX
  2. I'm having a problem with some customers choosing payment on delivery and then afterwards choosing pickup rates instead of table rates. I'm pretty sure I at some point stumbled over a hack that was able to limit the shipping options depending on what the customers chose in payment. I can't find it now though, been browsing through the contributions for hours without any luck. Anybody know where it's at? Thank you, KroxX
  3. Something I am very interested in is to allow people to see how much discount they are getting (eg. showing the original price on the page aswell). Anyone who can help me with that? :) Thank you, KroxX
  4. I figured it out! Was the: $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); that needed to be replaced by: $products_price = $currencies->display_price($product_info['products_id'], $product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])); in product_info.php :) Cheers, KroxX
  5. Hi there! I'm having a small problem with this great contribution. When standing on the front page everything is perfect, but when you enter a product the price suddently changes and it says "25" in all the products. It somehow uses the VAT as price - When I remove VAT from the product, the price goes to "0". If you then add the product to the cart it shows the price again... Wierd eh? I've been trying to add this contri all day and I've started over like 4 times now, so was hoping someone had an idea to what could be the issue here? :) Thank you! KroxX BTW, these are the other hacks I've installed: STS, 6PIC, ProductCost, QTPro, PWA.
  6. Thank you for your reply, however it doesn't seem to be what I'm looking for. I want to be able to set a discount to certain users and they have to be able to see how much discount they get right on the products page in the same style as when you make the standard discounts. (Original price first with a line on top, and the discount price afterwards) Thank you, KroxX
  7. Hi there, been lookin for a special discount contribution where people can see how much they're getting in discount directly on the shopping page. Anyone knows if there is any contribution capable of this? I've already spend alot of time searching through the contribution list, but I've had no luck finding one. Thank you, KroxX
  8. The very last instructions in the install.txt: /catalog/product_info.php Find : <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> <?php } else { After Add : if (DISPLAY_EXTRA_IMAGES == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_images.php'); } } The exact code does no exist. Tried adding it anyways and I don't seem to be getting any errors, however I never se the pictures I add, I'm still only able to see the standard image in the catalog no matter how many images I add in the admin area. Anybody knows what I might be doing wrong? (Got a clean osc install with sts added.) Thanks, KroxX
×
×
  • Create New...