Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nandima

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by nandima

  1. Thanks, @Jack_mcs that problem sort out at the moment. But a lot of already provided social links need to be upgraded for social book markings. Otherwise getting errors. For example, LinkedIn shares a link on Admin Panel; https://www.linkedin.com/shareArticle?mini=true&url=URL&title=TITLE&source=URL above link output on website source code; https://www.linkedin.com/shareArticle?mini=true&ampurl=https%3A%2F%2Fmywebsite.com%2Findex.php&amptitle=&ampsource=https%3A%2F%2Fmywebsite.com%2Findex.php&title= for proper working URL need to change this way; https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fmywebsite.com%2Findex.php&title=&source=https%3A%2F%2Fmywebsite.com%2Findex.php&title= (Need to delete amp on URL) So, how can I do that? Which file do I need to change codes? Please help.
  2. Thank you very much, @Jack_mcs for sharing the latest version. Really appreciate it.
  3. Thanks, @Jack_mcs for your reply. I’m using, the Use_if_version_BootStrap directory of the package. Also, I noticed that version hasn’t header_tags_seo.php in the below path. admin/includes/languages/english/modules/boxes/header_tags_seo.php So, how can I sort out this problem? Please advise! Thank you!
  4. Hello @ruden, Where I can get this Add-On now? Please help.
  5. Hello @Jack_mcs After installing Header Tags SEO V 3.3.5 in my OSCommerce-2.3.4.1-CE-master’s admin panel have some warning issues and Header Tage not working correctly. Please refer attached picture for details. So, how can I solve those issues? Please help me.
  6. Hi Jack, I noticed after installing Header Tags Seo the same meta tags displaying two times. How can I remove duplicate one? Please advise.
  7. Thank you! Jack, really appreciates it.
  8. Hi Jack, How integration "Twitter Cards" with these add ones? In other words how to put below integration?, Thanks. <meta name="twitter:card" content=""> <meta name="twitter:site" content=""> <meta name="twitter:creator" content=""> <meta name="twitter:url" content=""> <meta name="twitter:title" content=""> <meta name="twitter:description" content=""> <meta name="twitter:image" content="">
  9. Thanks, Jack, problem sort out after installing includes/template_top.php file.
  10. I did. But still the problem there...................
  11. Jack, I haven’t an idea. Can you explain more or write down here? Thanks.
  12. Jack, after installing OSCommerce 2.3.4.1to Header Tags SEO V 3.3.5, upper right-hand side buttons [ (Cart Contents) (Checkout) (My Account) ] original display vanished. Can you look into those issues? Thanks. 1 Picture - Original view 2 Picture - Fault view
  13. Jack, all previous problems figure out. But still, the below problem thereafter installing Header Tags_SEO_V 3.3.5. Can you look into this issue? Thanks.
  14. Thanks, Jack, one problem solves but still the other one remains. Please help me to solve that one, Thanks.
  15. These two files generating these problems; catalog/admin/includes/boxes-->header_tags_seo catalog /admin/includes-->template_top
  16. Hi Jack, Thanks for your message. I Instaled you provide new version but the problem still there. Can you please look into this issue? Thanks
  17. Hello Jack, After installing HeaderTags_SEO_V_3.3.3_1 my admin panel have problems. Please refer attached picture for details. So, how can I solve those issues? Please help me.
  18. You need to correct “mysql real escape string” problems for these issues.
  19. If anyone need help regarding this module installations please contact me.
  20. Hi Bob, Thank you for the reply. But I also change your way and tried but generated some errors. That’s why I posted here. 1. osCommerce included moneybookers module not working. Always getting error. Please checked attached pictures. (Pic 1) https://docs.google.com/document/d/1pC0iJ-ccvzeSdoGq6wpFn47rIo8JPkohbu2p3DtLCvc/edit?usp=sharing (Pic 2) https://docs.google.com/document/d/1xsMlFQeIfn_U70sxamYt2VQZ7QfUxWTJcxa1d-oFGWk/edit?usp=sharing 2. That reason I installed below Add-Ons; http://addons.oscommerce.com/info/5200 (Pic 3) https://docs.google.com/document/d/1spst4hRke8ZBPNqAoh-zSlhNdZzxEqn4632llc6WZ5k/edit?usp=sharing 3. But cannot installed module. Always getting error. (Pic 4) https://docs.google.com/document/d/1Z58V6Yxj69lioODjOs4lZ3d-hvhzGmjvWeqCEhIE0qA/edit?usp=sharing 4. Then I change moneybookers_main.php your way; mysql_real_escape_string to mysqli_real_escape_string and get below errors. (Pic 5) https://docs.google.com/document/d/1BdmQy2CafOfXNJW6r_Qb_s6u6H3IfXQx5z93ADuwl1E/edit?usp=sharing This is the problem I have at the moment. Thanks,
  21. Hi Everyone, Problem is generated on http://addons.oscommerce.com/info/5200 link moneybookers_main.php under 115 line. Issues are related to PHP 5.5 compatibility database functions. How can I convert below codes? $sql = "INSERT INTO " . TABLE_CONFIGURATION . "(configuration_title, configuration_key, configuration_value, configuration_group_id, date_added, configuration_description"; $val = "'" . mysql_real_escape_string($title) . "', '" . mysql_real_escape_string($key) . "', '" . mysql_real_escape_string($value) . "', 6, now(), '" . mysql_real_escape_string($description) . "'"; Thanks.
×
×
  • Create New...