Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ruden

Banned
  • Posts

    115
  • Joined

  • Last visited

  • Days Won

    6

Reputation Activity

  1. Like
    ruden got a reaction from Smoky Barnable in Google reCAPTCHA v3   
    Add-on updated
    Add support Hook System
    ⚠️ This add-on use Hook System, for versions below < 2.3.5 install Hook System
    https://apps.oscommerce.com/p9Yyp&hook-system
    Create directory  includes/hooks/shop/pwa_account
    Copy file includes/hooks/shop/create_account/Recaptcha3.php in includes/hooks/shop/pwa_account
    In file includes/hooks/shop/pwa_account/Recaptcha3.php
    replace $this->form_name = basename(dirname(__FILE__));
    $this->form_name = 'create_account';
  2. Thanks
    ruden got a reaction from Smoky Barnable in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
  3. Haha
    ruden reacted to Demitry in V4 ETA ?   
  4. Haha
    ruden got a reaction from wettset in osCommerce v4 demo   
  5. Like
    ruden got a reaction from Antonio Garcia in osCommerce v4 demo   
  6. Like
    ruden reacted to Demitry in Setup Warning   
    4) use another cart software, not related to osCommerce
     
     
  7. Like
    ruden got a reaction from Smoky Barnable in LOGIN WITH PAYPAL errors and multiple modules??   
    @ebarrett replace code in file includes/modules/content/login/cm_paypal_login.php
    https://raw.githubusercontent.com/ruden/vanilla-oscommerce/7eed5ef7fb7f4ab07a0bbcfa97008e136211d0c8/catalog/includes/modules/content/login/cm_paypal_login.php
  8. Thanks
    ruden reacted to ebarrett in LOGIN WITH PAYPAL errors and multiple modules??   
    Ok, its been a while since i got a reply for this.. i went through and used that demo site again, and now that site takes me to a blank page when i try and log in. 
    I feel like im so close to this working, this is just frustrating! 
  9. Like
    ruden got a reaction from Smoky Barnable in LOGIN WITH PAYPAL errors and multiple modules??   
    @ebarrett 
    Here are fixes for all known bugs https://github.com/ruden/vanilla-oscommerce/tree/dev/catalog/includes/apps/paypal
    Copy the contents of the includes/apps/paypal folder to your project
  10. Like
    ruden reacted to ejsolutions in osCommerce v4 demo   
    For some strange reason, the developers want a 'phone chat in order to even see the demo! (Nobody here hard-of-hearing or deaf?)
     
    I'm interested in seeing what resources are required to run a small to mid-size store. What is the underlying code like, in terms of tweaks and customisation, to suit client needs? How about just releasing the 'alpha'/'beta' software, so that some of us with a strong osC background can properly see the progress and perhaps even make useful suggestions?
    I've tried out various e-commerce packages in a fruitless attempt to update my few though loyal clients. So far, there's only been one or two "close but no cigar" candidates. There tends to be shortcomings in them all but it's a question of what one can compromise with. Without actually trying the software, there's no real way to tell and no amount of screenshots/YT videos will really get to core issues.
    TLDR: release the code - even if only to a select group.
     
  11. Thanks
    ruden got a reaction from Hotclutch in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
  12. Like
    ruden got a reaction from kgtee in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
  13. Like
    ruden got a reaction from valquiria23 in Google reCAPTCHA v3   
    @Tiff13  Installed Hook System? https://apps.oscommerce.com/p9Yyp&hook-system
  14. Like
    ruden got a reaction from Mac2256 in Google reCAPTCHA v3   
    @Tiff13  Installed Hook System? https://apps.oscommerce.com/p9Yyp&hook-system
  15. Like
    ruden got a reaction from NateNg in Google reCAPTCHA v3   
    Add-on updated
    Add support Hook System
    ⚠️ This add-on use Hook System, for versions below < 2.3.5 install Hook System
    https://apps.oscommerce.com/p9Yyp&hook-system
    Create directory  includes/hooks/shop/pwa_account
    Copy file includes/hooks/shop/create_account/Recaptcha3.php in includes/hooks/shop/pwa_account
    In file includes/hooks/shop/pwa_account/Recaptcha3.php
    replace $this->form_name = basename(dirname(__FILE__));
    $this->form_name = 'create_account';
  16. Like
    ruden got a reaction from valquiria23 in Google reCAPTCHA v3   
    Add-on updated
    Add support Hook System
    ⚠️ This add-on use Hook System, for versions below < 2.3.5 install Hook System
    https://apps.oscommerce.com/p9Yyp&hook-system
    Create directory  includes/hooks/shop/pwa_account
    Copy file includes/hooks/shop/create_account/Recaptcha3.php in includes/hooks/shop/pwa_account
    In file includes/hooks/shop/pwa_account/Recaptcha3.php
    replace $this->form_name = basename(dirname(__FILE__));
    $this->form_name = 'create_account';
  17. Like
    ruden got a reaction from valquiria23 in Hook System   
    Hook System
    Only 2.3.x.x version osCommerce

    Some addons use a hook system, use for compatibility.

    This is commit @haraldpdl Hooks #254

    https://github.com/osCommerce/oscommerce2/pull/254/files

    Install
    -------

    In /includes/application_top.php

    Add code to the bottom of the file, before the last closing ?>
     
    require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('shop');
    In /admin/includes/application_top.php

    Add code to the bottom of the file, before the last closing ?>
     
    require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('admin');  
  18. Like
    ruden got a reaction from valquiria23 in Google reCAPTCHA v3   
  19. Like
    ruden got a reaction from Krisz1 in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
  20. Thanks
    ruden got a reaction from Fredi in XML Sitemap Generator   
    add fix
    addon updated
     
     
  21. Like
    ruden got a reaction from Fredi in XML Sitemap Generator   
    XML Sitemap Generator
    For all version osCommerce create an XML sitemap for the products, categories and manufacturers, that can be submitted to Google, Bing.

    Install
    ---------

    Unzip the archive and upload the files on server.

    In admin/includes/functions/general.php

    Find
     
    function tep_redirect($url) { global $logger;
    Add after
     
    // start add-on xml sitemap generator global $current_page; if (in_array($current_page, ['categories.php', 'manufacturers.php'])) { if (file_exists(DIR_FS_CATALOG . 'sitemap-index.xml')) { @unlink(DIR_FS_CATALOG . 'sitemap-index.xml'); } } // end add-on xml sitemap generator
    Using
    --------

    Sign in to Google Search Console or Bing Webmaster Tools and add sitemap URL http://example.com/sitemap.php
     
  22. Like
    ruden got a reaction from Smoky Barnable in Hook System   
    Hook System
    Only 2.3.x.x version osCommerce

    Some addons use a hook system, use for compatibility.

    This is commit @haraldpdl Hooks #254

    https://github.com/osCommerce/oscommerce2/pull/254/files

    Install
    -------

    In /includes/application_top.php

    Add code to the bottom of the file, before the last closing ?>
     
    require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('shop');
    In /admin/includes/application_top.php

    Add code to the bottom of the file, before the last closing ?>
     
    require(DIR_FS_CATALOG . 'includes/classes/hooks.php'); $OSCOM_Hooks = new hooks('admin');  
  23. Like
    ruden got a reaction from valquiria23 in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
  24. Thanks
    ruden got a reaction from domiosc in XML Sitemap Generator   
    XML Sitemap Generator
    For all version osCommerce create an XML sitemap for the products, categories and manufacturers, that can be submitted to Google, Bing.

    Install
    ---------

    Unzip the archive and upload the files on server.

    In admin/includes/functions/general.php

    Find
     
    function tep_redirect($url) { global $logger;
    Add after
     
    // start add-on xml sitemap generator global $current_page; if (in_array($current_page, ['categories.php', 'manufacturers.php'])) { if (file_exists(DIR_FS_CATALOG . 'sitemap-index.xml')) { @unlink(DIR_FS_CATALOG . 'sitemap-index.xml'); } } // end add-on xml sitemap generator
    Using
    --------

    Sign in to Google Search Console or Bing Webmaster Tools and add sitemap URL http://example.com/sitemap.php
     
  25. Thanks
    ruden got a reaction from domiosc in Google reCAPTCHA v3   
    Google reCAPTCHA v3
    For all version osCommerce stops bots from spamming account creation and contact us.

    Install
    ---------

    Unzip the archive and upload the files on server.
    In the admin side menu Modules -> Boxes -> button Install Module -> select modules Google reCAPTCHA v3 -> button Install Module

    Setting
    ----------

    Go to reCAPTCHA v3 page https://www.google.com/recaptcha/intro/v3.html and register your store.
    Add Site key and Secret key to module settings.
×
×
  • Create New...