Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

longhorn1999

Pioneers
  • Posts

    347
  • Joined

  • Last visited

Everything posted by longhorn1999

  1. I wasn't sure if there were other changes in the newest upload that might've overrode that particular post. But now it works perfectly...Thanks Glen!
  2. Hi Brian and Steve, I have the latest version of PayPal WPP installed (uploaded 2/4/10) and everything checks out in the diagnostics, but when I try testing a purchase with PayPal Express Checkout (the 'check out with PayPal' button below the shopping cart on shopping_cart.php), I get the error: Fatal error: Call to undefined function htmlentitydecode() in /home/..../public_html/includes/modules/payment/paypal_wpp.php on line 636 And that's referring to this piece of code which was being discussed a short time ago: $order_info['PAYPAL_RETURN_URL'] = htmlspecialchars(htmlentitydecode(tep_href_link(basename($_SERVER['SCRIPT_NAME']),'action=express_checkout', 'SSL'))); $order_info['PAYPAL_CANCEL_URL'] = htmlspecialchars(htmlentitydecode(tep_href_link($redirect_path, $redirect_attr, 'SSL'))); Should I revert back to code in an earlier version? I'm using php 5.2.11 and have Ultimate SEO Urls 5 enabled. And this problem happens regardless if SecurityPro is enabled or not. Thanks again for your time, Nick
  3. Hi Sam, I was wondering if you might know about creating image buttons with FCKeditor and session IDs. I have FCKeditor installed with Information Pages Unlimited and I'm using that to edit my main page (index.php). I wanted to just create a couple of simple image buttons that link to certain product pages but there doesn't seem to be any method in FCKeditor to allow for tep_href_links, only standard links. I've looked through forums for both add-ons and can't find an answer. Is there something I'm missing or would I have to sacrifice session integrity too keep things as they are (unless I force cookies)? http://docs.cksource.com/FCKeditor_2.x/Users_Guide/Common_Tasks/Inserting_Images Thanks, Nick
  4. I will certainly test it out today and let you know. Out of curiousity, is you anti-hacker account mod redundant with security pro or does it complement it? I only ask because I'm just now becoming aware of some of the security holes in osC (luckily before my site is live!) and want to install the right mods and test them in the right order. Thanks again Sam.
  5. Hi Sam, Well in early McAfee Secure testing I got these two database vulnerabilities. I'm not quite sure about the suggested fix from McAfee, but are these something that this add-on would be appropriate for? Thanks, Nick
  6. <?php /* kgt - discount coupons */ // if( MODULE_ORDER_TOTAL_DISCOUNT_COUPON_STATUS == 'true' ) { ?> <tr> Ok I guess I found the section of code where I had a problem. In checkout_payment.php, line 381, I just commented out the 'If' clause, making it so that Discount Coupons will always be enabled, which is what I want anyways. Are there any side effects to this that anyone might know of? Might it screw up a payment module? Thanks again, Nick
  7. - Discount coupon does not display in order subtotal during checkout confirmation. Ensure the discount coupon has a unique sort order. Set this in Modules > Order Total. Also double check that you have added the changes to includes/classes/order.php and checkout_confirmation.php as outlined above. Hi everyone, I'm having this problem that was mentioned in the troubleshooting section. I've installed Dynamo PayPal WPP which works fine, but I can't seem to get any coupon form to show up in checkout even though it works perfectly in the admin. I've triple checked the installation procedure and installed it in admin-modules, and the only thing that's off is that the section overwritten on line 244 of order.php is slightly different in osC rc2a than what's in the instruction files which were written for MS1. Any ideas as to what I'm missing? Thanks
  8. Never mind...I should've read through this forum more carefully. All edits are done in the stylesheet of course.
  9. Yeah, I'd taken a look at that as well. Same issue here. My product_listing.php is way too modified for me to make any sense of it now. Thanks though.
  10. Hi Sam, This may not be the right place to ask this, but I was just wondering if it's theoretically even possible to combine Product Listing Enhancements with Product Tabs? http://addons.oscommerce.com/info/2610 I have this and your Simple Multi Image Add-on installed and working great, but since product_info.php is so heavily modified beyond recognition, are tabs out of the question here, at least using current contributions? Thanks, Nick
  11. Ok this maybe was even an issue in the stock layout but this post helped me fix my problem: http://www.oscommerce.com/forums/topic/349458-when-customer-signs-in-go-to-cart/page__p__1460619__hl__login%20to%20indexphp__fromsearch__1entry1460619 Basically I edited create_account_success and login.php so that when the cart isn't empty, customers go to checkout_shipping instead of index.php.
  12. Hi Glen, I was wondering if you or Brian might know which shipping module works best with Dynamo PayPal WPP? Most of my products will have free shipping but other will have various rates according to the vendor. Are 'Individual Product Shipping 4.5' or 'Multi-Vendor Shipping 1.2.3' compatible? Thanks, Nick
  13. Hi, I know this post is from a while ago but I'm having exactly this problem. Existing customers or new customers who create an account are sent back to index.php, even if there's something in the cart. Did something get messed up using the autoinstaller perhaps or am I missing something else? Thanks, Nick
  14. Warning: USU5 could not find a valid base filename, please inform the developer. in /..../..../public_html/includes/application_top.php on line 71 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/..../public_html/includes/application_top.php:71) in /..../..../public_html/includes/functions/sessions.php on line 102 Warning: USU5 could not find a valid base filename, please inform the developer. in /..../..../public_html/includes/application_top.php on line 71 Hi Robert, Sorry to bug you with perhaps a repeat question as I know several people have asked something similar over the last couple of months in here. I just installed and was testing out the PayPal Website Payments Pro module 1.08 and when I click on the 'What's this?' button (includes/paypal_wpp/cvv2info.php) that shows a pop-up explaining what a CVV is I get the error above at the top of the page. I've looked at some of the fixes you'd mentioned: - There is no reference to USU in my footer. - I added '-' to preg_match( '@[a-z0-9_-] in application_top.php even though I agree it's bad form to change a working file to fix a bad one. - I don't see any filenames with a hyphen in them anywhere in the newly created paypal directories. - I triple-checked my initial installation of USU5, especially the application_top.php file and found no issues. - I've been using USU5 rev141 the whole time. - I'm not sure what role the tep_href_link() function plays here. As I'm just in early PayPal testing and I'm not that my sandbox account or API is set up correctly, could that be my problem?...that it's requesting some link that's not properly set up with PayPal as of yet? I'll post the top of cvv2info.php where the problem resides: <?php chdir('../..'); require('includes/application_top.php'); require(DIR_WS_INCLUDES . 'paypal_wpp/languages/' . $language . '/' . FILENAME_CVV2INFO); ?> <!DOCTYPE HTML PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo PAGE_TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <style type="text/css"> html,body {background-color:#fff} </style> </head> <body> Thanks for all your help here, Nick
  15. Hi, I have a somewhat simple question that I haven't been able to find a straight answer to in any of the forums so far. Is this One Page Checkout contribution compatible with PayPal Website Payments Pro? Is anyone using this and PayPal Pro together successfully? Thanks, Nick
  16. Well the reason I was asking was that I was hoping to put a long manufacturers description on the manufacturers page that's separate from the product descriptions. http://demo.oscommerce.com/index.php?manufacturers_id=2 For instance in the demo setup here there would be a long description of Microsoft itself instead of a short 'Let's See What We Have Here' or some other one sentence description before customers click on any of the specific products. I haven't come across any contribution that does this so I was wondering if your contribution can be edited to allow for that. Either way, as I said before, this is a great contribution and a big upgrade over the stock setup.
  17. I PM'd several people on here and it doesn't seem like anyone was able to get both add-ons working properly together. I ended up dropping discount coupons and deleting all the KTG references just to get one page checkout working well, though even still the password confirmation on the checkout page doesn't seem to work for me or a couple of others. But if you do find a workaround please post it as there are many of us who would love for both of these to work...
  18. Hi everyone, I seem to be having this same problem as well. Thanks to tormo3 for pointing it out or I might've missed it in testing. Any solutions would be much appreciated, Thanks, Nick
  19. Hi Sam, I have the same question as this guy from late 2008. The instructions you gave him them were for product listing enhancements v1.8. But since product_listing.php has been modified a lot since then to v2.8, would you be able to post the new instructions needed for this edit? Thanks again, Nick
  20. Hi Claudiu, Thanks for this update. It works great. I was wondering if you might happen to know offhand what section of which file I edit to make changes to the box that Related Products is in. I want it to match all the boxes in the right and left columns but there's a little gap between the gray stripe at the top of the box and the edge that I can't seem to get rid of. Also, there's a empty row between the product title and the price below it in the Related Products box that I'd like to eliminate. Thanks for your help, Nick
  21. Ahh easy enough then. Do you know what the maximum limit could be? Thanks!
  22. Hi Sam, Sorry if this isn't the proper place for this post, but I was wondering if there's any way to turn the manufacturer short description into a long one. I'm having everything listed in blocks and though it looks great, it'd be extremely useful if I could write even a couple of paragraphs about each manufacturer rather than just 30 or so characters. Thanks, Nick
  23. Hi Todd, I've been using manual order maker 1.57 for the past few weeks. Besides the bug fix you just described, what's the easiest way to go from 1.57 to version 1.58 which you just submitted? Thanks, Nick
  24. Simon, you're a life saver!! That salvaged my 3 day weekend which had been wasted installing, restoring backups, installing...etc etc... It works perfectly now. Thanks again to everyone who gave me suggestions here, Nick
  25. Hi Steve, Thanks for you help. Unfortunately that still didn't do it. I don't know if my database is messed up or maybe I missed a space or some single character somewhere in the coding, though I've checked several times now. Maybe some error in line 425 of onepage_checkout.php or line 538 or checkout.php? Both of them read: $gv_query=tep_db_query("select amount from " . TABLE_COUPON_GV_CUSTOMER . " where customer_id = '" . $customer_id . "'"); I'd also had to add a define TABLE_COUPON_GV_CUSTOMER to database_tables.php to get rid of a previous error.
×
×
  • Create New...