

mltgroup
Members-
Content count
60 -
Joined
-
Last visited
Profile Information
-
Real Name
MLT Enterprises
- Website
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
mltgroup replied to spidometrs's topic in General Add-Ons Support
Hi, When I upload the auto installer script and point my browser to the directory it just shows a blank white page. What am I doing wrong? -
Ultimate_SEO_URL and HeaderTags problem
mltgroup replied to bakanahito's topic in General Add-Ons Support
This looks great! Can someone re-post the txt file? It currently goes to a forum error page. Thanks! -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
mltgroup replied to spidometrs's topic in General Add-Ons Support
Thank you Skittles! I hope to try this, but can't seem to download the txt file. It goes to a forum "error" page. Maybe I am not clicking in the right spot? appreciate the help :) -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
mltgroup replied to spidometrs's topic in General Add-Ons Support
Hi, I was wondering if anyone has gotten this contrib to work with Header Tag Controller? I looked at the pages with lots of changes, and it is beyond WinMerge. Can anyone offer files for download with SEO URLs and HTC installed? e.g. a page like admin/categories.php is a bit overwhelming. Thanks for any tips. (PM me if possible) -
I installed Header Tag Controller, then STS. Now I am wondering how to get this? "STS will auto-detect if Header Tag Controller is installed and use it if available." Currently, HTC does not seem to be working after install of STS. Wondering how to enable?
-
oh well, i just commented out line 14 and it works! :)
-
Thanks KGT, I appreciate the help. I fixed that file, but now getting this error: Warning: main(/home/httpd/vhosts/pathtodomain/httpdocs/productsincludes/classes/discount_coupon.php): failed to open stream: No such file or directory in /home/httpd/vhosts/pathtodomain/httpdocs/products/includes/modules/order_total/ot_discount_coupon.php on line 14 Fatal error: main(): Failed opening required '/home/httpd/vhosts/pathtodomain/httpdocs/productsincludes/classes/discount_coupon.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/pathtodomain/httpdocs/products/includes/modules/order_total/ot_discount_coupon.php on line 14 I checked it out, and all the files are uploaded though. Line 14 is: require_once( DIR_FS_CATALOG.DIR_WS_CLASSES.'discount_coupon.php' ); But that file is there too. Is there supposed to be no / (slash) between the "products" and "includes" dir in those errors above?
-
Hi KGT, I added the code you mentioned and am getting this error: Fatal error: Call to a member function on a non-object in /home/httpd/vhosts/pathtodomain/httpdocs/products/checkout_confirmation.php on line 58 Here is part of what is on that page, not sure what to do now though. (i numbered the lines) 46 //kgt - discount coupons 47 if (!tep_session_is_registered('coupon')) tep_session_register('coupon'); 48 if (tep_not_null($HTTP_POST_VARS['coupon'])) { 49 //this needs to be set before the order object is created, but we must process it after 50 $coupon = tep_db_prepare_input($HTTP_POST_VARS['coupon']); 51 } 52 //end kgt - discount coupons 53 54 55 require(DIR_WS_CLASSES . 'order.php'); 56 $order = new order; 57 58 $payment_modules->update_status();
-
Hi, I've installed the contrib, but when I get to checkout_payment.php and click "Continue", the next page is blank. It's blank whether I enter a coupon or not. Also, I removed all coupons, and didn't enter one, still blank. The only way to fix my e-com is by disabling the module in the admin. Any suggestions? Thanks, Mike
-
Hi, I've installed the contrib, but when I get to checkout_payment.php and click "Continue", the next page is blank. It's blank whether I enter a coupon or not. Also, I removed all coupons, and didn't enter one, still blank. The only way to fix my e-com is by disabling the module in the admin. Any suggestions? Thanks, Mike
-
PayPal WPP Direct Payments & Express Checkout Support
mltgroup replied to dynamoeffects's topic in Other
i see it in mine as well CURL support enabled CURL Information libcurl 7.9.8 (OpenSSL 0.9.7a) (ipv6 enabled) -
PayPal WPP Direct Payments & Express Checkout Support
mltgroup replied to dynamoeffects's topic in Other
I also just tried a fresh install of OSC on my server, then installed the WPP module. Still no dice. -
PayPal WPP Direct Payments & Express Checkout Support
mltgroup replied to dynamoeffects's topic in Other
Wraith622, I am having this same problem!! So very frustrating. I'm even working with someone at PayPal and he can't figure it out yet. please post back if u solve this, as will I. -
PayPal WPP Direct Payments & Express Checkout Support
mltgroup replied to dynamoeffects's topic in Other
Thank you for the reply SteveDallas. I uploaded my cert and have pointed to it correctly. Does the cert file need any special permissions? Also, is it strange that express checkout works, but direct checkout brings up the white page? Thanks again for your help -
PayPal WPP Direct Payments & Express Checkout Support
mltgroup replied to dynamoeffects's topic in Other
Hi, Anyone know if the cert actually has to "installed"? I can't get Direct Payment to work, just a white page shows up. I've checked rechecked everything to no avail. Also, when I turn the module's debug mode ON, where does the debug info go?? Thanks for any help,