Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moxamint

♥Ambassador
  • Posts

    245
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Like
    Moxamint got a reaction from raiwa in Product listing   
    @@raiwa
     
    Hi Rainer,
     
    This is to confirm that the new fix works.  Thanks so much!
     
    Cheers, Eddy
  2. Like
    Moxamint reacted to raiwa in Product listing   
    Hello Eddy @@Moxamint,
     
    Please undo the before fix.
    The correct fix is:
    in: includes/html_output.php find:
    if ( !is_numeric ( $width ) || !is_numeric ( $height ) ) return tep_image_legacy( $src, $alt, $width, $height, $parameters ); and change to:
    if ( !is_numeric ( $width ) || !is_numeric ( $height ) ) return tep_image_legacy( $src, $alt, $width, $height, $parameters, $responsive, $bootstrap_css ); Please confirm, I'll upload then the update.
     
    Thanks again and kind regards
    Rainer
  3. Like
    Moxamint reacted to raiwa in Product listing   
    Hello @@Moxamint,
     
    Yes, there is an issue in the tep image legacy function which doesn't pass correct the responsive parameter.
    For now you could use this fast fix:
    in: includes/html_output.php find:
    function tep_image_legacy($src, $alt = '', $width = '', $height = '', $parameters = '', $responsive = true, $bootstrap_css = '') { and change to:
    function tep_image_legacy($src, $alt = '', $width = '', $height = '', $parameters = '', $responsive = 'true', $bootstrap_css = '') { This is not definitive, I'll have a deeper look when I'll have a time.
     
    Thanks for the report and kindest regards
    Rainer
  4. Like
    Moxamint reacted to clustersolutions in FWR's USU5 For BS   
    I have started a git repository for FWR's USU5 for BS. So far I have added a page for BS integration and it was tested on Edge. I am working on getting the MySQL cache bug fix for the next commit. Please feel free to download and use.
     
    https://github.com/clustersolutions/Ultimate_Seo_Urls_5_PRO_BS
     
    FYI, I used USU5 for BS with these SEO addons and they worked fine: Burt's header tag reloaded. JackMC's sitemap, All Products, and google xml sitemap...
     
  5. Like
    Moxamint reacted to burt in SEO Header Tags - RELOADED support?   
    Alternatively, dump it straight into the core, the core needs SEO...
  6. Like
    Moxamint reacted to FWR Media in Product listing   
    Well .. thank you .. don't often get that :)
  7. Like
    Moxamint reacted to FWR Media in [contribution] Security Pro - Querystring protection against hackers.   
    No the original code is a td.
     
     
    I always use $_GET as the long arrays are deprecated, but, the osCommerce team have decided to retain them in the core code so when changing core code I have to respect that.
×
×
  • Create New...