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. Yes simply copy over the files. As mentioned above check as you may simply need to turn on the existing module. Hahhh.... Good question. "A rose by any other name would smell as sweet" So what is a "hook" strictly speeking php has no such thing and osC is writen in php. So for our purpose a "hook" is just a something that can plug some aditional code into an existing part of the code to change or extend it's function. So in simple terms you can consider it as and extention or module or plugin. To use in php you have to build your own extention/class and to make use of it and the programmer has to place code into the existing system to recive these new bit's of code. Hook's are not new to osC they have been used for some time...
  2. Has been udated to add the Ajax state select on address edit in checkout and address book. Not super critical but hey it's done. Again will require 2 more core file replacments or edits so be sure you need this. Also cleaned up hook file to remove unused code a by product of copy and paste! 🙄...........I know not the first time and probably not the last...😳
  3. 😊 nevermind not going to get the time back so no point dwelling on it. On to the next one as they say....
  4. Updated to hook and adapted for Phoenix based on code snippets published on the forum by @De Dokta.

    This requires the replacement or edit of one core file so only use if your happy doing this.

    image.png.be8ba8ce6b106e68ca030240a926d835.png

    1. valquiria23

      valquiria23

      thank you very much Zahid for another PRO addon for Phoenix!!! 

  5. JcM Ajax State Select V1.0 Phoenix Updated to hook and adapted for Phoenix based on code snippets published on the forum by @De Dokta. This requires the replacement or edit of one core file so only use if your happy doing this. It will automaticity turn the state select input filed into a drop-down on the selection of a country that has states. This is done without the need to do a page refresh or submit. Make getting a new account a much better experience for the customer. That’s it Enjoy.. Has been tested on Phoenix Version 1.0.4.0 only. Can be see working on this site
  6. Yep it's in the full new install zip.... Clearly I missed this when doing the manual update on my test site 🙄 both. Just shows how easy it is to miss bit's with a manual update even when you have done it several times. Will have to be more carefull in future or just do a new install....
  7. Oh well never mind now we have a hook for the same thing.😳..... Not the first time I've made something already done! even done duplicates of my own add-on's by mistake. Just forget at times you have already done things. Feel free to remove thread and and add-on.
  8. This is a simple add-on the Password Forgotten onto the login page.

    image.png.4aa2419d590c08386cf80367fff90de5.png

  9. JcM Password Forgotten V1.0 Phoenix This is a simple add-on the Password Forgotten onto the login page. It requires NO core changes so just copy over the files provided. It’s a hook so nothing else to do, it should just appear on the login page. That’s it Enjoy.. Has been tested on Phoenix Version 1.0.4.0 only. You may or may not need this so check first. Can be see working on this site On stock Phoenix 1.0.4.0 this is what is shown, After adding the hook you should see.
  10. Cool very impressed looks to be working so far 😁 Ajax update of total based on radio button selection looks to update total every time. Should be very good once finished. Nice bit of work. I think it can be taken further with modals for address edit and such but that's just the icing on the top 😂 .
  11. take a look at these examples... http://jsfiddle.net/CZpnD/ http://jsfiddle.net/ASZcL/
  12. I see your back in the good books 😊.... I've uploaded some more basket images on the test site feel free to down load and use them. They are a bit less rustic! aparently not eveyone is a fan of wicker baskets😁....
  13. JcM Header Basket V1.1 Phoenix Fix silly spelling error in language file and change image size from px to vw. The view should now be ok on mobile. full screen mobile phone
  14. A simple fix if the wrap round is not liked is to do a little edit in the language file and change the image width from 150px to 120vw This will adjust the image size on small screens and keep it the same as on large screens.
  15. Yes lot's of scope for layout improvment can be done with simple css to match each sites needs as required.
  16. Yes it does, 🙄 got caught out by those silly zones again! had to deleat them and make a new one to get it to show up but it is working.
  17. I find it best to take small steps that way less chance of me falling on my face...😊 best to get the one page working as is first. Ajax can be added later most of what you need should already be available as several Ajax carts have been done in the past. Bound to be a few Ajax gurus about the forum. file based https://www.w3schools.com/php/showphp.php?filename=demo_ajax_php pulling from db https://www.tutorialspoint.com/php/php_and_ajax.htm
  18. Sorry my mistake looks like stock 1.0.4.0 is not displaying any tax info in the checkout either. Unless I'm missing something? Also I just spotted that this is may not be required on this page.. Something else to consider if you have time is to add a print or save Invoice button so customer can print of a copy of his invoice on comleting order. Never understood why osC is missing this basic function.
  19. Looks to work fine but only tested on one site running 1.0.4.0. As you can see some language issues with missing text. Also I think it may need to be modified I'm not sure you can simply display the total and subtotal when checking out. You may find it required to show the tax also so customer has full info before they confirm payment ( which I belive is required so continue check out may need to be renamed to confrim paymet and checkout or somthing like that. Definetly a step in the right direction.
  20. This is a simple add-on to display your basket in the header section.

    image.png.97f594c8a99b5aa3081e0cb999855049.png

    1. valquiria23

      valquiria23

      Hi Zahid,

      what a nice addon, thank you very much for your contributions to the community !!

  21. JcM Header Basket V1.0 Phoenix This is a simple add-on to display your basket in the header section. 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. Once it’s installed simply go to admin and install and turn on. Aditional basket images have been provided so change if needed or use your own. You can also use a ff icon if you wish, just go to the language file and you will see code for " fas fa-shopping-basket" just commet (//) out the image lines and uncomment the ones you need. Has only been tested on Phoenix 1.0.4.0 That’s is Enjoy.. As always can be seen working on the normal sites. Can be see working on this site
  22. Anyone intrested in trying it out can on this site. Can be seen runing on this site
  23. On a more positive note..... working on a new header basket for phoenix 😊 Empty basket and when customer add something to it they get... So they get visual indicator by change of image and number of items and cart total is shown. Customer is kept informed of what they have with just a quick glance. Still testing but will be in free apps store soon.
  24. This thread has been reported to Harold and I assume he will look at it when he has time. No need to get worked up over Phoenix, for or against it's just not worth it. Anyone intrested in starting an alternative community project should contact Harold he is open to having more than one...
×
×
  • Create New...