Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'support thread', 'jcm', ' our', ' bestsellers', ' image', ' box' or ' v1.0'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

  1. JcM Header Carousel Banner V1.0 Phoenix This is a header add-on that lets you place a carousel banner at the top of your site. This makes use of the stock banner manager that comes with osC. It will show 4 banners. It requires core changes so only use if you are happy to make these. A modification is required on the admin side to display the banner id’s in the banner manager so you can select which to display. You can do a file compare or simply replace the files with those provided. In public_html/admin/banner_manager.php around line 320 find <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_GROUPS; ?></td> and below this add, <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_ID; ?></td> around line 349 find <td class="dataTableContent" align="right"><?php echo $banners['banners_group']; ?></td> and below this add, <td class="dataTableContent" align="right"><?php echo $banners['banners_id']; ?></td> Then in /public_html/admin/includes/languages/english/banner_manager.php at the end of the file just before the ?> add define('TABLE_HEADING_ID', 'Banner ID'); That’s it for the core changes. Now simply install and turn on like any other add-on. Once it’s installed simply go to admin tools/banner manager and add your banners. Make sure to add it to the header group or it will not work. These can be text or images just follow instructions in admin. Remember to add your URL link for each banner or you will get a 404 error. Select the banner id’s to be shown in the new banner manger and enter them in admin. These are the banners that will then be displayed in the carousel. The overlay text for each banner can be set in the language file. You can also select which pages it is to be shown on. That’s it enjoy. It has only been tested on Phoenix 1.0.2.0 only. Can be seen working on this custom test site setting banners. the display that's it enjoy!
  2. JcM footer Brands/Logo's V1.0 CE A simple add-on that allows you to display brand / logo’s in the footer It’s a simple no core change add-on so just copy files over go to admin and install and setup. Images must be in images/logos/ By default images are numbered image1….16 so if you drop those in to the logos folder will display automaticity. If you name the images something else, then go to admin and enter the image names used. The BS3 version is a compromise as BS3 will not display multi image carousel. Done using some js and css. You can also select which pages it will be shown on in admin. Carousel’s are not perfect on small screens so you can set which screen size to block them on in admin. That’s it enjoy. Has been tested on FROZEN CE BS3 & BS4 only.
  3. JcM Product Info Page Print V1.0 Phoenix This is a simple add-on for product information page. It will allow you to place a print page link on your product pages. 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. That’s it enjoy. It has only been tested on Phoenix 1.0.4.0 only. Can be seen working on this custom test site
  4. 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
  5. 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
  6. JcM AdBlock Check Phoenix V1.2 If you use siders or banners on your site these can be blocked by adblockers depending on how the user has set his browser. This add-on will display a modal leting them know if it's blocking content. Updated to add language file. Updated to show modal only once per session. A simple add-on to let detect if user has Ad-blocker enabled on his browser. It will display a message in a modal window. It is a no core change add-on and uses site-wide hooks. Simply copy all the files over. There is nothing to turn on. It is done using hook’s so can only be installed on sites with hook’s available. It have been tested on Phoenix 1.0.3.0 Can be see working on this test site Enjoy.
  7. 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
  8. JcM Header Stock Banner V1.0 Phoenix This is a simple header add-on that lets you place banner at the top of your site. This makes use of the stock banner manager that comes with osC. It’s a no core change add-on. Simply install and turn on like any other add-on. Once it’s installed simply go to admin tools/banner manager and add your banners. Make sure to add it to the header group or it will not work. These can be text or images just follow instructions in admin. Remember to add your URL link for each banner or you will get a 404 error. The banner can be configured in admin and you can select which pages it is to be shown on. The text message is optional and can be turned on or off in admin. The actual text is set in the language file. That’s it enjoy. It has only been tested on Phoenix 1.0.1.X only. Can be seen working on this custom test site NOTE: This is NOT the official test site
  9. JcM Image Disclaimer V1.0 Phoenix This is a simple add-on for product information page. It will allow you to Place an image disclaimer message next to your images. 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 warning symbol used can also be changed. Why would I use this you may ask? Well it can prove very useful for a number of reasons. 1) if you are selling generic products that can change slightly from batch to batch. This could be a colour change, a change in packing, or even an alternative but similar item from another supplier. Then it would be helpful to display something like…. “Image Disclaimer Images shown are for illustration purpose only. Actual product may vary due to product updates/enhancement. “ 2) If the images are yours, you may not wish them to be abused by others. Then it would be helpful to display something like…. “Under no condition may the pictures be used to promote or be associated with pornographic, immoral, or gambling related materials. The pictures may not be used to promote or be associated with illegal drugs, alcohol, tobacco, or any other addictive substance.” 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
  10. JcM Footer Banner Carousel V1.0 Phoenix This is a footer add-on that lets you place a carousel banner at the bottom of your site. It will show up to 8 banners. It has been updated to allow start and finish dates to be set for the banners. This can only be done for the last 7 as the first must always be active for carousel to run. Banner will only show when start date is reached and will turn off on end date. The date must be entered in correct format. Simply copy over all files install and turn on like any other add-on. The overlay text for each banner and images can be set in the language file. You can also select which pages it is to be shown on. The default install will show Halloween banners 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
  11. JcM Header Google Search V1.0 Phoenix This is a simple header add-on that lets you place a Google Search at the top of your site. You will need a Google account to use this add-on. The free version will show google ads. I think we can all agree google is the king of search and will probably do a better job than anything we can come up with. This add-on replaces the stock search with the google custom search which will use google to search your shop only. The results are then shown to the customer in a modal pop-up. You will need to register your website in your google account to get your custom site code. You can do this by going here https://support.google.com/customsearch/answer/4513751?hl=en&ref_topic=4513742 Just follow the instructions to make your custom search. Then grab the code. You can edit the template file and add the whole code or we just use this cx=007037419634106605348:kyqm6jj5nak and add it to the add-on in admin. That’s it you search will now be working. It’s a no core change add-on. Simply install and turn on like any other add-on. That’s it enjoy. It has only been tested on Phoenix 1.0.2.X only but should work on frozen too. Can be seen working on this custom test site Text results in modal pop up Image results in modal pop up
  12. JcM Custom Specials Box V1.1 Phoenix A simple add-on to let you place an animated Custom Specials Box onto your site. It is a carousel that will display three random specials product with the % discount overlay. You can set it to slide or fade and set time in admin. You can also make changes to over lay in admin. That’s it enjoy. Has been tested on Phoenix V1.0.1.1 only. Can be seen working on my custom test site NOTE: This is NOT the official test site
  13. JcM Our Bestsellers Image Box V1.0 A simple add-on that places an alternative best sellers box on your site. Plain text may not sit well in all site designs. This add the product image to add a bit of color. You can set you number of items to be displayed in admin as well as setting the image size and position. It’s a no core change add-on so simply copy over files and install and turn on. That’s it enjoy. Has been tested on Phoenix V1.0.1.1 only. Can be seen working on my custom test site NOTE: This is NOT the official test site
  14. JcM Bestsellers Box spinner V1.0 Phoenix A simple add-on to let you place a bestsellers carousel with “hot!” card on the site. You can edit the card color and text size and color in admin. Requires the owl_carousel 2.3.4 script to be loaded using the header and footer using Header_Tags CDN . You only need these installed once. Owl requires the owl style sheets and jQuery to be loaded in a specific order to work properly. See the recommendations here https://owlcarousel2.github.io/OwlCarousel2/docs/started-installation.html If you are using any other add-on using owl it may cause issues if it’s not installed correctly. It is a no core change add-on. Install and turn on both Header_Tags then simply install the other files and install and turn on the new add-on. It has been tested on Phoenix 1.0.1.1 only . Can be seen working on this custom test site That's it Enjoy!
  15. JcM Header Cats V1.2 Phoenix This is a simple header add-on that lets you place categories at the top of your site. Please note this is a very simple add-on, so if you have complex category depth or long category names this is probably not for you. It’s nothing fancy it just makes use of the stock osC categories function, which we place into a header module. On mobile devices the cats are shown at the top of the device rather than at the bottom as is with stock CE. You can if you wish limit the display to large screens only. You can set this in admin. You can also configure color and position of the cats in admin. It’s all quite simple just have a play with the settings until you have what you like. You can also select which pages the cats are to be shown on. It’s a no core change add-on. Simply install and turn on like any other add-on. That’s it enjoy. It has only been tested on Phoenix 1.0.1.0 only. Can be seen working on this custom test site NOTE: This is NOT the official test site Desktop view Mobile view,
  16. JcM footer-Cart Popup V1.0 A simple add-on that allows you to display what's in the cart as the customer adds it. It is a full screen overlay with cart window. Customer can either view and continue without leaving his page or he can edit cart or check out. It’s a simple no core change add-on so just copy files over go to admin and install and setup. Adjustments to size and position can be made in admin. That’s it enjoy. Has been tested on FROZEN BS4 and Phoenix V1.0.0.3 only. Should work on Frozen BS3 but not tested. Can be seen working on the custom test sites, any comments must relate to this add-on or other custom add-on's only and not the main code. That should be done in the official thread for the code. Can be seen working on this custom website With Opacity set to 0 With Opacity set to 0.75 and color pink
  17. JcM index New Upcoming Products V1.0 JcM index New Upcoming Products V1.0 A simple add-on that allows you to display upcoming products with image. It’s a simple no core change add-on so just copy files over go to admin and install and setup. The image size can be set in admin. That’s it enjoy. Has been tested on FROZEN CE BS3 & BS4 only. Can be seen working on the test site https://chilleddisplays.co.uk/
  18. JcM Analog World Time V1.0 CE BS4/3 A simple addon to let you place analog world time clocks onto your website. Again totally stand alone with no core code changes. Simply copy all files into relevant sections and go to admin modules /content and install. Clocks can be changed in admin, a table is provided in the language file showing the clocks available. Instructions are in the language file. You can enable and disable clock in admin, each clock is configured in the language file. The pop-over for each clock is defined in the language file also. Yo can make the pop-over link and text anything you wish by just edit in language file. Has been tested on CE BS4 and BS3 frozen only. Use the correct template file for your site. That’s it Enjoy.
×
×
  • Create New...