Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Antonio Garcia

Members
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    3

Antonio Garcia last won the day on October 22 2022

Antonio Garcia had the most liked content!

1 Follower

Profile Information

  • Real Name
    Antonio Garcia
  • Gender
    Male
  • Location
    Madrid, Spain

Recent Profile Visitors

14,470 profile views

Antonio Garcia's Achievements

  1. For me, at least until now, the demo is a GHOST. Signed and asked here to see it and no reply. Are you sure that it exist? 😨 No news, github, not url to see it.... hummmm... 😪
  2. Hi, I'm insterested in the demo. I signed some weeks ago but no news from the admins side... How can I see the demo? Thanks for your work with osC...!!!!
  3. I think that I will be able to translate to Spanish or help in the creation of these manuals. If you need my help, please, contact with me.
  4. I can help with Spanish (Spain)...
  5. Where is the demo? I signed some days ago. No news from oscommerce....
  6. require('includes/application_top.php'); //<-- you need find this line and insert the code bellow // includes your function file here require('includes/module/store/st_addon.php'); Insert this code in product_info.php file...
  7. Harald, please, please, PLEASE, can you re-desing the addons area were we can find the following?

    • Estate the Compatibility with the osC versions?
    • Rating of the users
    • Languages availables and how can contribute to this.
    • Allow 'lite' addons of commercial ones
    • A warning with very old addons...
    • A good starting point:  https://es.wordpress.org/plugins/

    If you can't do it, please ALLOW to do it by the rest of this OPEN SOURCE comunity.

    Thanks!

    1. valquiria23

      valquiria23

      please Harald !!!! 😁

  8. @valquiria23, perdona por la intromisión. Me parece que no eres Española, sino que nos hablas desde el otro lado del Atlántico, ¿Me equivoco? ¿Has visto muchas cosas en la traducción de Rainer que no diríais igual en Argentina? (eso de 'acordate' me hace pensar que 'vos sos de ahí'...) Por curiosidad, de uno que vive en Madrid...
  9. Dear Phil:

    Sorry for disturb you.

    I send to you this private communication because of the nature of the subject and because it seems that I think that 'you are the boss' in this field.

    I would like to ask you if you know that someone worked in a (may be a false news, I don't know) in a possible 'security breach' in osCom (dated 20 April) ?

    Please see here, in the 'Harald Ponce de Leon's file':

    https://www.oscommerce.com/forums/profile/2-harald-ponce-de-leon/

    As Harald seems to be absent from 14 Feb.... :wacko:

    1. Show previous comments  1 more
    2. Antonio Garcia

      Antonio Garcia

      WTF!!! :wacko:

      Forgive me, you and the rest of  the "scrutinizing eyes".

      May be my mistake is not a mistake at all!!!

      (Now, I will send to you, in a private msg, the race predictions of next week...)

      All the best.

      Antonio

    3. MrPhil

      MrPhil

      My race predictions: a black man moving into his new apartment will be arrested on suspicion of burglary. Two Native American students on a college tour will be arrested for not being in their place. A black Yale student will be arrested napping in the common area of her dorm. :( Oh, you wanted next week's! That was last week's.

    4. Antonio Garcia

      Antonio Garcia

      image.png.e057d6c8e56eb989f6799576bfe08260.pngIt's possible that next week you will meet in the corridor of your house with a nice jew with a dark hat selling ice cream. Remember to carry loose money...

  10. .... and you modded your web with foundation, bootstrap 3, bootstrap 4, W3.CSS, material design ? If you used bootsrap 3, please see this link (or google it) : If you did all the changes from <tables> to <divs> this should be trivial for you!!
  11. Yes, I saw these scripts and also I think that they should be a good starting point. All these functions packed in a generic class plus another zip class that handles read/copy, etc may do the work. (Guau! How easy is make code whitout write it!) In the other hand, I'm a 2.3 hooligan, so in the next osC football match competition I like play with the 2.3 team, with the number 4...
  12. May be I'm wrong but I think almost the 60% osC installations are 2.2. Why they can't update? We all know why, right? 30% 2.3, why? Some new shops with a version with an ongoing increase of goods contributions that does the life easy. The effors that some of you for adapt from 2.2 a lot of contributions confirm my suspects. 5% with 3.0 -> only for intrepid people 5% with 2.4 -> only for intrepid people. Good coding but with very few contributions, I think. IF in 2.4 is easy to add contributions, don need this code/contribution, but 2.3 needs it as wordpress need it or magento needs it, or open cart, etc. A scrip that does a backup to your database is essential. A script that install contributions and help you to keep them updated in a easy way is also essential.... of course in the osC version that I needs... Shopowners want to sell products and don't think in php to much. We like to open our IDE, run our local server or our beyond compare to spend a single evening find why 'this' or 'that' code don't work...
  13. Estimado Piernas: Happy with your proposal!!! How we can help you? It needs to be into core? nooooooooo if it does the life easy to shopowners they simply use it (as they use others contrib). Here, as ALWAYS, we need find a place where find the instructions to make the zip an the extra files to 'order' the installation. My point of view: A contribution needs to add new files and EDIT old (core or not) files, so: * zip file with all the files needed from a /catalog/ dir. * in the root (not in catalog) a .php file that does the install. why not installer.php? You put it the list of 'steeps' for make the installer: -check ver, files permisions, existence of files, etc but also the hooks for add/edit the new code. In a second step, 'We' need study the way to make a log of the orders that 'installer.php' did, may be using a variation of 'Contribution Tracker'. In a future these orders may be executed in reverse to 'unninstall' the addom. I suggest you that you see here: https://apps.oscommerce.com/JWbl5&core-code-of-the-autoinstaller-script https://apps.oscommerce.com/Profile&247516-pektsekye They do almost the 75% of the needes you listed. The only drawback is that the 'list of steps' is written BY HAND in a xml file. If you make a class or a sort of functions that can translate a list of human readable actions (located in an array, for example) to a xml file you will do it! Whe array has 'verbs' that trigger a kind of functions like that: $instrucctions_array = array ( 'action' => 'insertCode', // <-- this verb will trigger the actions listed below 'file' => '/admin/customers.php', 'line' => 56, 'beforWhere' => '<div class="located place">, 'codeToBeInserted' => '<p>A buen precio va el tomate</p>' ) tep_insert_in_cofiguration_table ( $paramName, array $arrayOfBeautifullParams) if needed... tep_insert_in_configuration_table ( $paramName, array $arrayOfBeautifullParams) if needed... tep_insert_in_file_this_code tep_uncomment_in_file_this_code tep_add_in_file_this_hook tep_edit_language_file_with tep_write_in_log_when_installation_is_sucessfull Another suggestion: STOP adding in classes params that almost never are used. Where need we to know the value of MY_N_MODULE_VERSION_NUMBER ? In the modules.php page? If not the infinite number of define()'s will be as crazy as useless, I think) https://generatewp.com/plugin-readme/?clone=test-plugin-readme-txt-file
  14. Found a older version of the tar file that I can open. It seems that in the last changes of the osCommerce website this file become corrupt. I post in MultiGeoZone MultiTable Shipping v1.100 (zip) the zip version. No other changes. Only re-packaging into a zip file. Antonio
  15. Dear Joshua (or someone that are able to oppeing it): May you update into MultiGeoZone MultiTable Shipping v1.100 in a zip format insead the tar one? I can't open the tar version. I work in windows XP. not MAC. All the best. Antonio
×
×
  • Create New...