Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jack_mcs

Members
  • Posts

    31,133
  • Joined

  • Last visited

  • Days Won

    194

Everything posted by Jack_mcs

  1. I don't have a site with that layout. I realize what I showed is not very useful. It was just a quick theme with two columns. Here is a little better example.
  2. To be clear, when you setup the domain in the app shop, you add your shop key, which is shown on the shops admin page . Once that is done, there will be a storage key that you can copy and paste into the setting on the App Shop page of admin.
  3. I did a quick theme to show how this is done. All of the themes that come with V4 have one block that contains everything. To have a left column, you need to change that to two columns. Then in the left column you can add the menu widget and adjust it as needed. The attached image shows the two columns with the menu in the left column.
  4. This probably won't help you but I wonder if the first value is the sum of the two modules - s x .408 = .9
  5. A new version has been uploaded with these changes: FREE Version: Added code to the Honey Pot pages in admin to create the database, if needed. Added pre-defined pages to the shop side for those sites where the pages are not recorded in admin. Added an option to automatically block known hackers. Added debug tracking code to allow seeing why an IP was, or was not, blocked. Added the honeypot_access table to properly monitor last access times. Added the honeypot_sessions table to track customers instead of using the session ID since that can fail if Cloudflare is used. Added code to skip recording IPv6 IP's. Changed the IP List cron script to work with changes at myip.ms. Corrected code mistake when checking existing customers. PRO Version: Added an option to block, or not block, customers based on if they have an account and/or orders. Added code to the fake account page to search for specific customers. Added code to the fake Account page in admin to check for non-numeric phone numbers.
  6. The non-REST method is still an option in my Paypal account. Maybe they are not showing in new accounts but that seems unlikely. You might want to call them to see if they can provide the API credentials. Those are two different versions. The addon announcement clearly says it is for 2.3. Any code can be converted to work with any version but it is not a simple change so just adding the defines is not enough.
  7. The filenames file was used well past version 2.3 so if your shop doesn't have that file, you either don't have a 2.3 shop or it has been edited to remove it. Either way, I doubt that the new module will work in your shop without edits. You can install the Paypal App addon. It doesn't use the new REST API but will work with the old method.
  8. @jroc999It's not clear to me if you are saying the problem is in the shop or with your hosting email. But you can download the email test script from here and that may help you find where the problem is at.
  9. Your files are stored separately from the shops core files so upgrading the version won't affect them.
  10. No, it is not compatible due to the file structure. It is meant to be ran on oscommerce 2.3 and there is quite a bit of difference between 2.3 and 2.3.4 Gold.
  11. Someone from the oscommerce team might correct me but, as I understand it, the Paypal module they released is not compatible with your version of oscommerce. It could be altered to work with it but will not work as it is.
  12. I did the update and tried again - same thing. I will send you the details.
  13. Are you trying to remove the images from http://bijoux-anciens-paris.com/site/index.html or http://bijoux-anciens-paris.com/site/index.php, or both? The former, which is the one you mentioned, will most likely have the code to add the images in the index.html file.
  14. Same thing. When I load the saved block, the template updates and shows the original footer items, not the inserted block. I created a new footer block and imported the saved block into it. The V4_footer_new image shows the result, which is the original format. I then created a new theme, added a footer block and imported the same file. The V4_footer_tmp shows that one. Any other suggestions?
  15. That was it. The styles section was empty. I looked at the themes directory and it only had some of the entries. I copied the theme contents from the printshop directory but they weren't recognized. I created a new copy of the printshop theme and the icons are now showing. Thank you for helping with this.
  16. @pandreiI checked those but they are already set. The attached shows the icons not showing but that the class is set to the correct icon code. Any other suggestions?
  17. @pandreiThank you for the detailed instructions. I tried it but when I import the block the original footer is restored. The attached footeer_block image shows the template before choosing the saved block. When it didn't work, I created a new template to view the saved file and the other image shows it was saved correctly. So the import is failing somehow. Any thoughts on what I am missing?
  18. @pandreiAny idea as to how to do this?
  19. @pandreiAny idea how to fix this?
  20. I cleared cache and tried accessing the site in a browser I haven't used to load the site before - same thing.
  21. I don' have permission to post it here but I will PM it to you.
  22. I want to copy the whole footer block of one theme and insert it into another. I clickrd the export block in the source theme and file was created. But when I try to import it into the new theme, the whole bottom section of the theme disappears. What is the correct way to do this?
  23. I copied a theme but the icons didn't make it for some reason. The attached image shows what the original buttons look like while the other shows the copied buttons. Where are those icons set?
  24. I've never ran across a case where it would run in admin but not via cron so I don't have a solution for you. You could try changing this line to this If that doesn't work, you could try removing the chdir command and copy the file to the root to see if it will run from there. If that doesn't work, then this is the sort of problem that needs hands-on troubleshooting to find the cause.
×
×
  • Create New...