

FLIBIU
Members-
Content count
19 -
Joined
-
Last visited
About FLIBIU
- Birthday 02/07/1981
Profile Information
-
Real Name
Rumpilstilskin
- Website
Recent Profile Visitors
4,615 profile views
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
FLIBIU replied to Strider's topic in General Add-Ons Support
Hey loic_425, I'm using CCGV Trad, so maybe that's why my 'fix' worked for me and not for you...hope this helps you. FLIBIU -
Credit Class/Gift Vouchers/Discount Coupons 5.10
FLIBIU replied to Strider's topic in General Add-Ons Support
Hey loic_425, I've been working on this for hours...I'm also teaching myself php...so I have a 'fix'. As you already know, 'catalog/includes/classes/order_total.php ' contains the code that is suppose to keep $0 orders from being passed to a payment gateway. I've been staring at that code and I can't find anything wrong...but I'm new to php. I then looked at 'catalog/checkout_confirmation'.....Here's what I noticed. If the code in 'catalog/checkout_confirmation' is executed twice, then $0 orders are not being passed to a payment gateway. Any order greater than $0 is being passed to a payment gateway. Perfect, everything work as it should. This is how I modified 'catalog/checkout_confirmation' replace this code: <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> with this code: <head> <script> var reloaded = false; var loc=""+document.location; loc = loc.indexOf("?reloaded=")!=-1?loc.substring(loc.indexOf("?reloaded=")+10,loc.length):""; loc = loc.indexOf("&")!=-1?loc.substring(0,loc.indexOf("&")):loc; reloaded = loc!=""?(loc=="true"):reloaded; function reloadOnceOnly() { if (!reloaded) window.location.replace(window.location+"?reloaded=true"); } reloadOnceOnly(); </script> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> I know this isn't a real fix, but it works for me and I hope it works for you! Let me know what happens when you try it. FLIBIU -
Credit Class/Gift Vouchers/Discount Coupons 5.10
FLIBIU replied to Strider's topic in General Add-Ons Support
Hey loic_425, Did you find a fix for "No payment method selected" message? If I don't select a payment method, then I can't checkout. If I do select Paypal and the order is $0.00 after the Gift Certificate is applied then Paypal gives me this error, "The link you have used to enter the PayPal system contains an incorrectly formatted item amount." 99% there, FLIBIU -
Credit Class/Gift Vouchers/Discount Coupons 5.10
FLIBIU replied to Strider's topic in General Add-Ons Support
I have the same problem and what's worst is that when the order is $0.00 (Example: Order is $20 and the Gift Certificate is $20) and the customer wants to pay by Paypal, Paypal gives an error since Paypal is expecting some sort of dollar amount. FLIBIU :'( -
[Contribution] Admin Specials by Category
FLIBIU replied to bruyndoncx's topic in General Add-Ons Support
UPDATE - To fix the slow condition: Add the "Optimize Database" Mod and run it. At least that fixed the problem for me...I haven't reinstalled the "Special by Category" Mod to see how fast my site runs together with the "Optimize Database" Mod together. Good luck everyone... Randal -
[Contribution] Admin Specials by Category
FLIBIU replied to bruyndoncx's topic in General Add-Ons Support
Hi Josh, I added this mod yesterday, and the EXACT same thing happened to me...I have removed it and installed my backed up files and just like you, my site is REALLY slow...for sure, I'm losing orders because of this...were you able to find the solution? Please let me know either way...I'm panicing!!! Randal -
[Contribution] Admin Specials by Category
FLIBIU replied to bruyndoncx's topic in General Add-Ons Support
Danny, I added this mod yesterday, and the EXACT same thing happened to me...I have removed it and installed my backed up files and just like you, my site is REALLY slow...for sure, I'm losing orders because of this...were you able to find the solution? Please let me know either way...I'm panicing!!! Randal -
1136 - Column count doesn't match value count at r
FLIBIU replied to stewdawg35's topic in General Add-Ons Support
I have the same problem and I haven't been able to find the reason it's happening...I ended up starting fresh with an unmodified version of oscommerce and added the Canada Post Mod & easypopulate Mod & the Extra fields mod and it works now. -
:'( Hey WW, I am getting the exact same error as Cath (see below). Do you know how to fix it? Anything you can do to help a fellow Canadian would be greatly appreciated. Thanks, Randal Error I'm getting --> 1054 - Unknown column 'p.products_dim_type' in 'field list' select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_dim_type, p.products_weight_type, p.products_length, p.products_width, p.products_height, p.products_ready_to_ship, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '73' and p.products_id = pd.products_id and pd.language_id = '1' [TEP STOP]
-
:'( Hey Cath, I have the exact error you listed above. How exactly did you fix this 1054 error? This is one of the last things holding my store up and I've been racking my brains (or lack there of) to figure this out. Any help would be greatly, greatly, greatly apprieciated! Randal