Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2fix4u

Pioneers
  • Posts

    77
  • Joined

  • Last visited

Everything posted by 2fix4u

  1. Problem completely solved with: jQuery.noConflict();
  2. Sorry :-" , problem solved, have forgotten that i have disabled, long time ago, the Banners completely by commenting out the lines in aplication_top.php require(DIR_WS_FUNCTIONS . 'banner.php'); tep_activate_banners(); tep_expire_banners(); But the rotator will still not be displayed, here is a screenshot:
  3. No errors are displayed, only the page stop's loading at that point. Normal page loading after commenting out that line, but still the display Problem mentioned above. Regards Harry
  4. Thanks for that. got some Problems with this contrib. Unfortunately the rotator will not be displayed, the only thing displayed is the small "transBlack75.png". Perhaps some jQuery probs?! BTW the function tep_update_banner_display_count( $banner['banners_id'] ); causes errors too. Any ideas? Thanks Harry
  5. Problem solved! in my heavily modified orders.php I've put the code " // Look up things in orders ..." to the wrong place. Everything works perfect now! Thank you
  6. Many thanks for that! Can you please tell me how i can define which payment method will be monitored? The setting "Show Orders Highlight Payment" does not seem to work. Thank you
  7. Hi, got another little problem with order editor. By adding a product to an order, this error message appears: Fatal error: Call to a member function count() on a non-object in /.../.../.../.../catalog/includes/modules/order_total/ot_easy_discount.php on line 17 I think it's a very famous contrib and it would be very nice if daily specials where compatible with it. for any kind of suggestions I would be very grateful. Thanks in advance Harry
  8. Thank you! Everything works perfect now! :thumbsup:
  9. Many thanks for that, but vers. 1.4 is the last to download.
  10. It's the TaxRate! Can you please tell me how i can add the TaxRate automatically? Thank you
  11. this drive me crazy :'( for a discount of 10% for a product that costs 10€ the calculated discount is -0.84 € :blink: Can you please tell me why
  12. you're right! The problem was i've made the required changes to german.php and have simultaneously translated them from English to German. after several contribs, this is a normal procedure for me and comes automatically! :lol: After changing the defines from German to the Original from the manual, everything works. These defines: define('TEXT_COUPON_CONDITION_CART_QTY', 'Cart Quantity'); define('TEXT_COUPON_CONDITION_CART_TOTAL', 'Cart Total'); define('TEXT_COUPON_CONDITION_EQL', 'Equal To'); define('TEXT_COUPON_CONDITION_GTR', 'Greater Than'); are necessary for condition1, condition2 and condition3 and don't have to be changed! :rolleyes: sorry for bothering you and thanks again
  13. Yes, that's what i mean, sorry for my bad english! :rolleyes: ok i give an example for language_id 1 (english) all shows up correctly (banner, infobox, easy_discount (in shopping_cart and boxes/shopping_cart)) for language_id 2 (german) only banner and infobox, shows up correctly no easy_discount in shopping_cart and boxes/shopping_cart for language_id 99 (all) only banner and infobox, shows up correctly no easy_discount in shopping_cart and boxes/shopping_cart for german, for english everything works as expected I hope you can help me :blush:
  14. Sorry but i find no answer to this issue. :( The Banner and the infobox shows up by language_id 99 in both languages but only when i switch to English language the discount appears in boxes/shopping_cart and shopping_cart.php. Perhaps you can point me to the right direction. That would be very kind. Thanks in advance
  15. I apologize to bother you again but there is another Problem. I got two languages installed, but the specials only work for english not for german. Whether by defining the special to "All" languages or only "german". Any suggestions? Thank you in advance
  16. I have finally found the bug! :rolleyes: In my header.php I've integrated a mootools banner script which prevents your script to work properly. After changing the sort order of display everything works like a charm! Thank you for this very useful contrib and your friendly support Harry
  17. Ok, thanks for your patience! I'll try my best to find the bug! If i find an answer i will post it here!
  18. believe me this contrib is perfectly installed. All changes from the Manual are made. When i comment out the following lines in eg shopping_cart.php /*** Begin Daily Specials ***/ //if ($easy_discount->count() > 0) { echo '<tr><td align="right"><table border="0" cellpadding="0">'; echo easy_discount_display(); echo '</table></td></tr>'; echo '<tr><td align="right"><table border="0" cellpadding="0">'; echo '<tr><td class="main" align="right"><b>'.SUB_TITLE_TOTAL.'</b></td><td class="main" align="right">'.$currencies->format(($cart->show_total() - $easy_discount->total())).'</td></tr>'; echo '</table></td></tr>'; //} /*** End Daily Specials ***/ The defines are visible but no discount. :blink:
  19. Thank you very much. here is the output: cmp 1 def - no condition -> Cart Quantity
  20. here is the output Array ( [unique_id] => 1 [special_name] => Example of Text Special [page_type] => 1 [page_text] => [popup_text] => Save 10% on all direction arrows - Today Only [alt_text] => [image] => [categories] => [pages] => [products_list] => [condition1] => Cart Quantity [condition2] => Greater Than [condition3] => 0 [coupon_amount] => 10% [date_start] => 2010-02-23 00:00:00 [date_stop] => 2019-03-13 00:00:00 [recur_days] => [recur_mode] => 0 [test_mode] => 0 [use_css] => 0 [language_id] => 99
  21. Here is the output: Array ( )
  22. Many thanks for your efforts! Here is the output: Array ( [price] => 44.45 [qty] => 0 ) Array ( [unique_id] => 1 [special_name] => Example of Text Special [page_type] => 1 [page_text] => [popup_text] => Save 10% on all direction arrows - Today Only [alt_text] => [image] => [categories] => [pages] => [products_list] => [condition1] => Cart Quantity [condition2] => Greater Than [condition3] => 0 [coupon_amount] => 10% [date_start] => 2010-02-23 00:00:00 [date_stop] => 2019-03-13 00:00:00 [recur_days] => [recur_mode] => 0 [test_mode] => 0 [use_css] => 0 [language_id] => 99 ) result 44 > 0
  23. I've tested many various conditions and no, there are no categories, no Products and no sides selected.
  24. Thanks, everything is enabled and the special is showing up. The conditions are: CartQuantity -> greater than -> 0, cupon amount -> 10% if i put an item into the shopping cart -> no discount Logged in or not, always the same! I've really no idea
  25. I've checked and tried everything again and again! No Discount! Is there a debug mode or something else to find out why the discount will not be applied? for your help I would really appreciate! Thanks in advance
×
×
  • Create New...