php - Magento adding commas into download link -
having issues magento adding commas download link. safari, firefox, , internet explorer fine escaping commas , downloading file, google chrome doesn't escape commas , when download link clicked displays white page no download occurring.
i'm wondering if there way fix occurring?
this format of link magento distributing:
/store/downloadable/download/link/id/mc4zmti1njkwmcaxmzc5nte3mzcymtixotkzmdi3nzqwnq,,/
i have other downloadable products work fine (including products multiple download links).
apparently, magento's downloadable core extension replaces '+/=' '-_,'. see line 115 in file /app/code/core/mage/downloadable/model/observer.php. can modify behavior local overwrite. however, try adding new product , deleting old 1 change product id used input in base64_encode() - maybe can help.
Comments
Post a Comment