Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stephan Gebbers

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    Stephan Gebbers reacted to raiwa in Converting Points and Rewards system for osC BS   
    Uploaded version Version: 3.1.0
    Points and Rewards Phoenix
    Compatibility:
    OSCOM Phoenix CE 1.0.7.9+
    PHP 7.0-7.3
    -------------------------------------------------------------------------------------------------------------
    OSCOM Phoenix CE 1.0.3.0 - 1.0.5.0, please use Points and Rewards Phoenix 3.0.2.
    2.3.4.(1.) FROZEN, please use Points and Rewards BS v2.0.2.
    2.3.4.(1.) EDGE versions and GOLD, please use Points and Rewards BS v1.2
    -------------------------------------------------------------------------------------------------------------
    Version 3.1.0.
     - Updated for Phoenix 1.0.7.9+
     - No more core file modifications
     - Deprecated Header Tag Module and moved all configuration entries into Order Total Module
     - Merged all Shop Hooks into one SiteWide hook
     - Replaced checkout payment content module with form hook
     - Bootstrapped Admin pages
     - removed alternative info footer and box module and provided modified language files instead
     - moved the reviews point info message module to product info page
     - updated all modules to abstract_executable_module
     - updated coding to match Phoenix 1.0.7.8 standards
     - added product info pi system modules
     - Integrated PayPal Standard IPN support into siteWide hook
     
  2. Like
    Stephan Gebbers reacted to René H4 in Gleichberechtigung nach "AGG".   
    I am not a supporter of Brexit, but I would consider this lucky for the British.
    We are getting mad in Europe, looking at this example. For those 100 people we have to change our software? NEVER as far as I am concerned.
  3. Like
    Stephan Gebbers reacted to raiwa in Converting Points and Rewards system for osC BS   
    Uploaded update for Phoenix:
    Points and Rewards Phoenix
  4. Thanks
    Stephan Gebbers got a reaction from raiwa in Store Mode BS   
    just a little hint. nothing serious, but..
    /includes/modules/content/header/cm_header_store_mode.php
    still contains "Version 1.2.1" in the install function.
  5. Like
    Stephan Gebbers reacted to raiwa in Store Mode BS   
    Updated for Phoenix:
    Store Mode Phoenix 1.3.1.
    Changes 1.3.1:
    - fixed typo in header module english language file. Thanks to @mhsuffolk
    - fixed undefined error message. Thanks to @mhsuffolk
    Changes 1.3.0:
    - header module updated for Phoenix BS 4
    - Updated header module message to show correct offline time if 2h auto setting is used
    - Updated admin header module message for 2h auto setting
  6. Like
    Stephan Gebbers reacted to piernas in Ultimate Seo Urls 5 Pro   
    It's ready.
    - Latest oscommerce (phoenix 1.0.3.0) compatible.
    - Fixed more cache issues. Now sqlite and memcache are only enabled if system supports the methods.
    - Moved admin edits to hooks. Now only two files on catalog needs to be modified.
    - Removed database table constants.
    - TODO: Allow to processs links outside root folder (ie. ext/directory). This is useful for addons like Twitter typeahead.
    Can someone test the atached files before uploading to addons?
    USU5_210.zip
  7. Like
    Stephan Gebbers reacted to maxmind.jason in [Contribution] MaxMind Fraud Detection Service v3.0   
    Dear nrlatsha,
    Please get in touch with us at MaxMind (info at maxmind.com) if you would be interested in collaborating on updating your plugin for more advanced minFraud features. We'd be happy to work with you.
    Jason
  8. Like
    Stephan Gebbers reacted to raiwa in Modules Control   
    New add-on Modules Control
    Extended and more complete version of Slim Checkout to control each individual content module for each store page.
    Download:
    https://github.com/raiwa/Module_Control/tree/master/New_Files/catalog/admin/includes/languages
    What it does:
    - add Module Control Page to Admin/Modules
    - allows to define controlled pages
    - allows to decide separate for each installed module and for each controlled page to be hidden.
    - control for each store root page (file)
    - control for each installed module of the following groups:
        - navbar
        - header
        - boxes
        - footer
        - footer_suffix
        
    Install:
    - copy all files from "New Files" folder
    - copy and replace "osc_template.php" from "Modified File" folder.
    Go to Admin/Modules/Modules Control
    This is Beta version. Please try and test.
    Any bug report and suggestion very welcome.
     
    rgds
    Rainer
  9. Like
    Stephan Gebbers reacted to phi148 in AIM Module - MD5 Hash Is Going Away. Is there an update?   
    I use the MD5 code and I highly suggest everybody else use the new method with the sha512 hash.  From a security perspective it is critical. 
    Is security optional? Yes.  However, why wouldn’t you take the extra five minutes to implement this for you and your customers security?
  10. Like
    Stephan Gebbers reacted to John W in Cezpdf pdf-php creator   
    I don't know if anyone will have interest in this, so I won't spend a lot of time on this unless it gains traction.  Anyway, I use batch print from over a decade ago and didn't realize until yesterday that the pdf class was still being maintained.  Since I only sell in the US, I haven't run into many character encoding problems, but I imagine some of you do.  So, the new version of Cezpdf seems to work with all the characters.  It's also php 7.2 compliant.  Even better, I was able to replace my old Cezpdf and Cpdf class files and associated files.  With very little changes, it prints my invoice.  The pdf manual seems pretty useful, but I haven't gone very far into it yet.  The main snag I hit was using "addTextWrap", which requires a different order than before.  But, it has more functionality, so I can right justify for totals, which I couldn't do before.  addText also has changed.  I only have a few hours into it, but check the manual out.
    So, I said wouldn't ramble too much.  If anyone is intersted you can find it at https://github.com/rospdf/pdf-php
  11. Like
    Stephan Gebbers reacted to Jack_mcs in Content Modules Tabs   
    This addon is a direct replacement for the content section in admin->Modules. My content section has too many modules to deal
    with so I wrote this to allow displaying them via tabs. There is a similar addon by piernas but it is much more detailed and, for me, doesn't make dealing with the many modules in my shop any easier.   
    This compatible with all oscommerce shops that have a Content section in admin->Modules.  
    A screenshot is included.
  12. Like
    Stephan Gebbers reacted to gadlol in SEO Friendly Urls - a new approach   
    Problem fixed. Its a bug when the store has ONLY ONE category.
    osCommercians who have only one category and using Seo Friendly Urls must go and comment the line 308
          //elseif($citems==1) $children[] = $items[$clang]; //in case we have one category item without subcategories, rare but possible In the next upcoming update this will be fixed...
     
    @wHiTeHaT I asked from @Stephan Gebbers to send me info in PM because I knew that I had to investigate the problem on his live website.... After the bug fix I would ( as I did ) post the solution...
    About $  - who fixes it, it's another story but it would be nice to see if there would be anyone here that could fix it... :-) 
     
     
  13. Like
    Stephan Gebbers got a reaction from raiwa in Slim Checkout for BS   
    https://github.com/gburton/Responsive-osCommerce/pull/237
    well, at least it would explain where the code is coming from. i try to keep up with all changes of 2.3.4BS as good as possible, but i dont use github directly but insert changes manually or with "beyond compare". maybe i did not realize that "closed" means its not going into the projects code. well, at least we found this error now. 
    anyway, thanks again for the title fix @raiwa :)
  14. Like
    Stephan Gebbers reacted to raiwa in Slim Checkout for BS   
    Ok, very good. That means I have to add the content var and content function to the class extension for compatibility with the older version and other third party ht modules.
    Thank you and best regards
    Rainer
  15. Like
    Stephan Gebbers got a reaction from raiwa in Slim Checkout for BS   
    not modified, but i updatet it to the most recent version now (inlcuding hardcoded paths)
    ok, it seems the noscript ht module has been updated compared to my version of the module. i got the version from github to overwrite my version now. That seems to fix the problem finally :)
    it changed this line in the noscript module

    $oscTemplate->addContent('<noscript><div class="no-script"><div class="no-script-inner">' . MODULE_HEADER_TAGS_NOSCRIPT_TEXT . '</div></div></noscript>', 'navigation');
    to

    $oscTemplate->addBlock('<noscript><div class="no-script"><div class="no-script-inner">' . tep_output_string(MODULE_HEADER_TAGS_NOSCRIPT_TEXT) . '</div></div></noscript>', $this->group);
     
  16. Like
    Stephan Gebbers reacted to raiwa in PayPal App v5.000   
    @Harald Ponce de LeonHello Harald,
    Tried to install latest PayPal app on a store with only digital/downloadable products. I get the error message " 10004 - Transaction refused because of an invalid argument. See additional error messages for details. - You are not signed up to accept payment for digitally delivered goods. "
    There is no option in my spanish PayPal account for to accept digital goods and I contacted the spanish PayPal support and they do not know anything about this option.
    In older versions this worked.
    Discount coupon add on seems doesn't work any more with the latest PayPal app version in the sense that the discount isn't passed to PayPal. (SSL and Instant update set to true).
    On the Checkout confirmation page the discount shows correct and order total is correct. Not so on the PayPal payment page.
    This also worked correct in older versions.
    Thanks
    Rainer
  17. Like
    Stephan Gebbers got a reaction from frankl in [CONTRIBUTION] PDF Customer Invoice   
    found a solution thanks to the search enginges :)
    adding
    ob_end_clean();     
    right before the Output
    $pdf->Output($file_name, $mode, TRUE);
    solved the problem for me! 
  18. Like
    Stephan Gebbers reacted to spielgezeug in PayPal Express how to have checkout_confirmation.php displayed too?   
    Hello Community,
    Installed PayPal Express on 2.2, and wondering that  checkout_confirmation.php ist skipped after checkout_payment.php when it goes directly to PayPal.
    I'would need to have displayed checkout_confirmation.php before going to PayPal for regulatory issues in Germany.
    So is there a way to have this done for example change a parameter somewhere in a file?
    Or do I simply have to change to Standard edition for this?
     
    Thanks
    xcomm
     
  19. Like
    Stephan Gebbers reacted to kymation in [Addon] Modular Navigation Bar (Bootstrap)   
    Don't know how I missed that one. In includes/modules/content/navbar/cm_nb_account.php, find this code on line 37:
    public function getOutput() { and add this just after it:
    global $customer_first_name; That should fix the error. Thanks for the bug report; I'll fix this in the master and release a new version.
     
    Regards
    Jim
  20. Like
    Stephan Gebbers reacted to kuai in Ultimate SEO URLs ready for v. 2.3.4?   
    That's my question as well. Which one will work with the bootstrap version.
  21. Like
    Stephan Gebbers reacted to sackling in Updated spiders.txt Official Support Topic   
    What happened to the updates to this addon?
×
×
  • Create New...