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. Then the loop is simply not doing it's job, check it's actualy looping by adding a simple echo statment or count in the loop? I would say pm a link but not sure that's much use in this case....
  2. So the calender is working fine, looks like your loop for the events is not working... check you error logs? also make sure the loop is in corect position. is the event shown the first or the second? at which point is the loop stuck? I don't have any db events so am not able to check.
  3. So it's geting the data just not reading more that one! Check the HTML beeing generated and make sure the output is correct format? must be an issue with your loop.
  4. You need to edit the language file public_html/includes/languages/english/calender.php As you can see as long as the data follows ths format it should work. define('JCM_EVENTS_FULLCALENDER_BUTTON_EVENTS', '{ title: "All Day Event", url: "https://kuuza.co.uk/", start: "2020-01-31", description: "This is a test event" },
  5. This is a simple add-on to let you add 1 to 4 messages in your shopping cart.

    image.png.f7d8d1ed6113be2b7f6785e830ac40e6.png

    1. valquiria23

      valquiria23

      Thank you very much Zahid for supporting OSC !!

  6. JcM Shopping Cart Message V1.0 Phoenix This is a simple add-on to let you add 1 to 4 messages in your shopping cart. 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 turn the messages on/off in admin. The messages are set in the language file. You can change the test and icons and styling as required. That’s it enjoy. It has only been tested on Phoenix 1.0.4.3 only. Can be seen working on this custom test site
  7. The script will not care where the events come from as long as they are provided in the format required.
  8. maybe if you posted in https://www.oscommerce.com/forums/forum/79-commercial-support-inquiries/ you may get someone intrested?
  9. JcM Events Calender V1.0 Phoenix 1.0.4.0

    This is a simple add-on that lets you add a store events calender to your site.

    image.png.984c98d364c7b41d2990879b37aeb436.png

  10. JcM Events Calender V1.0 Phoenix 1.0.4.0 This is a simple add-on that lets you add a store events calender to your site. It make use of fullcalender.js to render the calender. All the required css and scripts a loaded using a hook so don’t for get to load that. A simple button in a card is used to access the calender. You can change this if you wish to make it just a test link or something else, but as stock it’s a button. The button class can be changed in admin. The calender itself is shown on a new page. FullCalender.js can be as simple or as complex as you like. This is a simple implementation, the styling is basic and so is the complexity. To add new events or edit existing ones all that is required is to edit the language file calender.php. The install is provided with a number of test evens showing how they can be setup. You can get more information form the official site https://fullcalendar.io/ That’s it enjoy. It has only been tested on Phoenix 1.0.4.3 only. Can be seen working on this custom test site
  11. Unfortunately your not the first to do this and I doubt you will be the last. PreastaShop claimes about 250,000 shops curently and is popular ( I use it on a site). It too is very moduler but ships with most of the key modules ready to install if not installed. However they have had issues, I belive if you check it's wiki page they state, "In October 2019, PrestaShop closed the Miami headquarters and ceased its operations in the Americas.[10] The current and latest version of Prestashop is 1.7.6.2[11]"
  12. Sorry @artfulweb I must have missed your post as I was busy traveling over the holidays overseas. Yes I know I turned it of on small screens as it's not much use as it either one slide or very small slides that are not readable. If you wish to turn it back on then you need to change the class used in the following file public_html/includes/modules/content/index/templates/tpl_cm_i_jcm_new_products_carousel.php around line 283 find <!-- carousel slide output --> <div id="i_new_products_carousel" class="col-sm-12 mb-2 d-none d-md-block"> and change to, <!-- carousel slide output --> <div id="i_new_products_carousel" class="col-12 mb-2"> Then it will show on small devices.
  13. If you look at the test site now you will see it works fine, only checked it on one tablet size. small change to css in file public_html/includes/modules/content/index/templates/tpl_cm_i_jcm_new_products_carousel.php change width in both places. #i_new_products_carousel { width:0rem; /*width:53.75rem;*/ padding: 0.9rem!important; margin-left: 0rem!important; } #i_new_products_carousel .card-body { width:96%; /*width:53.75rem;*/ padding: 0.9rem!important; margin-left: 1rem;!important; } That looks like it fixes what your seeing. The carousel is inserting items in side a card so it's a compromise geting both to flex on every screen size corectly. Depending on other settings your using you may have to play with the 2 settings.
  14. Yes you can have problems with the carousel on some screen sizes, You just have to use the right media brakes in your owl script. The main issues is with tablet sizes but these have been an issue with boostrap for a long time. I have not found a good working solution so far. You will find it works fine on phones.
  15. I have no involvement with Phoenix or how it is beeing "improved/updated". If you need a marketing banner then you can have one that works without any Phoenix core code changes or need for old osC code such as this one. JcM Header Banner Carousel V1.2 Phoenix Or you can add back the banner manager code and use this one which still uses the banner manager code. It up to you to decide. JcM H Stock Carousel Banner V1.3 Phoenix Just remember that if you keep updating Phoenix then more old code may be removed in future "improvments/updates" that may cause you problems.
  16. The add-on has been updated to V1.3. JcM H Stock Carousel Banner V1.3 Phoenix It is for 1.0.4.3 and below only. Not tested on anything else. It will show 8 banners. It requires core changes so be very careful when installing. The removed stock banner code is now included so just copy over the files provided. It is for Phoenix 1.0.4.3 only so if you have another version you will need to compare the files and make changes as required. As the tables used by the stock banner have been removed you will need to use the provided SQL file and using phpMyadmin add the required tables to your database. NOTE:- BACKUP YOUR DATA BEFORE YOU MAKE ANY CHANGES TO YOUR DB you have been warned! 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.4.3 only.
  17. It only has 3 files language, class, template. That is all that is required for an add-on. If your not sure what to do then please ask one of the developers to install it or another one for you. I have downladed and checked the add-on and all required files are present.
  18. Will NOT work with anything over Phoienix 1.0.4.0. I would recomend using the one that has no need for old core banner code. JcM Header Banner Carousel V1.2 Phoenix
  19. Sorry some of them are hardcoded did not get time to make them all admin edit. It's just css you can do it in your user.css just change box-shadow color as required. #i-new-products .item { margin: 0.9375rem 0.625rem 0.9375rem 0.625rem!important; border: 1px solid #BBBBBB; box-shadow: 2px 2px 10px 0 #6c5391; Or just edit css in public_html/includes/modules/content/index/templates/tpl_cm_i_jcm_new_products_carousel.php
  20. JcM footer logos V1.2 Phoenix Has been updated to allow image link to be added in admin. You can set to open in new window or same.
  21. If you are happy doing a bit of editing then it's quite easy to add the links yourself. 1) goto and edit /public_html/includes/modules/content/footer/templates/tpl_cm_footer_jcm_logos.php 2) for each image such as <div class="col"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1" ></div> change it to <div class="col"><a href="https://kuuza.co.uk/" target="_blank"><img class="img-fluid" src="images/logos/<?php echo MODULE_CONTENT_FOOTER_JCM_LOGOS_IMAGE1 ?>" alt="logo1"></a></div> All you are doing is wraping the <img> with <a href="https://kuuza.co.uk/" target="_blank"></a>
×
×
  • Create New...