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. Has been updated...

    This is a header add-on that lets you place a carousel banner at the top of your site which can be animated if required.

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

    image.png.99937c3f3b02b4c01ae600a405e3f795.png

  3. Product info Notifications V1.0 Phoenix 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
  4. 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.
  5. Look's good and very fast... would be nice to see how it performs with high resolution images... Stock osC was good out of the box. The trick is to keep it fast after 2 to 3 thousand products all with good quality images? https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fdemo.oscommerce.com%2F
  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.

    image.png.111a692c0b5cbc37e16c978b78da0352.png

    1. valquiria23

      valquiria23

      You are a Genius Zahid  !!! Thank you very much for another beautiful addon!

       

  7. JcM Navbar Basket V1.0 Phoenix 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
  8. Has been updated to combine all 32 themes into one add-on.

    JcM More New Themes Header Tags-V1.2

    Has been tested on Phoenix 1.0.5.2 only

    The Bubblegum theme can be seen running on this 1.0.5.2 site

  9. Has been updated to combine all 32 themes into one add-on. JcM More New Themes Header Tags-V1.2 Has been tested on Phoenix 1.0.5.2 only The Bubblegum theme can be seen running on this 1.0.5.2 site
  10. JcM Footer Modal Cart V1.6.2 Updated to: To fix class error “PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP”
  11. Three reports based on existing old reports just updated, expanded and modified for Phoenix . Tested and working on Phoenix 1.0.5.2

    Error logs show no notice, warning or errors under PHP 7.3

  12. Set you force cookies to true and it will activate popup on first try.
  13. 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 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
  14. @hungryfrank No thanks needed, all I did was give a few pointers, you managed to figure it out and get it working on your own. Not bad not bad at all.....
  15. Nice! working fine on Phoenix 1.0.5.1 I'm sure lot's of people will like this login option. Add-on can be seen working on this site Looking forward to seeing the final version of you Ajax one page checkout......😊 chin up as they say, just keep codeing.
  16. So then just scroll down to this sectinon and follow instructions. https://developer.paypal.com/docs/payflow/integration-guide/configure-hosted-checkout/#hosted-pages-and-mobile-browsers
  17. Also note the changes will not! Note: These customizations are not applied to the mobile version of the hosted checkout pages.
  18. This is done in your paypal account settings not in osC. https://developer.paypal.com/docs/payflow/integration-guide/configure-hosted-checkout/
  19. @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.
  20. Try replacing the each with foreach This must be somting to do with your php version as I did not get this error on php 7.3 are you running somthing higher?
  21. For this kind of error simply add at begining of function. $index = '';
  22. Running latest version on Phoenix 1.0.5.1 downloaded 2 days ago. Only installed the main files not the options and worked fine even with the notices and warning plus one error. simply updated languge file to get rid of all Undefined echo's and use ' ' on all Undefined veriables. The fatal error was simply missing "function tep_class_exists" was in the optional genral.php but not in functions.php so just moved over and fixed. Only issue left is PHP Notice: Undefined index: shipping_same_as_billing, not sure but this look to be just a filter to show or not show the address for now just commeted out from css.php and notice is gone. Impact! all adresss will show all the time.... for me not an issue. [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined variable: orders_products in /home/************/public_html/************/order_editor/cart.php on line 33 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined variable: index in /home/************/public_html/************/order_editor/cart.php on line 46 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined variable: orders_products in /home/************/public_html/************/order_editor/cart.php on line 33 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined index: shipping_same_as_billing in /home/************/public_html/************/order_editor/css.php on line 180 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined index: shipping_same_as_billing in /home/************/public_html/************/order_editor/css.php on line 181 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined index: billing_same_as_customer in /home/************/public_html/************/order_editor/css.php on line 183 [25-Feb-2020 21:10:49 Europe/London] PHP Notice: Undefined index: billing_same_as_customer in /home/************/public_html/************/order_editor/css.php on line 184 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant BOX_WIDTH - assumed 'BOX_WIDTH' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1149 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant BOX_WIDTH - assumed 'BOX_WIDTH' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1150 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_COMPANY - assumed 'ENTRY_COMPANY' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1237 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_SUBURB - assumed 'ENTRY_SUBURB' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1245 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_TELEPHONE_NUMBER - assumed 'ENTRY_TELEPHONE_NUMBER' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1273 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_COMPANY - assumed 'ENTRY_COMPANY' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1319 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_SUBURB - assumed 'ENTRY_SUBURB' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1327 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_COMPANY - assumed 'ENTRY_COMPANY' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1390 [25-Feb-2020 21:10:49 Europe/London] PHP Warning: Use of undefined constant ENTRY_SUBURB - assumed 'ENTRY_SUBURB' (this will throw an Error in a future version of PHP) in /home/************/public_html/************/edit_orders.php on line 1398 [25-Feb-2020 21:10:49 Europe/London] PHP Fatal error: Uncaught Error: Call to undefined function tep_class_exists() in /home/************/public_html/************/edit_orders.php:1488 Stack trace: #0 {main} thrown in /home/************/public_html/************/edit_orders.php on line 1488 tep_class_exists
  23. Thank's @Howmessages clearly missed that as it was commeted out! Has been updated JcM Footer Modal Cart V1.6.1 It has also been tested on Phoenix 1.0.5.1 and works fine. On a fresh install the js code was needed in the foooter so has been activated in update.
  24. Need to know more? https://library.oscommerce.com/Online&amp;en&amp;oscom_2_4&amp;developers&amp;hooks
×
×
  • Create New...