Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sjnelle

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Everything posted by sjnelle

  1. I have installed Quantity Price Breaks Per Product 1.3.5 with the autoinstaller everything works fine except one thing I have created a product group with 2 products fishfood large and medium in it and have assigned discount when you buy two pieces you get 5% discount When a customer have 2 pieces of the same product (example 2 x fishfood large) in the shopping cart the price is displayed correctly but if the customer have 1 piece fishfood large and 1 piece fishfood medium the price in het shopping cart is not displayed correctly with the discount until the customers clicks update or go to the checkout. Is there a solution to show the price with the discount directly, because this is confusing for my customers?
  2. I found the solution for the incorrect margin with more products. In the margin_report2.php change line 221 from $margin = tep_round((((($prods['products_price'])-($prods['products_cost']))/($prods['products_price']))*100), 0 to: $margin = tep_round(($price-$cost)/$price*100,2);
  3. I have the same issue. Has anybody a solution for this?
  4. Nice contribution. I hope it is soon usable for production. I have the following problems: 1. On the first time not all payment options are displayed. When I click the country again then I see all payment options. 2. We use the contributions ship2pay see http://addons.oscommerce.com/info/1042 So customers must choose a shipping method and then payment method but the page does not refresh when I choose another shipping method. How can I make that the page does a refresh?
  5. Great contribution saves a lot of work. But have same questions as supplementler. when I use \\n\\n" . tep_address_format($order->customer[''format_id''], $order->delivery, 0, '''', ''\\n''). "\\n\\n I get the whole adres and I want only the first and last name. How can a get automatic date?
  6. thanx fwr media I have updated to 2.1d ORIGINAL updated. And now it works fine. Update is easy, thanx for your support
  7. I have installed this contribute on my online shop. But for testing I want a local version of my website. So I installed wampserver on my XP machine make a copy of my site and database. But I can open the webiste, the admin works fine. I get the following error: host = $host; $this->user = $user; $this->db = $db; $this->pass = $pass; $this->ConnectDB(); $this->SelectDB(); } # end function /** * Function to connect to MySQL * @author Bobby Easland * @version 1.1 */ function ConnectDB(){ $this->link_id = mysql_connect($this->host, $this->user, $this In the PHP error Log I see the following error [05-jan-2009 20:55:11] PHP Fatal error: in D:\wamp\www\catalog\includes\functions\html_output.php on line 22 On the dutch forum someone said this was because the Ultimate seo url contribute. Does anyone now how I can get work my site on wampserver on windows?
×
×
  • Create New...