

ChilliNr1
Members-
Content count
59 -
Joined
-
Last visited
-
Days Won
1
ChilliNr1 last won the day on December 18 2010
ChilliNr1 had the most liked content!
Profile Information
-
Real Name
Jim Bean
Recent Profile Visitors
4,850 profile views
-
-
[CONTRIBUTION] CoolIris for osCommerce v0.1
ChilliNr1 replied to tomatoman's topic in General Add-Ons Support
Hi there, same problem for me! If I try to klick any Link inside Cooliris, the following error shows up: The requested URL /catalog/http://www.folienqueen.de/catalog/product_info.php?products_id=51 was not found on this server. Where can I change it? This is what`s in the adress line: http://www.folienqueen.de/catalog/http%3A%2F%2Fwww.folienqueen.de%2Fcatalog%2Fproduct_info.php%3Fproducts_id%3D51 Thanks in advance! -
Hi, same question from me? "Is there anybody out there, help us..." :blink: Greets!
-
Hi, the Coupon is working fine for me, except one little thing: I set the min. order amount at 20Euro and give a discount over 10Euro. If your cart has an amount from 1-9Euro, you`ll get an error message! From 10-xxxEuro, you`ll get the discount. But you shouldn`t! Only for 20Euro and up... Why is there a 10Euro "discount hole"? If I set the amount to 30Euro, it works fine!!! The only thing is, under 20Euro cart worth, the error message says: "Min. amount is 30Euro!" Not right but working this way. Where`s the hook? Is it in includes/classes/discount_coupon.php? Maybe here somewhere: function check_coupons_min_order() { switch( $this->coupon['coupons_min_order_type'] ) { //minimum number of products: case 'quantity': global $cart; $total = $this->cart_info['valid_products']['count']; if( $this->coupon['coupons_min_order'] > $total ) { //make sure there are enough products in the cart $this->message( sprintf( ENTRY_DISCOUNT_COUPON_MIN_QUANTITY_ERROR, $this->coupon['coupons_min_order'] ) ); if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DEBUG == 'true' ) $this->message( 'INFO: Failed to pass check_coupons_min_order(): $total='.$total, 'debug' ); return false; } break; //minimum price: case 'price': default: global $order, $currencies; $total = $this->cart_info['valid_products']['total']; //if we display the subtotal without the discount applied, then just compare the subtotal to the minimum order if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY_SUBTOTAL == 'false' && $this->coupon['coupons_min_order'] > $total ) { $this->message( sprintf( ENTRY_DISCOUNT_COUPON_MIN_PRICE_ERROR, $currencies->format( $this->coupon['coupons_min_order'], true, $order->info['currency'], $order->info['currency_value'] ) ).'.' ); if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DEBUG == 'true' ) $this->message( 'INFO: Failed to pass check_coupons_min_order(): $total='.$total, 'debug' ); return false; //if we display the subtotal with the discount applied, then we need to compare the subtotal with the discount added back in to the minimum order } else if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY_SUBTOTAL == 'true' ) { $subtotal = $total; foreach( $this->applied_discount as $discount ) { $subtotal += $discount; } if( $this->coupon['coupons_min_order'] > $subtotal ) { $this->message( sprintf( ENTRY_DISCOUNT_COUPON_MIN_PRICE_ERROR, $currencies->format( $this->coupon['coupons_min_order'], true, $order->info['currency'], $order->info['currency_value'] ) ).'.' ); if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DEBUG == 'true' ) $this->message( 'INFO: Failed to pass check_coupons_min_order(): $subtotal='.$subtotal, 'debug' ); return false; } } break; } return true; } I`m not sure... Thank you for your time! ChilliNr1
-
Hi, I`m using the free shipping module when purchase is over 50Euro. That`s why I fixed (deleted the call for recalculating) it! Before that, you have an amount over 50Euro for example in your cart and free shipping. When you`ve entered a coupon code and the amount is recalculated below 50Euro, you`ve to pay shipping again... I don`t use shipping per weight or anything like that! It`ll work with the free shipping module!!! I can`t say how it affects the table method?! Hi, with this option in admin, it`s not possible at all. It`s not only change some rows in discout_coupon.php... It`s a little bit more complicated than that! But what is it good for? It`s not more attractiv to customers, than give discount by shopping cart worth... For example: Give 10% for 10Euro, 20% for 25Euro, 30% for 40Euro and so on, but stop before giving 100% ;) Or you can give procebtual discount an shipping up to free shipping. But both isn`t more attractiv in my eyes! Greetings!
-
[contribution] Print Order Receipt
ChilliNr1 replied to Roaddoctor's topic in General Add-Ons Support
Hi, got a solution! Just delete the following part in print_order.php: ' and os.public_flag = '0' That`s all! Greetings! -
[contribution] Print Order Receipt
ChilliNr1 replied to Roaddoctor's topic in General Add-Ons Support
Hi, I still got the following error and I don`t know why?! It does not appear after checkout, only when I`m looking at my history and then trying to print invoice. The error comes at the Order History Line before the footer... Any idea? 1054 - Unknown column 'os.public_flag' in 'where clause' select os.orders_status_name, osh.date_added, osh.comments from orders_status os, orders_status_history osh where osh.orders_id = '1' and osh.orders_status_id = os.orders_status_id and os.language_id = '2' and os.public_flag = '1' order by osh.date_added [TEP STOP] Thank you! -
Hi, have you seen this? LINK There you get a discount when you buy 3 items for the cheapest one... Maybe this is interessting for you! @DboG: *uff* I don`t know what else could be wrong... Download the latest packages and updates and take a look at the files in the admin folder! Maybe you can backup your files and overwrite them for testing. If they`ll work, you`ll have an error in your files... Sorry that`s the only thing I would try :blink:
-
Hi, sorry, my fault. The SQL File isn`t included there. Take the next one called: "installer_database" This is the sql script only! I deleted my tables I`ve created before and reinstalled the database. Now it work fine! Have a nice day!
-
Hi, I think the only way is, to make a couple of coupons... First gives you 5$/€ at 20$/€, 10$/€ at 30$/€ and 15$/€ at 45$/€ shopping cart worth for example! So you post all coupon codes to your customers, and they choose the discount dependent on the worth of their shopping cart! That`s an option!
-
Hi, download the latest version 3.32 and install the sql file! Your problem should be solved! Greetings! @miamizx: How should this works? Who knows which one IS the first item in your cart? It`s not possible so far. Maybe you can filter some products out by manufactor or something...
-
Hi, sure! You can use the product filter in the admin section! Grretings!
-
Hi, my know-how is not good in SQL. Which part isn`t working exactly? I`ll take a look at what I know... Greets!
-
Hi, yep that`s all! ;) I changed the request for the shipping costs. You`ve only have to delete if( $order->coupon->is_recalc_shipping() ) tep_redirect( tep_href_link( FILENAME_CHECKOUT_SHIPPING, 'error_message=' . urlencode( ENTRY_DISCOUNT_COUPON_SHIPPING_CALC_ERROR ), 'SSL' ) ); //redirect to the shipping page to reselect the shipping method That`s it! Greetings! @nipunjoshi Sounds complicated. Did you`ve reinstalled the database? Sorry, but that's too deep for me. :blush:
-
Hi there, I got it! Now it`s possible to install the coupon code AND the free shipping modul together! If you want to know how, ask me! I don`t charge any money for helping out other guys with their problems...(like wontonesaju for example) :rolleyes: Greetings!
-
Hi, does anyone can change the subtotal to be displayed without the discount? Thanks!