Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JcMagpie

♥Ambassador
  • Posts

    3,373
  • Joined

  • Last visited

  • Days Won

    198

Reputation Activity

  1. Thanks
    JcMagpie got a reaction from valquiria23 in Support thread for JcM index new products V1.0 Phoenix   
    Not in the app's store just download from here.
    JcM index new products V1.0 Phoenix
    A simple add-on to let you display an index new products on your site
    This allows you to set the number of days from which the new products are selected. If no new products added in that period nothing is displayed.
    So you could set it to show new products added in last week, month or year.
    You can change the title to whatever you prefer “New products this week”
    It also make use of a small bit of code to allow you to have the image change on mouse hover (this is done using a small snip-it of code posted by @kgtee in the forum. To use the image change you need to add both the main image and one large image.
    As you will see the display has been changed to show a nice compact view with the product name disabled and the image set in the top of the card. The product name can be turned on again if required in admin.
    Again totally stand-alone with no core code change. Simply copy all files into relevant sections and go to admin and install.
    That's it Enjoy.
    Can be see working on this site

     
    JcM index new products Phoenix V1.0.zip
  2. Like
    JcMagpie got a reaction from kgtee in Support thread for JcM index new products V1.0 Phoenix   
    Not in the app's store just download from here.
    JcM index new products V1.0 Phoenix
    A simple add-on to let you display an index new products on your site
    This allows you to set the number of days from which the new products are selected. If no new products added in that period nothing is displayed.
    So you could set it to show new products added in last week, month or year.
    You can change the title to whatever you prefer “New products this week”
    It also make use of a small bit of code to allow you to have the image change on mouse hover (this is done using a small snip-it of code posted by @kgtee in the forum. To use the image change you need to add both the main image and one large image.
    As you will see the display has been changed to show a nice compact view with the product name disabled and the image set in the top of the card. The product name can be turned on again if required in admin.
    Again totally stand-alone with no core code change. Simply copy all files into relevant sections and go to admin and install.
    That's it Enjoy.
    Can be see working on this site

     
    JcM index new products Phoenix V1.0.zip
  3. Thanks
    JcMagpie got a reaction from Smoky Barnable in Support thread for JcM index new products V1.0 Phoenix   
    Not in the app's store just download from here.
    JcM index new products V1.0 Phoenix
    A simple add-on to let you display an index new products on your site
    This allows you to set the number of days from which the new products are selected. If no new products added in that period nothing is displayed.
    So you could set it to show new products added in last week, month or year.
    You can change the title to whatever you prefer “New products this week”
    It also make use of a small bit of code to allow you to have the image change on mouse hover (this is done using a small snip-it of code posted by @kgtee in the forum. To use the image change you need to add both the main image and one large image.
    As you will see the display has been changed to show a nice compact view with the product name disabled and the image set in the top of the card. The product name can be turned on again if required in admin.
    Again totally stand-alone with no core code change. Simply copy all files into relevant sections and go to admin and install.
    That's it Enjoy.
    Can be see working on this site

     
    JcM index new products Phoenix V1.0.zip
  4. Like
    JcMagpie got a reaction from valquiria23 in Spam, Fake accounts and how to stop them.   
    Yes I did not think it was. You would also need to make changes to the template_top and application-top also I would think. You would have to check on github to see changes from Frozen to Phoenix for the hooks.
  5. Like
    JcMagpie got a reaction from valquiria23 in Spam, Fake accounts and how to stop them.   
    I don't know if Frozen has the hooks in the form for this best thing to do is try it and see.
  6. Thanks
    JcMagpie got a reaction from valquiria23 in Spam, Fake accounts and how to stop them.   
    We have a big problem with spam and fake accounts on Phoenix sites, so what can we do? Well found some time to hook Google reCAPTCHA V2 for Phoenix 1.0.3.0 so everyone can make use of it.
    I have installed and tested on Phoenix 1.0.3.0 but as this is critical to comunincation with your customers I'm not going to post in the app's untill it's been tested by a few others. So here we go.
    JcM Google reCAPTCHA V2 Phoenix V1.0
    A simple add-on to let add the Google reCAPTCHA V2 to any form in Phoenix 1.0.3.0 that has the hooks added to it.
    It is a no core change add-on and uses site-wide hooks. Simply copy all the files over. You will need your Google reCAPTCHA so you can add them to the following file
    includes/languages/english/google_recaptcha.php
    Just open it in your editor and add the comment and keys into it
    //google
    define('MODULE_CONTENT_RECAPTCHA_ERROR','Sorry you need to prove you are human first please complete the google captcha');
    define('MODULE_CONTENT_RECAPTCHA_SITEKEY','Place your site key here');
    define('MODULE_CONTENT_RECAPTCHA_SECRETKEY','Place your Secret key here');
    That’s it it should just work. When you go to your contact_us page you should see the Google reCAPTCHA
    Enjoy.
    Can be see working on this site
    Thank's to @Gyakutsuki for helping to debug this.

     
     
    JcM Google reCAPTCHA V2 Phoenix V1.0.zip
  7. Thanks
    JcMagpie got a reaction from Smoky Barnable in Support thread for JcM GDPR-cookie-widgets V1.2 Phoenix   
    JcM GDPR-cookie-widgets V1.2 Phoenix
    let’s you add a cookie widget to your site. This will allow your customer to refuse cookies if they wish to and let you comply with legislation.
    What you allow will depend on who you are and what legal requirements you need to comply with. It is imposable to make an add-on that will work out of the box for all shops.
    The header_tag installs the main script which loads the main js and makes language selection. It also allows you to enter the custom scripts for your cookies.
    You have 10 input boxes admin to enter custom scripts. You do not need to use all 10, these are just to make management easy for most shops who will need only a few so can enter one into each box.
    If you need more than ten then just add extras all into one box.
    Included in the files is a list of some of the main scripts needed.
    Simply copy from <script to </script> and paste into input box and save.
    <script type="text/javascript">
    (tarteaucitron.job = tarteaucitron.job || []).push('adsense');
    </script>
     
    That’s all that is required. If you need more scripts then go to this website and search for the one you need.
    https://opt-out.ferank.eu/en/install/
    The script is multilingual but I have only added a few to the code. These are in the header_tag class so if you need more you can edit it and add them.
     
    $language_code == 'fr' ||
    $language_code == 'en' ||
    $language_code == 'nl' ||
    $language_code == 'de' ||
    $language_code == 'es' ||
    $language_code == 'it' ||
    $language_code == 'pt' ||
    $language_code == 'pl' ||
    $language_code == 'ru' ) {
     
    I have to thank @Gyakutsuki for all his help with this add-on and especially the multilingual code.
     
    That’s it again as always copy everything over into correct directory's don't forget to copy the new js files to ext.
    Then go into admin and install and set up the module. The rest is straightforward and should be self explanatory. Has been tested on Phoenix 1.0.3.0 only.
    You can see it working on this site
     
    Enjoy.

     
  8. Thanks
    JcMagpie got a reaction from valquiria23 in Support thread for JcM Product QR code V1.0 Phoenix   
    JcM Product QR code V1.0 Phoenix
    This is a simple add-on it will allow you to Place a QR code image on each product page.
    It requires NO core changes so just copy over the files provided.
    Once it’s installed simply go to admin and install and turn on.
    You can change the styling in admin it uses stock BS Class’s. You can also select the placing of the text within the container it’s added to.

    That’s it enjoy.
    It has only been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this custom test site

  9. Like
    JcMagpie got a reaction from Smoky Barnable in HoneyPot Captcha   
    Then you have not applied it correctly.
    1) It will stop 99% of all fake accounts made by bot's ( nothing can stop human factory fake accounts)
    2) Have installed on about 20 sites that were getting fake account problem has stoped on all sites. So yes it does work.
    3) Your customers complain about you keeping them safe ( stupid cutomers no?) Also you can change recpatcha so customer is not required to do anything ( invisable cpatcha)
    simply pick the one you are happy to work with.

     
  10. Thanks
    JcMagpie got a reaction from valquiria23 in Support thread for JcM footer Open Street Map V1.2 Phoenix   
    JcM footer Open Street Map V1.2 Phoenix
    A simple add-on that allows you to place a Open Street Map into the footer. It’s a simple no core change add-on so just copy files over go to admin and install and set up.
    Do you have a bricks and mortar store?
    Tell your customers about it on your website add a map with details about your store to your website. How? It's simple and free, takes a few minutes to do. Simply go to https://www.openstreetmap.org
    The easiest way is to use the 'sharing' sidebar on the right on the main osm.org site, there choose embeddable HTML.
    To make it responsive change width to 100%
    Now add the script in the language file replacing the one already in it.
    That’s it enjoy.
    Has been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this test site

  11. Like
    JcMagpie got a reaction from Smoky Barnable in Support thread for JcM Modal reCaptcha Contact V1.0 Phoenix   
    JcM Modal reCaptcha Contact V1.0 Phoenix
    A simple add-on that allows you to replace the stock footer information block with one that has a new simple contact form within a modal with Google reCapture. It also displays the information links in a modal window so customer is never taken away from the page they are on.
    It’s a simple no core change add-on so just copy files over go to admin and install and setup. Turn off the stock information block.
    To use the contact form you will need you google site keys. Add the secret key to the mail.php file along with the email address you wish to use.
    Line 6.
    $secretKey = 'put your secret key here';
    Line 15.
    $mail_to = "your email here";

    Then in the language file add you site key, cm_footer_jcm_modal_information_recaptcha_contact.php
    Line 75.
    <div class="g-recaptcha" data-sitekey="put your site key here"></div>
    That’s it enjoy.
    Has been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this custom test site



     
     
  12. Like
    Guest
    JcMagpie got a reaction from Guest in Support thread for JcM Modal reCaptcha Contact V1.0 Phoenix   
    JcM Modal reCaptcha Contact V1.0 Phoenix
    A simple add-on that allows you to replace the stock footer information block with one that has a new simple contact form within a modal with Google reCapture. It also displays the information links in a modal window so customer is never taken away from the page they are on.
    It’s a simple no core change add-on so just copy files over go to admin and install and setup. Turn off the stock information block.
    To use the contact form you will need you google site keys. Add the secret key to the mail.php file along with the email address you wish to use.
    Line 6.
    $secretKey = 'put your secret key here';
    Line 15.
    $mail_to = "your email here";

    Then in the language file add you site key, cm_footer_jcm_modal_information_recaptcha_contact.php
    Line 75.
    <div class="g-recaptcha" data-sitekey="put your site key here"></div>
    That’s it enjoy.
    Has been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this custom test site



     
     
  13. Like
    JcMagpie got a reaction from valquiria23 in Support thread for JcM Modal reCaptcha Contact V1.0 Phoenix   
    JcM Modal reCaptcha Contact V1.0 Phoenix
    A simple add-on that allows you to replace the stock footer information block with one that has a new simple contact form within a modal with Google reCapture. It also displays the information links in a modal window so customer is never taken away from the page they are on.
    It’s a simple no core change add-on so just copy files over go to admin and install and setup. Turn off the stock information block.
    To use the contact form you will need you google site keys. Add the secret key to the mail.php file along with the email address you wish to use.
    Line 6.
    $secretKey = 'put your secret key here';
    Line 15.
    $mail_to = "your email here";

    Then in the language file add you site key, cm_footer_jcm_modal_information_recaptcha_contact.php
    Line 75.
    <div class="g-recaptcha" data-sitekey="put your site key here"></div>
    That’s it enjoy.
    Has been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this custom test site



     
     
  14. Like
    JcMagpie got a reaction from valquiria23 in Support thread for JcM Product info Delivery Note V1.3 Phoenix   
    JcM Prod Info Delivery Note V1.0 Phoenix
    This is a simple add-on that will allow you to place delivery note on your product info page.
    It requires NO core changes so just copy over the files provided.
    Once it’s installed simply go to admin and install and turn on.
    You can change the styling in admin it uses stock BS Class’s. You can also select the placing of the text within the container it’s added to. The symbol used can also be changed.

    Why would I use this you may ask?
    Well delivery charges top the polls in the UK: they’re the most common reason for not completing an online order. With this add-on let your customer know at an early stage what the costs are so no surprises at checkout.
    That’s it enjoy.
    It has only been tested on Phoenix 1.0.3.0 only.
    Can be seen working on this custom test site


  15. Like
    JcMagpie reacted to Jack_mcs in HoneyPot Captcha   
    A new version has been uploaded with these changes:
    Added an option to record known bad IP's from an external site and to check those at run-time. Added an option to display a math captcha. Added an option to block accounts that have numbers in the name. Added an option to block accounts that have letters in the phone and fax fields. Added an option to log details for create account attempts. Added check for an account field containing html. Added optional code change to fix a known problem with oscommerce handling textareas in configuration. Corrected a logic error that would prevent the bad words filter from working for create account. Corrected a mistake in the database commands for older shops. Moved display text to a language file. Some Notes:
    This is not a direct replacement as previous versions were. Please follow the included instructions. Basically, you will need to remove any previous changes before applying these.
    The new IP List option creates a list of known bad IP's provided by myip.ms. But they only supply a limited number on their site to prevent large files from being downloaded. So there is a cron script in the package that will check their site and add any new IP's they find to be bad. I run the script daily but you may wish to run it more often or less. But if you go beyond five days or so, you may miss some of the additions so I don't recommend that.
    I added the match captcha at the request of one of my clients. Personally, I don't care for any challenge being presented to the visitor. To get rid of that was one of the main reasons for creating this addon. But it is there for those that want it.
    I saw on these forums that Honey Pot wasn't always catching fake accounts. I spoke with one person about this privately and the reason was, for him at least, that he did not have the "Create Account Check" option enabled. That setting is the on/off switch for all of the account checks. It should always be on if you want to use any of the account checking options.
    If you find that Honey Pot didn't block a fake account, please take a screenshot of that account in the customers section in admin and post it here along with what settings you are using for the Honey Pot module and I will take a look.
     
  16. Like
    JcMagpie got a reaction from LeeFoster in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    JcM H Stock Carousel Banner V1.2 Phoenix
    😊clearly not as clear as needed as people were asking what would happen without it. Still never mind sorted now. Original version has been updated to inclued stock banner code so just copy all the admin files over as well. It's a NO core change as far ad the code goes, but as the banner tables have been removed from the database you will need to add these back. I have included a SQL file with all the required infomation. However be warned BACKUP your database before you make any changes to it.
    It's as simple as opening phpmyAdmin and going to your database then click the sql and then copy the provided code into the window and press go. It will automaticly add the required tables to your database. If your not sure then get some one to do it for you. Be sure to BACKUP first.

    If all goes well you wil have your old banner manager back.

  17. Like
    JcMagpie got a reaction from Fredi in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    Ok thank's good to know, It's just that as I have only tested on 1.2  so that's all i can advise. 
    I'm sure I have done header banners add-ons that do not use the osC stock banner code. So you could just use one of them check in the apps store.
    This is one running on this 2.4 test site. It just pulls the images direct from a folder. Just requires you to manualy manage when the show.
    Header Banner using image folder

    So you still have options.
  18. Like
    JcMagpie got a reaction from Fredi in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    No I have no plans to do anything further with this. I have no idea what Phoenix's plans are, if it goes then you will either have to stick with current version or find another solution. I have frozen my add-ons at 1.0.1.2 and have no plans to do any further updates. Just too many changes to keep up with. Sorry.
    Just because phoenix is removing it does not mean you have to, you could just keep using it. The changes you make are up to you.
    Also I'm sure there will probably be a replacment add-on of some sort.
  19. Like
    JcMagpie got a reaction from Fredi in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    Small update to stop the message from being annoying! added session control so it only shows once each session. Only the AdText hook file needs to be updated.
    AdBlock Check Phoenix V1.1.zip
  20. Like
    JcMagpie got a reaction from Fredi in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    For anyone else who feels the need to check for ad-blockers this is a simple implamentation of this detection script for Phoenix.
    https://github.com/InteractiveAdvertisingBureau/AdBlockDetection
    It's implamented using 2 sitewide hooks so no core changes. It will give you something to play with and refine for your site. It detects if ad-blocker is active in the customers browser and displays a message in a modal window which the customer can dismiss.
    It's not in the apps market and I do not plan to support it beyond what is posted here. You are free to edit the hooks code as you like.


     
    AdBlock Check Phoenix V1.0.zip
  21. Like
    JcMagpie got a reaction from Fredi in Support thread for JcM Header Stock Banner V1.0 Phoenix   
    I do not agree with using this but if you wish to use it on your website that's up to you.
    Anti Adblock Script
    https://antiblock.org/
  22. Like
    JcMagpie got a reaction from valquiria23 in captcha or recaptcha   
    I have it running on CE edge, frozen and Phoenix 1.0.2.2 so it will work. Be carfull to follow all the instru ctions, also you need a google account to get your keys as it will not work without them.
    If you get stuck either post on support thread or here with exact vesion your running and what is not working about it. Also any info in your error logs
  23. Like
    JcMagpie got a reaction from valquiria23 in captcha or recaptcha   
    https://apps.oscommerce.com/f2UI4&amp;recaptcha-2-form-validation-for-bs-edge
    This works fine with CE
  24. Like
    JcMagpie got a reaction from Smoky Barnable in support thread for JcM Store Close V1.0 Phoenix   
    JcM Store Close Phoenix V1.0
    This is an add-on that lets you close your store to orders being placed. It contains 2 modules.
    The first is a simple header message which can be used to let your customer know you are closed.
    The second is a button control header tag that hides buy or add to cart buttons on index and replaces the buy button on product info page with a closed button. It is designed for stock install so if you have any custom buttons then you will need to deal with those separately.
    Again totally stand alone with no code change. Simply copy all files into relevant sections and install.
    The messages can be set in admin by editing language files.
    Once installed all you need to do is turn on the 2 modules to close the store to new orders. No other module needs to be changed as customer can not add anything to basket. Your store should be full functional other than this and web links , seo should be unaffected as all products and pages are still active and available.
    Has been tested on Phoenix 1.0.2.x only.
    Enjoy!
    The message ( you can select which pages it is shown on )

    The disabled closed button on product info page

     
  25. Like
    JcMagpie got a reaction from valquiria23 in support thread for JcM New Themes Header Tags-V1.0 Phoenix   
    Ok i forgot about footer-extra in Phoenix, this is not part of the Boostrap themes. To change that you need to add a bit of aditional css to your user.css file.
    .footer-extra { background: #cd212a; /*#3b5998;original*/ color: #cd212a; line-height: 2; padding-top: 10px; border-width: 2px; border-style: solid; border-radius: 25px 25px 55px 5px/5px 55px 25px 25px; } This will give you this footer extra to match the rest of the style. Color as you require.

×
×
  • Create New...