Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

JcMagpie

♥Ambassador
  • Posts

    3,373
  • Joined

  • Last visited

  • Days Won

    198

Posts posted by JcMagpie

  1. 48 minutes ago, toughmama said:


     When viewing on smartphone, no carousel, but viewing SIDEWAYS, you you do get to see 2 products in carousel, but last image is also jumbled.

    Again you have a problem with your install, Working fine on Phoenix 1.0.5.3

    image.thumb.png.51be93b79d6b7fa8ec300cba936d78c2.png

    On the latest version it is blocked on small screens, if you select to display it then you need to spens time to configure it properly for each screen size the settings are all in the css in the add-on.

  2. 34 minutes ago, toughmama said:

    When adding to cart...Picture does not load into the Modul cart

    Then you have done something wrong! uninstall and remove old files, upload latest version and install again.

    Working fine on Phoenix 1.0.5.3

    image.thumb.png.e4d73b37751fa7f5591a75cfac43e3fe.png

     

    The  carousel , It has been tested on Phoenix 1.0.4.0 only and works fine on that, no idea when or if it will be updated for anything higher.

  3. Has been updated to allow the display of free delivery if offered.

    JcM Prod Info Delivery Note V1.4 Phoenix

    This is a simple add-on for product information page. It will allow you to Place delivery details onto the product page. This way the customer is aware of the delivery cost immediately.

    It’s best used when you are using either Flat rate or a simple Table rate.

    Example

    All order under £150.00 delivery cost £9.99

    All orders over £150.00 Free delivery

    Or any 2 combinations you wish.

    So you have 2 displays one for chargeable delivery and one for free delivery.

    The correct one will show on the product info automaticity.

    This is for display only and is NOT linked in anyway to the actual delivery modules. So it is your responsibility to ensure the set up matches your delivery options.

    The trigger for free delivery is set in admin.

    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.

    You can change font size in admin.

    Has been tested on Phoenix 1.0.5.2 only.

    That’s it Enjoy…

    can bee seen running on this site

    So a chargeable deliver note would be,

    image.thumb.png.0f7dea203d2d8111e95e527787c9ee2d.png

    A free note would be,

    image.thumb.png.be89e71159bf843ccda81833b665e7c8.png

  4. This is a simple add-on for product information page. It will allow you to place a product notification link on the product info page. It uses the stock code which is use by the notification box. It requires NO core changes so just copy over the files provided. Then 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 symbols used can also be changed.

    The heading can be turned off

    The view all link can be turned off

    Has been tested Phoenix 1.0.5.2 only.

    That's it Enjoy...

    Can be see working on this site

    image.thumb.png.1e457a89097e0d1f7d4e287a59062624.png

  5. 11 hours ago, valquiria23 said:

     I have read in the forum that oscommerce versions 1.0.5.X are breaking all the old addons

    I guess it depends on the add-on and what people consider broken! So far all my add-on's have worked on 1.0.5.2 without issues. Yes some that are based on old code will need updating to be PHP 7.3 compliance but these are mainly notices and warnings rather than errors.

    However most of my add-ons are simple so it my be different for more complicated add-on's.

  6. This is a simple add-on to display your basket in the navbar. It behaves the same as the stock navbar cart apart from the image which is red if car is empty but turns green when something is placed in the cart and it show the total in the cart as it changes.

    Simple cart images are provided but you can replace these with your own as required. It requires NO core changes so just copy over the files provided.

    Then simply go to admin and install and turn on.

    Has only been tested on Phoenix 1.0.5.2

    That’s is Enjoy..

    Can be see working on this site

    image.thumb.png.1c7e81daa19d1f496d885b96918796c8.png

  7. 6 hours ago, kgtee said:

    I notice that when first logging in, the normal login.php page appears first as usual.

    Yes this is an issue that needs to be looked into, how ever I did my testing on 1.0.5.1 and that has a problem with login as it is so was not able to dig any deeper. I can only speek for my fresh in stall of a few days ago but on fist load of site the login brakes the site you just get a white page. It must have somthing to do with bad redirects as all you see is this

    image.png.a8df46b3d57f0e1525552f01894e408e.png

    When you refresh the page it works as normal. However if you clear your cache and goto site again it will again crash if login is the first thing you do. It's fine if you click somthing else first and then go into login.

    This happens both with and without this add-on. So need to get ot the bottom of this bad redirect first.

    May be linked to Use Search-Engine Safe URLs not sure , only geting this error when this happens.

     thrown in /home/redacted/public_html/includes/application_top.php on line 107
    [28-Feb-2020 07:43:05 Europe/London] PHP Fatal error:  Uncaught Error: Call to undefined function do_magic_quotes_gpc() in /home/redacted/public_html/includes/application_top.php:107
    Stack trace:
    #0 /home/redacted/public_html/login.php(13): require()
    #1 {main}
      thrown in /home/redacted/public_html/includes/application_top.php on line 107

     

  8. @Fredi  I have found that many of the notices and warnings are being caused by code relating to no Ajax code.

    in edit_orders.php look for this code it's in more than one place.

    <div class="update5" align="center"><?php echo tep_image_submit('button_update.gif', IMAGE_UPDATE); ?></div>

    The "temp_image_submit "  function is missing, so just replace with normal button and you will see quite a few notices and warnings will disappear.

×
×
  • Create New...