Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

naylwin

Pioneers
  • Posts

    47
  • Joined

  • Last visited

Everything posted by naylwin

  1. Thanks for letting me know, Chris. I agree with you on upgrading to the latest version. I have a handful of clients who do not have experience in PHP/MySQL and also not willing to spend money for upgrading the software. Including myself, many of my clients who run older version of osCommerce; we have installed many contributions on the site, and we do not find any proper upgrade process or instruction to carry over all our contributions to new version. In default instruction, it is suggesting us to over-write all the new files to on our osCommerce site; which is definitely not possible. We have spent many years and expenses to have these contributions to our site, and we cannot afford to lose them just to get our site upgraded to new version. Therefore, we will always need the security fixes for older version whenever new version is released. -Nay
  2. Thanks PiLLaO! New Version is added http://addons.oscommerce.com/info/8003 Note that this fix is not necessary for osCommerce 2.3.1 :)
  3. Hi Guys, Without logging into your admin panel, hacker can access to your site via: http://[www.yoursite.com]/admin/categories.php/login.php?cPath=&action=new_product_preview https://[www.yoursite.com]/admin/file_manager.php/login.php To patch your site, open /admin/includes/application_top.php find: $current_page = basename($PHP_SELF); // around Line 136 replace: $current_page = basename($_SERVER['SCRIPT_NAME']); Add-Ons Link I hope this helps someone.
  4. Hi there, that was original bug in oscommerce itself. The fix is simple as below: The file you need to change is: /catalog/admin/newsletters.php Look for on line 41: if (empty($module)) { and change it to: if (empty($newsletter_module)) { Original fix was found on the forum: http://www.oscommerce.com/forums/topic/280837-where-is-the-newsletter-module/ :sweating: (w00t) :D
  5. Hi Parot, I believe this error is concerned with the newsletter module you have installed. Please check with the contributor who wrote this module. From my side, all I can say it to make sure that your newsletter module uses oscommerce default API function called "tep_mail" instead of sending custom email.
  6. Hi James Chan, Could you give us some hints about how you solved your problem. Many Thanks! :)
  7. You are welcome Andy. Sorry for the late reply. :D
  8. Hi Flavinho, Could you please post how you fixed your problem? There might be community members who have the same issue. It might help them solve their problem as well. Thanks in advance! :thumbsup:
  9. Hi kensley, if you need to modify the module to weekly option, first of all you need to have a new optimized SQL query to pull the sales info from database. There you will need to write a new function in /admin/includes/functions/general.php that give you weekly dropdown option. So that you can use it in your /admin/index.php. Then you will need to modify the form POST handling in admin/includes/modules/dashboard.php This requires PHP and MySQL knowledge. Hope this help!
  10. Hi there, I notice that there are many SEO Add-ons have been implemented by other contributors, and they are very powerful. By having these type of add-ons on your oscommerce site, you can bring many traffics to your site and generate more income. But what I am focusing here is to have an add-on to oscommerce which is easy and no technical background requirements for store owners; for example, just plug-and-play module. I believe there are many store owners out there, they just start up a small business and they cannot afford to pay developer to implement, install complex add-ons, or modification to existing site. Since they are part of oscommerce community, we should not let them fall behind. We can help build an easy, and minimized feature add-on that can improve the oscommerce site from SEO perspective. Cool :thumbsup:
  11. Hi Guys! it has been a while, I haven't been to this forum. I am creating this thread for people who is willing to use this add-on and improve for future release. I am also planning to update this add-on for more features. Let me know if any of you uses this add-on on your site, and what are the new features you think we should add to this. I also have update-to-date instruction on-line at: Peace! :rolleyes: This thread is intended for add-on: http://addons.oscommerce.com/info/5455
  12. I hope to release new version soon! Keep an eye out for this page: http://www.wood../osComm../dashboardStats/README_TO_INSTALL.htm I will update this page as soon as I can update new version.
  13. Please make sure you have uploaded the file to correct location.
  14. make sure that you use tep_mail function everywhere in your osCommerce site.
  15. check this out: http://www.woodcraftsrus.com/osCommerce/PH..._TO_INSTALL.htm
  16. This thread is for posting questions regarding the contribution http://addons.oscommerce.com/info/6366. This module shows the stats on monthly product sales, and other important asset for store owner. Only three steps to install the module. I hope this module helps someone. Instruction Link: https://www.woodcraftsrus.com/osCommerce/da..._TO_INSTALL.htm Thanks, Nay
  17. What is your SMTP_MAIL_SERVER? If you cannot post it here, you IM me or you can check it in MS command prompt. Let's say your SMTP_MAIL_SERVER is mail.example.com and your domain is example.com. Now you go to MS command prompt and type in nslookup mail.example.com and hit enter. Remember the returned IP address. After that type in nslookup example.com and hit enter. These two checks should return two different IPs. If your SMTP_MAIL_SERVER is different than your domain then you probably need to setup a host record aka "A" record. For example: your domain is www.example.com and your SMTP_MAIL_SERVER is smtp.someserver.com then most of the mail servers such as Google, Yahoo, and AOL may think your email as SPAM. Therefore, you need to contact Host Provider to create a host record such as "mail.example.com" pointing to the same IP that smtp.someserver.com is pointing. If this is too complicated and advanced for you then you need to ask or pay someone to do all this setup for you. I believe most hosting provider should take care of this. Good Luck! Nay
  18. Please double check with your hosting provider that what port number they are really using for SMTP. By default, most server use port 25 for SMTP connection. Whichever port number your host provider says, that is the one you should use. However this more likely DNS issue rather than Port issue. Because you can send email to same domain then your port is correct. Check on DNSLookup for your domain and check Reverse DNS for your IP is correct. And Make sure you are using correct SMTP_MAIL_SERVER. Like I said, this can be confirmed with your hosting provider. Nay
  19. First of all, make user you have followed all the steps from README_TO_INSTALL file. If you can't find the file, you can read the online version here. If your SMTP server requires authentication, then read my post #10 here. Next, make sure you have configured the email setting in osC correctly. You can check this setting in Admin area by going to http://www.yourdomain/your_store_folder/ad...nfiguration.php Configuration->E-Mail Options->Verify E-Mail Addresses Through DNS If you have set this option to True, then try setting it to false and see if that solves your problem. Other than that you have to make sure your Reverse DNS set for your domain. By contacting your host provider, you verify this step. Hope this help. Nay
  20. Not sure what exactly causes the problem. However, please be advised that this contribution is intended for Windows sever with SMTP. If you are on *NIX platform with sendmail enabled, I would recommend you use the osC default email system. If you are on Window/IIS/SMTP, then please make sure you have all the settings in ADMIN Area are correct. For example, Configuration/Email Options/Email Transport Method is sent to SMTP, Line feed is CRLF, and Send Emails is set to true. If your server requires SMTP authentication, then please read my post above http://www.oscommerce.com/forums/index.php?sho...t&p=1107287 Nay
  21. As far as I can understand, you want to receive an email as an admin when someone create account or make order. And you want to know whether you can send newsletter using PHPMailer. > First, if someone create an account, osC doesn't send email to Admin unless you have custom programmed. If you need to custom program, look into catalog/create_account.php file and look for tep_mail(...) function and update to add extra email address. > Second, osC has feature that you can have osC sends extra order emails, when some make an order. To do this, log on to Admin are and go to Configuration/My Store/Send Extra Order Emails To and add the admin Email here. > Finally, whichever newsletter program or script you are using, you must make sure that the newsletter program or script uses tep_mail(...) function from catalog/admin/includes/functions/general.php file. And your store must fully be installed "PHPMailer for OsCommerce" contribution. P.S. Please next time, ask specific question :) Nay
  22. Please make sure that you have followed the instruction on Step 3 to 7 for the following files: Upload class.phpmailer.php and class.smtp.php to \catalog\admin\includes\classes\ catalog\admin\includes\configure.php catalog\admin\includes\application_top.php catalog\admin\includes\functions\general.php catalog\admin\mail.php read the instruction here : http://woodcraftsrus.com/osCommerce/PHPMai..._TO_INSTALL.htm
  23. Hi futurestar! It seems that you have installed the STS 4.5 in your system. I believe that might be causing the problem. STS usually comes with the feature to handle custom variables such as $sts->template['MyText']='Hello World'; in catalog/includes/modules/sts_inc/sts_user_code.php. You can modify this code to use with title, meta tags, and etc. If that is too complicated for you, I would suggest you to place the code: <?php /* Nay Meta Tags */ if(isset($header_tags) && $header_tags){ if(!$header_tags->his_empty()){ echo $header_tags->houtput('META'); $htitle = (isset($header_tags->htitle) && $header_tags->htitle)?$header_tags->htitle:''; } } /* End Nay */ ?> <title><?php echo (isset($htitle) && tep_not_null($htitle))?$htitle:TITLE; ?></title> from product_info.php line: 24 to 34 to head section of product_info template (possibly catalog/includes/sts_templates/full/product_info.php_3.html). I hope this helps. Let me know if that works out for you. Nay
  24. Sorry for delay! you may look at the link below to see the Step 6 and 7. http://woodcraftsrus.com/osCommerce/PHPMai..._TO_INSTALL.htm Thanks, Nay
  25. Here is the contribution: http://addons.oscommerce.com/info/5455 [Please note that I rarely have time to come to this forum. So, please be patient for the reply. Thanks] Nay
×
×
  • Create New...