Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aldaffodil

Archived
  • Posts

    220
  • Joined

  • Last visited

Profile Information

  • Real Name
    noneofyourdamnbusiness

aldaffodil's Achievements

  1. I have just installed v1.03. The admin control links to amazon.php, mysimon.php, etc. Where do I get those files? They aren't in the zip file. Thanks!
  2. This isn't the sub for shipping.php it's the sub for differentshipping.php
  3. Hmmmm...that's a very odd error to get. Perhaps the problem is with their page and not your code. Please upload it to the contribution if you get it working. I feel like I hit a brick wall. I'm so used to using this contrib. and it saves me so much time.
  4. I have the USPS Shipping Labels contribution installed. It quit working all of the sudden today. I am getting a "Page Not Found" error when I click continue. Anyone know why or how to fix it?
  5. I too am getting a blank screen when I go to edit_orders.php. Anyone know what could cause this?
  6. Well, I just hit a brickwall. I downloaded the PayPal PHP SDK package to get started and all that was included was a text file that said the package would be available the last week of June. So, I guess I'll just have to keep checking until they release it and hopefully it will be pretty simple.
  7. So, why don't you all just start your own PayPal bashing post and leave this one to those who actually want to use the new service? I've used PayPal for a little over two years now and have never had one single problem. It is great for keeping costs down for small, home-office retailers like myself. I am going to try to work on a new contribution for the website payments pro, but who knows how far I'll get before it all comes crashing down :-) I am hoping to work on it tomorrow, and if I run into any problems, I'll try to post them here for a little help.
  8. I just saw that PayPal now has "Website Payments Pro" that allows you to process payments directly on your site and gives you a virtual terminal for phone orders. I have NO clue how to implement it. Anyone working on it?
  9. The article search box is a separate contribution designed to work with the article manager. It is located at http://www.oscommerce.com/community/contributions,2393.
  10. Hello everyone. I have uploaded a new package for the search addressing the articles_status, language_id, and have eliminated the transfer of the keywords to the product search box. Contribution at http://www.oscommerce.com/community/contributions,2393.
  11. I have once again uploaded a new package. This one has support for language_id and elminates the transfer of the keywords to the product search box. http://www.oscommerce.com/community/contributions,2393
  12. Upon further reflection, I have decided to give the language_id a try. Salvo (or anyone else willing to give it a try), please try these sql statements: if (isset($HTTP_GET_VARS['description'])) { $search_query = tep_db_query("select ad.articles_name, a.articles_id, ad.articles_description from " . TABLE_ARTICLES_DESCRIPTION . " ad inner join " . TABLE_ARTICLES . " a on ad.articles_id = a.articles_id where a.articles_status = '1' and ad.language_id = '" . (int)$languages_id . "' and (ad.articles_name like '%" . $keywords . "%' or ad.articles_description like '%" . $keywords . "%' or ad.articles_head_desc_tag like '%" . $keywords . "%' or ad.articles_head_keywords_tag like '%" . $keywords . "%' or ad.articles_head_title_tag like '%" . $keywords . "%') order by ad.articles_name ASC"); } else { $search_query = tep_db_query("select ad.articles_name, a.articles_id, ad.articles_description from " . TABLE_ARTICLES_DESCRIPTION . " ad inner join " . TABLE_ARTICLES . " a on ad.articles_id = a.articles_id where a.articles_status='1' and ad.language_id = '" . (int)$languages_id . "' and (ad.articles_name like '%" . $keywords . "%' or ad.articles_head_desc_tag like '%" . $keywords . "%' or ad.articles_head_keywords_tag like '%" . $keywords . "%' or ad.articles_head_title_tag like '%" . $keywords . "%') order by ad.articles_name ASC"); } I cannot fully test it because I do not use two languages on any of my sites. If it works for you, please let me know and I'll add it to the package.
  13. Ok, I have uploaded a new package that includes support for articles status and have somewhat improved the layout of search results. I do not think I am going to touch on the languages_id. My reasoning being that the search will most likely return english results if you enter an english keyword and will return spanish results if you enter a spanish keyword, etc. If a lot of people feel this is something that needs to be addressed, then I'll start working on it. Thanks for the feedback!
  14. Ok Everyone! I have uploaded the article search function - Please Enjoy! This contribution will add a search box that will allow you to search articles using Article Manager v 1.2. Article Results will give the Article Title with a link to the article and a 300 character truncation of the article. Sorry, I did not write an advanced search to go with this. Contribution Located at: http://www.oscommerce.com/community/contributions,2393
  15. This is the support thread for Article Search v 1.0 This contribution will add a search box that will allow you to search articles using Article Manager v 1.2. Article Results will give the Article Title with a link to the article and a 300 character truncation of the article. Sorry, I did not write an advanced search to go with this. Contribution Located at: http://www.oscommerce.com/community/contributions,2393
×
×
  • Create New...