Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jack_mcs

Members
  • Posts

    31,133
  • Joined

  • Last visited

  • Days Won

    194

Reputation Activity

  1. Thanks
    Jack_mcs got a reaction from domiosc in Header Tags SEO   
    A new version has been uploaded with these changes:
    Added social icon for blogspot. Changed open graph price code to work with other languages. Found by member milerwan. Changed the Curently Viewing code to properly show for all pages. Changed the Phoenix code to merge some of the code and database entries with that included in the stock shop. Corrected mistakes in the database installed script. Replaced the update button in Fill Tags to work with later versions of Phoenix. Removed testing code for the Version Checker. Found by member @koopmanh. Updated one of the update text files to fix mistakes. Found by member @demitry. Updated the social icons - changed sumbleupon to mix. Note: This is mainly an update for Phoenix, specifically version 1.0.7.3. If you are using Frozen, there are some changes that may fix a few problems. But if you are using Phoenix but not 1.0.7.3, then this update won't apply to your shop. It could work but some of the stock files have been moved in 1.0.7.3 and it takes too much time to try to provide all of the possible changes. So if you want to install this version, which has many improvements, make the changes to the files in catalog manually, after adjusting the path, and it will work fine.
    The main focus of this update it to merge the stock SEO code with the more powerful options provided by this addon. With this version, all Phoenix shops can now take advantage of the extra options this addon adds.  This version also fixes a coding error in all stock Phoenix shops. So there's no downside now to installing this addon while there are many benefits.
    Important: Be sure to use the headertags_seo_db_handler_hybrid.php database file if you have a 1.0.7.3 shop. If it gives an option to reset, click on that. For all other shops, use the headertags_seo_db_handler.php file.
     
     
  2. Like
    Jack_mcs got a reaction from 14steve14 in Database Optimizer   
    That is the situation with all addons. Most of the new ones for Phoenix don't even have a Frozen version, much less pre-Frozen versions. I've always tried to include versions for all shops in my addons but that is going away. Even now, I don't have the time to test Frozen versions and may stop supporting all pre-Phoenix versions. I offer paid support for them but trying to code for all shops in the free versions just takes too much time.
  3. Like
    Jack_mcs got a reaction from Demitry in Database Optimizer   
    1) There is a version for "Before 2.3". I don't recall I updated it for this version. Probably not. With Phoenix becoming more and more popular and with it changing often, managing multiple versions is just not possible any longer, at least for me. If you need an addon to work for older versions, you can 
    Use an older version. This is not a good idea since you will lose fixes and improvements. Convert the code to work with an older version. Pay someone to do the conversion. 2) This got through because of lack of time for testing older versions. To fix it, you can replace 
    <td align="center"> <?php echo tep_draw_bootstrap_button(IMAGE_UPDATE, 'fas fa-save', null, 'primary', null, 'btn-success btn-block btn-lg'); ?> </td> with
    <td align="center"><?php echo tep_image_submit('button_update.gif', IMAGE_UPDATE);?></td> 3) I'm not able to reproduce this but in searching for it, it seems to be a bug in php 7.1 and, maybe 7.2. I'm running 7.3 so it seems they fixed that problem. Applying the change below should prevent it but since I can't see the warning, I can't be sure. Change this line
    $dateOrder = date("Y-m-d", time() - ($config['orphan_orders'] * 86400)); to
    $dateOrder = date("Y-m-d", time() - (int)($config['orphan_orders'] * 86400));  
  4. Thanks
    Jack_mcs got a reaction from valquiria23 in Gift Vouchers Secure   
    A new version has been uploaded with these changes:
    Changed the database installer to remove commands not available in all mysql versions. Changed code for the welcome discount code to take multiple coupons due to languages in the account. Fixed a coding mistake in the redeem code. Fixed a problem where Free Shipping coupons would be convereted to non-Free Shipping. Created a Phoenix version and tested with 1.0.7.3. Pro Version:
    Ability to automatically send coupon code to customers that place an order to increase re-orders.
  5. Like
    Jack_mcs got a reaction from domiosc in Gift Vouchers Secure   
    A new version has been uploaded with these changes:
    Changed the database installer to remove commands not available in all mysql versions. Changed code for the welcome discount code to take multiple coupons due to languages in the account. Fixed a coding mistake in the redeem code. Fixed a problem where Free Shipping coupons would be convereted to non-Free Shipping. Created a Phoenix version and tested with 1.0.7.3. Pro Version:
    Ability to automatically send coupon code to customers that place an order to increase re-orders.
  6. Like
    Jack_mcs got a reaction from Omar_one in Gift Vouchers Secure   
    A new version has been uploaded with these changes:
    Changed the database installer to remove commands not available in all mysql versions. Changed code for the welcome discount code to take multiple coupons due to languages in the account. Fixed a coding mistake in the redeem code. Fixed a problem where Free Shipping coupons would be convereted to non-Free Shipping. Created a Phoenix version and tested with 1.0.7.3. Pro Version:
    Ability to automatically send coupon code to customers that place an order to increase re-orders.
  7. Like
    Jack_mcs reacted to raiwa in KissIT Image Thumbnailer Support   
    Uploaded update:
    KissIT image thumbnailer 3.3.0.
    Requires Phoenix 1.0.5.6+
    Tested up to Phoenix 1.0.7.3
    Change log 3.3.0:
    Added Pi Gallery Kissit module
    Admin thumbs:
    hooked all modifications except tep_image function
  8. Like
    Jack_mcs got a reaction from valquiria23 in Auto Update Currencies   
    A new version has been uploaded. It adds a version for Phoenix. No file changes are required.
  9. Like
    Jack_mcs got a reaction from domiosc in Database Optimizer   
    A new version has been uploaded with these changes:
    Changed call to defined location in database_optimizer.php. Found by @raiwa. Fixed some compatibility issues with php 7.3. Added a version for Phoenix. Removed the calls to load the filename and database files in the After 2.3 version. Replaced mysql_error with mysqli_error for php 7 compatibility. Found by @Demitry. Updated the included Version Checker file that works with the new apps section.  
     
  10. Like
    Jack_mcs got a reaction from valquiria23 in Database Optimizer   
    A new version has been uploaded with these changes:
    Changed call to defined location in database_optimizer.php. Found by @raiwa. Fixed some compatibility issues with php 7.3. Added a version for Phoenix. Removed the calls to load the filename and database files in the After 2.3 version. Replaced mysql_error with mysqli_error for php 7 compatibility. Found by @Demitry. Updated the included Version Checker file that works with the new apps section.  
     
  11. Like
    Jack_mcs got a reaction from Demitry in Database Optimizer   
    A new version has been uploaded with these changes:
    Changed call to defined location in database_optimizer.php. Found by @raiwa. Fixed some compatibility issues with php 7.3. Added a version for Phoenix. Removed the calls to load the filename and database files in the After 2.3 version. Replaced mysql_error with mysqli_error for php 7 compatibility. Found by @Demitry. Updated the included Version Checker file that works with the new apps section.  
     
  12. Like
    Jack_mcs got a reaction from Omar_one in Database Optimizer   
    A new version has been uploaded with these changes:
    Changed call to defined location in database_optimizer.php. Found by @raiwa. Fixed some compatibility issues with php 7.3. Added a version for Phoenix. Removed the calls to load the filename and database files in the After 2.3 version. Replaced mysql_error with mysqli_error for php 7 compatibility. Found by @Demitry. Updated the included Version Checker file that works with the new apps section.  
     
  13. Like
    Jack_mcs got a reaction from Omar_one in Gift Vouchers Secure   
    Yes, I've been working on it and, I think, it is ready to be uploaded. But the changes are significant  so I need to test it more than I have. I think it will be uploaded in the next week or two.
  14. Thanks
    Jack_mcs got a reaction from valquiria23 in FAQ's BS   
    A new version has been uploaded with these changes:
    Added an icon for Phoenix. Changes admin FAQ files to work with Phoenix 1.0.6.2.
  15. Thanks
    Jack_mcs got a reaction from radhavallabh in FAQ's BS   
    A new version has been uploaded with these changes:
    Added an icon for Phoenix. Changes admin FAQ files to work with Phoenix 1.0.6.2.
  16. Thanks
    Jack_mcs got a reaction from Patty in [CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo   
    For Phoenix user, the following change is needed to prevent a warning. In includes/classes/seo.class.php, replace this code (at line 786)
    if ( (SEARCH_ENGINE_FRIENDLY_URLS == 'true') && ($search_engine_safe == true) ) { with this
    if ( (defined('SEARCH_ENGINE_FRIENDLY_URLS') && SEARCH_ENGINE_FRIENDLY_URLS == 'true') && ($search_engine_safe == true) ) {  
  17. Like
    Jack_mcs got a reaction from radhavallabh in [CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo   
    If something is wrong in the shop, as with the last problem, then it might appear to be this addon but this addon can't be the cause since it has nothing to do with the shopping cart. I suggest you install a clean, new shop and install this addon. If it works correctly, which it should, then you can compare the two shops to find the cause of the problem.
  18. Like
    Jack_mcs got a reaction from ArtcoInc in HoneyPot Captcha   
    None of the defines with "violation" in them are shown to the customers. The others are. As @ArtcoIncmentioned, you need to create a copy of the english files for whatever language you have.
  19. Thanks
    Jack_mcs got a reaction from ce7 in Header Tags SEO   
    @ce7That could be caused if the stylesheet fo this addon is not loaded. Check to make sure you have added the header tags code to the admin/includes/template_top.php file and that all of the new files have been uploaded, specifically the file in admin/includes/header_tags_seo/.
  20. Thanks
    Jack_mcs got a reaction from ce7 in Information Pages SEO addon   
    @ce7I can''t enlarge the image enough to see the problem. But, in general, if you want a link to show up in only one module set its box ID to that modules ID.
  21. Thanks
    Jack_mcs reacted to addons2017 in HoneyPot Captcha   
    Thanks for this module, I haven't had a single fake log in or contact since I installed it!!
    Regards Andy
  22. Like
    Jack_mcs got a reaction from ce7 in Database Optimizer   
    @ce7For the first one, at the location shown,  change
    case TEXT_DO_OPTIMIZE: $config['optimize'] = DATABASE_OPTIMIZER_OPTIMIZE; $optionSelected = true; break; to
    case TEXT_DO_OPTIMIZE: $config['optimize'] = DATABASE_OPTIMIZER_PERIOD; $optionSelected = true; break; For the second one, change
    $mainDate = tep_db_fetch_array($query, MYSQL_ASSOC); to
    $mainDate = tep_db_fetch_array($query); For the third one, change
    case 'Opt C': continue; //skip customers with orders to
    case 'Opt C': continue 2; //skip customers with orders  
  23. Thanks
    Jack_mcs got a reaction from valquiria23 in HoneyPot Captcha   
    A new version has been uploaded with these changes:
    Added the time to submit code to the form checker (non-create account) code. Added files, new and changed, for pre-2.3 shops. Added code to remove a blocked IP from the .htaccess file. Added 144 countries to the postal code check. Added an icon to the left column for Phoenix versions. Changed the code for the CheckCountryState function to ignore countries without states. Changed the code for the CheckPostalCode function to better handle the various options. Changed the code for the captcha font to use the full path since it failed on some servers.   Changed code to be compatible with all versions of Phoenix. Fixed code for country-state check that caused it to always be active. Fixed the time to submit function to work correctly. Found by @dfr717. Fixed the postal code checking due to problems found by @pedros. Fixed the hidden field test so that it works correctly. Fixed code to prevent failures for some multi-named databases. Changes made but not in this version:
    Added the date created to the Account Check page in admin. Added an option to clear the log file in admin. Added an option to display the log for just the current month. Added an option to skip logging first-time accounts. Changed the order of the log file to show latest entries first. Changed the filtering for names in admin to be give better and faster results. Changed the code that prevents url's to check for url's without schemes, like example.com.
  24. Thanks
    Jack_mcs reacted to 14steve14 in Sitemap SEO   
    @Jack_mcs Jack Thanks for the great addon. Works great on 1.0.5.0. There are a few errors with the boxes control page but I dont use that any way.
    Only thing I did was to change one line in the admin/includes/languages/english/modules/boxes/sitemap_seo.php file to
    define('MODULES_ADMIN_MENU_HEADING_SITEMAP_SEO', '<i class="fas fa-sitemap fa-fw mr-1"></i>Sitemap SEO');
    which added a sitemap icon next to the text so that made all the admin box titles look the same on the page.
  25. Like
    Jack_mcs got a reaction from cigarsforless in View Counter   
    No, I haven't. There isn't a specific version for Phoenix, so a few core changes would be needed. And those changes would have to be made manually. The instructions for the Frozen version should be close enough to do that.  There is a version for Phoenix in the works but I don't have a date for that.
×
×
  • Create New...