Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

patator

Archived
  • Posts

    176
  • Joined

  • Last visited

Profile Information

patator's Achievements

  1. Hello I'm trying to setup a pull down menu on the same principle that the pc creator one. At the moment, I'm using a moded tep_draw_pull_down_menu but I'm facing problems with fixed width and long text. Could somebody,very kind :), explain me where is the js function that creates the dropdown menu and how to use it ? Thanks for your help Patrice
  2. Hello to all Sorry for asking the question again, but could somebody let me know if he faced the same bandwith consumption problem than me ? The contribution has been deactivated for 1 month and I would like to find a way to activate it again. Clubfitting.net Thanks for your comments Patrice
  3. Hello Image Magic was working great, exactly the results expected...but my website host asked me to remove it as it is taking too much CPU process (more than 90% of the 3.0Ghz server, OVH hosted). I wonder if somebody had the same problem. Patrice
  4. Hello Image Magic was working great, exactly the results expected...but my website host asked me to remove it as it is taking too much CPU process (more than 90% of the 3.0Ghz server, OVH hosted). I wonder if somebody had the same problem. Patrice
  5. I keep answering myself, but it might help other people, I found THE answer : I removed the "&" before each "$" and everything works great If it works for U, please let the others know as well Pat :thumbsup:
  6. :-" I found partly a solution in the tread: in imagemagic.php, comment out the following 'line 268) : Then, the images will be correctly displayed. But now if I want the text watermark working (very important for me), I have to keep the following code: What happens then...no image showing.... Could somebody help me, please ? Thanks in advance Patrice :( :-" :-"
  7. Hello I have exactly the same problems that Sean. The only thing I haven't tried is to turn php safe to off (I'm restricted of doing it). Please, could somebody help us. Thanks Patrice www.clubfitting.net (my shop being live, I will have to switch off IM)
  8. Thanks I fixed the problem. I'm sorry to say that when I created the order, I forgot to indicate the currency. It was the source of my problem. Sorry for taking your time.... Thanks for this great contrib Pat
  9. I believe so, here is what I did : - change edit_order.php (v2.4.1) - run the sql - amend admin/includes/functions/general.php - partly amend catalog/admin/includes/classes/order.php (it's an upgrade for me) :
  10. Hello I just installed this great contrib on my live shop (www.clubfitting.net) but some images (small) where not displayed (imagemagic.php was used), I'm only using JPG. I tried to activate the watermark text but it didn't work neither. I had no error messages at all. I was wondering if this could have to do with my PHP Safe turned to ON -> I can't understand why as most of the images where displayed (+ none of the zoom images were working). I temporarely uninstalled the contrib but would like to re-install it asap.... Did somebody bump into the same problem ? Thanks for your answer Patrice
  11. Hello I've been using version 1.72 up to now and decided to upgrade it to version 2.4 (deletion problems). I'm now facing two problems : 1- After adding a product, the total is not calculated : 2- If I click on update or delete, I get an error message : Warning: Division by zero in /home/httpd/vhosts/clubfitting.net/httpdocs/admin/edit_orders.php on line 476 Could somebody help ? Thanks in advance Pat
  12. Thanks for your attention. I managed to find an answer....so if anybody is intersted.... I have another issue now. After adding two orders (from the editor menu), I realized that the products added to the order dissapear after a while (and apparently not automatically...). I would like to know if somebody already faced the same problem (the order still exists but products into it are deleted)...mistery for me :) Any help ? Thanks Patrice
  13. the problem seems to come from : // Has Attributes? if (sizeof($order->products[$i]['attributes']) > 0) { for ($j=0; $j<sizeof($order->products[$i]['attributes']); $j++) { $orders_products_attributes_id = $order->products[$i]['attributes'][$j]['orders_products_attributes_id']; echo '<br><nobr><small> <i> - ' . "<input name='update_products[$orders_products_id][attributes][$orders_products_attributes_id][option]' size='20' value='" . $order->products[$i]['attributes'][$j]['option'] . "'>" . ': ' . "<input name='update_products[$orders_products_id][attributes][$orders_products_attributes_id][value]' size='20' value='" . $order->products[$i]['attributes'][$j]['value']; if ($order->products[$i]['attributes'][$j]['price'] != '0') { echo ' (' . $order->products[$i]['attributes'][$j]['prefix'] . $currencies->format($order->products[$i]['attributes'][$j]['price'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . ')'; } echo "'>"; echo '</i></small></nobr>'; } } Couldn't we do something like echo if ($order->products[$i]['attributes'][$j]['price'] != '0' AND UPDATE=FALSE ..... --> this echo should only be exexuted when adding a product Any thought ? Pat
  14. Hello to all of you I found some people having the same problem than me but no clear answer: If I create a discount coupon + free shipping then only free shipping works, it overides the discount entered in coupon_value. In the admin page, it shows a coupon value in EUR and not in % if I ticked free shipping Is it a normal behaviour or a bug? Thanks for your help Patrice
  15. Thanks Mark I thought it was not working because couldn't see all the tests I ran before. I had 14 referrals and, now, I can't see them in the list. Even the test you did before yesterday doesn't seem to appear anymore. I'm going to run some more tests. Big thanks for your help Patrice
×
×
  • Create New...