Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JcMagpie

♥Ambassador
  • Posts

    3,373
  • Joined

  • Last visited

  • Days Won

    198

Everything posted by JcMagpie

  1. Not sure I understand if you install an ad blocker then you cannot complain when it works!
  2. Just checked on my test site and my banners are working fine with adblocker. pm a link to your so i can check.
  3. Nothing new in that Fredi, it's all down to how you set it up, adblocker will also block banners if settings are strict. Turn off the built in adblocker and they should show fine or add your site as an exception to the rule allowing ads from your own site.
  4. You could simply try an alternative search method. JcM Header Google Search V1.0 Phoenix
  5. JcM Back to Top button V1.5 Phoenix

    A simple header_tag module to let you place a back to top button on your site.

    1. valquiria23

      valquiria23

      Thanks for this fantastic addon (which should come in the core) Zahid !!!

  6. Just a little halloween fun!

    1. valquiria23

      valquiria23

      Thanks for making OSC more fun Zahid !! We need more creative people like you to make the world happier  :)

  7. JcM Adaptive Images Phoenix V1.0 Is now a hook. If you already have it installed just remove header files after uninstalling and add new files.

     

     

    1. valquiria23

      valquiria23

      Thank you for this fantastic addon Zahid !!!

  8. JcM Adaptive Images Phoenix V1.0 JcM Adaptive Images hook for Phoenix 1.0.2.x only. Is now a hook. If you already have it installed just remove header files after uninstalling and add new files. This addon uses the code by MattWilcox/Adaptive-Images from GitHub It is used as supplied and all credit is with original author. All this add-on does is allow you to install in as a module you can turn on and off. Adaptive Images by Matt Wilcox is licensed under a Creative Commons Attribution 3.0 Unported License. This will automatically produce several images from your original image so each device can be served with the correct size image. Will help speed up site loading on mobile devices. Again totally stand alone with no core code change. You will have nothing to see as it just adds script. Go to a mobile device and view your site, browse around and then check your site files. You should have a directory /ai-cache and within this will be other folders /100 /200 to match your image widths. If this is true its working. If not check your configuration. The script works with good quality images! So if your images are small to begin with not much point using this. As it will scales up images to try and give a better view all you will get is a fuzzy mess! You need to add this code to your .htaccess file. I strongly advise you to duplicate that file so you can revert to it if things go pear-shaped. Open your existing .htaccess file and edit the contents. You'll need to look and see if there is a section that begins with the following: <IfModule mod_rewrite.c> If there is, then you need to add the following lines into that block: # Adaptive-Images ----------------------------------------------------------------------------------- # Add any directories you wish to omit from the Adaptive-Images process on a new line, as follows: # RewriteCond %{REQUEST_URI} !some-directory # RewriteCond %{REQUEST_URI} !another-directory RewriteCond %{REQUEST_URI} !assets # Send any GIF, JPG, or PNG request that IS NOT stored inside one of the above directories # to adaptive-images.php so we can select appropriately sized versions RewriteRule \.(?:jpe?g|gif|png)$ adaptive-images.php # END Adaptive-Images If you don't have a code block then simply copy and paste the following into your file instead: <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On # Adaptive-Images ----------------------------------------------------------------------------------- # Add any directories you wish to omit from the Adaptive-Images process on a new line, as follows: # RewriteCond %{REQUEST_URI} !some-directory # RewriteCond %{REQUEST_URI} !another-directory RewriteCond %{REQUEST_URI} !assets # Send any GIF, JPG, or PNG request that IS NOT stored inside one of the above directories # to adaptive-images.php so we can select appropriately sized versions RewriteRule \.(?:jpe?g|gif|png)$ adaptive-images.php # END Adaptive-Images ------------------------------------------------------------------------------- </IfModule> The “adaptive-images.php” file and has all the settings that are in the CONFIG area. By default it looks like this: /* CONFIG ----------------------------------------------------------------------------------- ------------------------ */ $resolutions = array(1382, 992, 768,500, 480, 250, 200, 150, 100); // the resolution break-points to use (screen widths, in pixels) $cache_path = "ai-cache"; // where to store the generated re-sized images. Specify from your document root! $jpg_quality = 80; // the quality of any generated JPGs on a scale of 0 to 100 $sharpen = TRUE; // Shrinking images can blur details, perform a sharpen on re-scaled images? $watch_cache = TRUE; // check that the adapted image isn't stale (ensures updated source images are re-cached) $browser_cache = 60*60*24*7; // How long the BROWSER cache should last (seconds, minutes, hours, days. 7days by default) /* END CONFIG ----------------------------------------------------------------------------------- ----------------------- ------------------------ Don't edit anything after this line unless you know what you're doing ------------------------- ----------------------------------------------------------------------------------- ---------------------------------- */ You should not need to change any of these settings. This addon uses the code by MattWilcox/Adaptive-Images from GitHub It is used as supplied and all credit is with original author. All this add-on does is allow you to install in as a module you can turn on and off.
  9. 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
  10. https://apps.oscommerce.com/f2UI4&amp;recaptcha-2-form-validation-for-bs-edge This works fine with CE

  11. 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.

     

     

    1. valquiria23

      valquiria23

      Great Addon, Thanks Zahid for supporting OSC !!

  12. 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
  13. I have not made any add-ons for version 1.0.2.5 Once again here it is working fine on version 1.0.2.2 which it was tested on.
  14. Should be no need to remove a div but hey if it work's for you then all good. sorry missing image in last post, as you can see works fine as is.
  15. Must be an issue with 1.0.2.5 or your set up as it's fine on 1.0.2.2 with width set to 8 just tested see below
  16. Sorry but not tested on 1.0.2.5 works fine on 1.0.2.2 post or pm link to site as got to be some issue with settings.
  17. 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.
  18. It's is quit simple to make a custom version of a theme. You can use a online theme editor or just edit an existing theme. This is the stock Sketchy-bootstrap theme it's nice I like it. But you may not like it in black. No problem a few edits in the .css file and you can change that. here it is in blue. file is attached. No? need more ok lets look at some of the colors trends for 2020 https://www.pantone.com/color-intelligence/fashion-color-trend-report/fashion-color-trend-report-new-york-spring-summer-2020 I like the Flame Scarlet nice color let's use that. A few more edits of the .css and we have again file is attached JcM-Blue-Sketchy-bootstrap.css
  19. Working at making a simple add-on to allow a user to close the online store

     

  20. I have been working at making a simple add-on to allow a user to close the online store. Looking to keep it as simple as posiable and not affect SEO in any way. What I have ended up with are 2 simple add-ons. 1) Button control header tag add-on. This works in 2 ways. a) is to allows you to hide all the buy buttons in index and index listed and boxes or any other add-on installed. You just add any aditional hides to the header tag. The add to cart button is hiddden below. b) is to replace the product info buy button with a disabled button with "Sorry Closed" text The rest of the site can just be left as is, as nothing can be added to cart. The second add-on is a simlple header message that can be shown on selected pages that lets the customer know that you are closed. This is just a simple method which requires no core changes or the need to turn any parts of the existing shop off. So far looks to work fine on the test sites. Anyone intrested is welcome to try it out, just PM me for the code. Just remember as I have no idea what modules or add-ons are running on your site the button control header tag will need to be modified for you site. It's just a case of finding all the buttons involved in addin to cart or buy now and adding them to the display:none list. Note: If your looking for somthing more sophisticated then use one of the existing add-on's in the app store.
  21. A simple header_tag module to let you change the theme on your Phoenix site.

    1. valquiria23

      valquiria23

      Thank you very much Zahid @JcMagpiefor this excellent contribution to the community.

      This demonstrates that good constructive conversations and ideas in the forum, result in excellent contributions to the OSC community. 👍

  22. JcM New Themes Header Tags-V1.0 Phoenix JcM New Themes Header Tags-V1.0 A simple header_tag module to let you change the theme on your Phoenix site. This is a standalone add-on and makes no changes to core files. Comes with 18 Bootstrap 4 themes to select from. You can make further changes to each by using the color tweak add-on. JcM Color Tweak V1.1 That’s it simply copy all files of the into relevant sections and go to admin modules /header tags and install. You can then select the required theme in admin. too many images to post here to show each theme but you can see them here https://bootswatch.com/ Has been tested on Phoenix 1.0.2.2 only. Enjoy!
  23. So not everyone is happy to edit files in order to make changes ( “You can please some of the people all of the time, you can please all of the people some of the time, but you can’t please all of the people all of the time”) Not a problem just use this header_tag add-on and you can select the required theme in admin. It's about as simple as i can make it. Any other changes are down to the user. Remember you have 18 themes to select and each can be chnaged further using the color tweak add-on here JcM Color Tweak V1.1 so you have millions options to use on your site! Has been tested on Phoenix 1.0.2.2 only. Enjoy! JcM New Themes Header Tags-V1.0.zip
  24. Thanks yes with a little work you can make your site very distinctive You can combine the themes mod with the color tweek add-on JcM Color Tweak V1.1 You can then make small changes to the theme to make it your own. This is the Sketchy-bootstrap.min.css theme with color tweak default settings.
×
×
  • Create New...