Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MarcellaE

Pioneers
  • Posts

    134
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MarcellaE

  1. I don't think there is such a beast. I modified the checkout_process to be able to send an invoice minus cost totals and payment method which ends up being a packing slip (just listing the product(s), quantity and shipping address) and it's sent on checkout success to the warehouse email address using Send Extra Order Email To option.
  2. Note: cd.categories_id!='42' I meant: c.categories_id!='42'
  3. $categories_query_raw = " select c.categories_id, c.categories_image, cd.categories_name from " . TABLE_CATEGORIES_DESCRIPTION . " cd join " . TABLE_CATEGORIES . " c on (c.categories_id = cd.categories_id) where c.parent_id = '0' and cd.language_id = '" . (int) $languages_id . "' and c.categories_id!='42' order by c.sort_order "; to exclude a Category Images category. In includes/modules/front_page/fp_categories_images.php file. Note: and cd.categories_id!='42' Just needed to exclude 1 category. Don't know if this is correct syntax but it works for me.
  4. I had the same issue as Lego Man. But solved it as suggested above. You have to make sure you run both SQL queries. 1) ALTER TABLE products ADD products_sort_order INT( 4 ) DEFAULT '0' NOT NULL; 2) INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('', 'PRODUCT_LIST_SORT_ORDER', '6', '', '0', '', now());
  5. I called you John, meant Jim! But I got the second feature page to work so I won't need your help but thanks again!
  6. Ok, thanks a lot, Jack. I will work to do that!
  7. Any one have an issue with X-Sell and this contribution? I can't install this contrib because it wants me to change X-Sell code and I don't know where to begin with infusing the two!
  8. Oh my, I'm a blundering fool. You're right Kymation. I just remembered this was an add on created by someone else to work with your module. It adds a feature to your module.
  9. Thank You, John! Yes, I uploaded all the files a few times to make sure everything was put into the right place. I stumbled upon an fp.addon.php file in /includes/modules/front_page and I removed it and now everything is working properly now. And then I reinstalled it and it's working still. But I don't get it. I don't know where this fp.addon.php file came from, it's not in the recent version.
  10. I'm having an issue and don't know how to solve it: Fatal error: Cannot redeclare tep_cfg_pull_down_products() (previously declared in /home/jr/domains/xxx.com/private_html/bl/admin/includes/functions/modules/front_page/addon.php:15) in/home/jr/domains/xxx.com/private_html/bl/admin/includes/functions/modules/front_page/featured.php on line 44 I've installed this module previously with no problem. What did I do wrong? I don't know! Thanks!
  11. Please ignore above post. Sorry to bother. It was my configure file I had to adjust.
  12. I'm trying to use this contrib with the new Paypal App and am getting the following error where it cannot find hooks.php. Warning require /catalog/mobile/includes/classes/hooks.php falied to open stream. No such file or directory. I didn't see anything in the install docs about moving the Paypal App files to the mobile directory so of course it's not finding hooks.php file. Please advise. Thanks much!
  13. Great Mod. Just what I was looking for. Installed easily and works like a breeze.
  14. Jhaugen, I've gotten the same exact error as you. And Google wasn't very helpful until I finally constrained the Google search and came upon a Russian speaking forum where some guy had the same exact error as us and he solved the issue. After going through 4 online translators I surmised that he said it was a password issue. Hmmm...so I thought well I have the right password that I'm using so it must not be put in the place in the code where it needs to be or the code isn't getting it correctly from the database. So I downloaded FD Sample Code and filled in the demo transaction info and got the same error. Rechecked the the file and saw I had put in the wrong password. Changed it and viola! it worked! No errors. So now I had to figure out how to get that code into this module. Well, after some fussin' I hacked it and got this module working! Tested it and it works(payment is taken and recorded at FD and in the Admin of the store, orders are processed, emails sent etc,). I'm hesitant to post the redo of the code because it really is a hack and it makes the module in the Admin irrelevant (i don't pull any owner data(ID,Pass, MD5 Hash, Trans Key) from the database...neither does FD Sample Code). If you want the redo, PM me.
  15. Has anyone experienced the same issue as me on a iPhone that by going to the demo at https://ssl.oscommerce.com/demo/2/login.php and clicking log in to Paypal and once the sign in window appears and you click "No Thanks" there is a redirect error to a blank page? (this doesn't happen using a computer)
  16. Nice Contribution. Installed without a hitch except for the Language gif images. All browsers told me that those images were non-secure on the SSL. Took forever to figure out how to resolve that. In mobile/includes/modules/options.php (around line 17) reset($lng->catalog_languages); while (list($key, $value) = each($lng->catalog_languages)) { if ($language == $value['directory']) { $icon = 'check'; $datatheme = 'b'; $selectedLanguage = '<span style="position:relative; top:2px"><img src="' . HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . 'includes/languages/' . $value['directory'] . '/images/' . $value['image'] . '" alt="' . $value['name'] . '"></span>'; } else { $icon = 'arrow-r'; $datatheme = 'a'; } $path = tep_mobile_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency', 'style')) . 'language=' . $key, $request_type); $optionsOutput .= '<li data-theme="' . $datatheme . '" data-icon="' . $icon . '" data-iconpos="right"><a href="' . $path . '"><img src="' . HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . 'includes/languages/' . $value['directory'] . '/images/' . $value['image'] . '" alt="' . $value['name'] . '" class="ui-li-icon ui-corner-none">' . $value['name'] . '</a></li>'; You have to change all instances of HTTP to HTTPS.
  17. Ok, I solved the issue if anyone needs to it. You have to match in your module the same' Information requested from customers' settings that you set up in your Paypal App.
  18. I had the same issue as you, Kamini in live mode. I uninstalled and reinstalled the module (Log In with Paypal) and it fixed the issue for me. The test server says: Success. But I have another issue. I click the LogIn with Paypal button and it redirects me back to my APP return URL without signing me in. The login window pops up and immediately closes and my APP return URL loads with having not signing me in.
  19. I got this debug email from Paypal. I'm not sure what it's telling me: $HTTP_POST_VARS: ppecomments= $HTTP_GET_VARS: osCsid=fdc07deb2d6f0a3cd20d01eb897edc1e In the Orders in Admin it says the customer wasn't notified about the order. (Customer Notified has a red x) With these comments: Payer Status: Address Status: Payment Status: Completed Payment Type: instant Pending Reason: None Reversal Code: None Any ideas what I have to do to fix this?
  20. Those errors have to do with a misconfigured includes/configure.php set up.
  21. Will Second Currency Add On work with OSCommerce 2.3.3?
  22. Hi Jack, Will Second Currency Add On work with OSCommerce 2.3.3?
  23. Oh ToSam, you are a godsend! Thank you! And your solution came in the nick of time! Seems Paypal stopped by my site recently because yesterday I got a email from them to turn on Express Checkout or else! I did some test orders with your fix and EC seems to be working correctly now. Thank you so much!!
  24. Unfortunately no joy yet! The problem exists for me whether live or in sandbox. My hosting co. isn't doing anything with php6 so I don't think that's an issue. I posted both my configure files above and that's how I left them. I don't think those configure files are the issue. I contacted 2 posters who had this same issue a year or 2 ago and haven't heard back from them yet to see if they solved this problem.
×
×
  • Create New...